-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update slsa-framework/slsa-github-generator action to v1.10.0 #290
base: master
Are you sure you want to change the base?
Conversation
Pull request by bot. No need to analyze |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greetings! Thanks for opening a PR
Hi there! 👋 Thanks for opening a PR. 🎉 |
Unable to verify url with installation ID |
Thanks for opening this Pull Request!
|
View changes in DiffLens |
594568c
to
1ac34b9
Compare
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
View changes in DiffLens |
Kudos, SonarCloud Quality Gate passed! |
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
1ac34b9
to
3ffee09
Compare
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
View changes in DiffLens |
Hi there! 👋 Thanks for opening a PR. 🎉 |
3ffee09
to
ac66051
Compare
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
View changes in DiffLens |
Kudos, SonarCloud Quality Gate passed! |
View changes in DiffLens |
Current Aviator status
This pull request is currently open (not queued). How to mergeTo merge this PR, comment
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
View changes in DiffLens |
ac66051
to
7978dab
Compare
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
7978dab
to
406249d
Compare
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
406249d
to
f05019d
Compare
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
View changes in DiffLens |
1 similar comment
View changes in DiffLens |
Quality Gate passedIssues Measures |
View changes in DiffLens |
This PR contains the following updates:
v1.5.0
->v1.10.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
slsa-framework/slsa-github-generator (slsa-framework/slsa-github-generator)
v1.10.0
Compare Source
Release v1.10.0 includes bug fixes and new features.
See the full change list.
v1.10.0: TUF fix
More details here.
v1.10.0: Gradle Builder
repository root (#2727)
v1.10.0: Go Builder
go-version-file
input was fixed so that it can find thego.mod
file(#2661)
v1.10.0: Container Generator
provenance-repository
input was added to allow reading provenance froma different container repository than the image itself (#2956)
v1.9.1
Compare Source
This is an un-finalized release.
See the CHANGELOG for details.
v1.9.0
Compare Source
Release [v1.9.0] includes bug fixes and new features.
See the full change list.
v1.9.0: BYOB framework (beta)
v1.9.0: Maven builder (beta)
v1.9.0: Gradle builder (beta)
v1.9.0: JReleaser builder
v1.8.0
Compare Source
Release [v1.8.0] includes bug fixes and new features.
See the full change list.
v1.8.0: Generic Generator
base64-subjects-as-file
was added to allow for specifying a large subject list.
v1.8.0: Node.js Builder (beta)
#2359)
deployment
event is not supported.from
.sigstore
to.build.slsa
in order to make it easier to identifyprovenance files regardless of file format.
name when using Node 16.
v1.7.0
Compare Source
This release includes the first beta release of the
Container-based builder.
The Container-based builder provides a GitHub Actions reusable workflow that can
be used to invoke a container image with a user-specified command to generate an
artifact and SLSA Build L3 compliant provenance.
v1.7.0: Go builder
go-version-file
input was added. This allows you to specify a go.mod file in order to track
which version of Go is used for your project.
v1.6.0
Compare Source
This release includes the first beta release of the
Node.js builder.
The Node.js builder provides a GitHub Actions reusable workflow that can be
called to build a Node.js package, generate SLSA Build L3 compliant provenance,
and publish it to the npm registry along with the package.
Summary of changes
Go builder
New Features
prerelease
input was added to allow users to create releases marked as prerelease when
upload-assets
is set totrue
.draft-release
was added to allow users to create releases markedas draft when
upload-assets
is set totrue
.go-provenance-name
added which can be used to retrieve the nameof the provenance file generated by the builder.
Generic generator
New Features
draft-release
was added to allow users to create releases markedas draft when
upload-assets
is set totrue
.Container generator
The Container Generator was updated to use
cosign
v2.0.0. No changes to theworkflow's inputs or outputs were made.
Changelog since v1.5.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.