Skip to content
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

Upgrade: Bump anchore/sbom-action from 0.17.0 to 0.17.1 #154

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps anchore/sbom-action from 0.17.0 to 0.17.1.

Release notes

Sourced from anchore/sbom-action's releases.

v0.17.1

Changes in v0.17.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@d94f46e...ab9d16d)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 19, 2024
Copy link

dryrunsecurity bot commented Aug 19, 2024

DryRun Security Summary

The provided code change updates the versions of dependencies used in the GitHub Actions workflow file .github/workflows/release.yaml to manage the release process of the application, and includes several security-focused features such as the use of Cosign for signing the release artifacts, the generation of a Software Bill of Materials (SBOM), and the execution of a verification script.

Expand for full summary

Summary:

The provided code change is from the GitHub Actions workflow file .github/workflows/release.yaml, which is responsible for managing the release process of the application. From an application security perspective, the changes are focused on updating the versions of the dependencies used in the workflow, such as the Syft and GoReleaser tools. This is a common practice to ensure the workflow is using the latest versions of the tools, which may include security fixes or improvements.

The workflow also includes several security-focused features, such as the use of Cosign for signing the release artifacts, the generation of a Software Bill of Materials (SBOM) using the Syft tool, and the execution of a verification script after the release process. These are all good security practices that help ensure the integrity and provenance of the released software. Additionally, the workflow is using the GITHUB_TOKEN secret to authenticate with GitHub during the release process, which requires proper management and protection to prevent unauthorized access and potential misuse.

Files Changed:

  • .github/workflows/release.yaml: This file contains the GitHub Actions workflow responsible for managing the release process of the application. The changes include updating the versions of the sigstore/cosign-installer, anchore/sbom-action/download-syft, and goreleaser/goreleaser-action dependencies. The workflow also includes the installation of Cosign for signing the release artifacts, the generation of an SBOM using the Syft tool, and the execution of a verification script after the release process.

Code Analysis

We ran 9 analyzers against 1 file and 0 analyzers had findings. 9 analyzers had no findings.

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

@santoshkal santoshkal merged commit 3e93061 into main Aug 21, 2024
14 checks passed
@santoshkal santoshkal deleted the dependabot/github_actions/anchore/sbom-action-0.17.1 branch August 21, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant