Skip to content

Upgrade: Bump anchore/sbom-action from 0.17.7 to 0.18.0#260

Merged
santoshkal merged 1 commit intopre-mainfrom
dependabot/github_actions/pre-main/anchore/sbom-action-0.18.0
Jan 27, 2025
Merged

Upgrade: Bump anchore/sbom-action from 0.17.7 to 0.18.0#260
santoshkal merged 1 commit intopre-mainfrom
dependabot/github_actions/pre-main/anchore/sbom-action-0.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 27, 2025

Bumps anchore/sbom-action from 0.17.7 to 0.18.0.

Release notes

Sourced from anchore/sbom-action's releases.

v0.18.0

Changes in v0.18.0

v0.17.9

Changes in v0.17.9

v0.17.8

Changes in v0.17.8

Commits
  • f325610 chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#511)
  • 83a99f5 chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (#512)
  • 9af714f chore(deps): update Syft to v1.19.0 (#513)
  • df80a98 chore(deps): update Syft to v1.18.1 (#510)
  • 33651ab chore(deps): update Syft to v1.18.0 (#509)
  • a5bbe18 fix: github correlator name when run in matrix build (#482)
  • 55dc4ee chore(deps): update Syft to v1.17.0 (#507)
  • See full diff in compare view

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.7 to 0.18.0.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@fc46e51...f325610)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 27, 2025
@dryrunsecurity
Copy link
Copy Markdown

dryrunsecurity Bot commented Jan 27, 2025

DryRun Security Summary

The GitHub Actions workflow for the project's release process has been updated to enhance security and transparency by integrating Cosign and Syft for image signing and SBOM generation, using Goreleaser for automated releases, and including a verification script.

Expand for full summary

Summary:

The provided code change is related to the GitHub Actions workflow for the project's release process. The changes indicate a strong focus on security and transparency, as the workflow installs two security-related tools - Cosign and Syft. Cosign is used for signing and verifying container images, while Syft generates a Software Bill of Materials (SBOM) for the container images. Additionally, the workflow uses the Goreleaser action to automate the release process, ensuring consistency and reducing the risk of human error. Finally, the workflow includes a step to run a verification script, which likely performs additional checks or validations on the released artifacts. Overall, these changes demonstrate the project maintainers' commitment to delivering high-quality and secure releases to their users.

Files Changed:

  • .github/workflows/release.yaml: This file contains the GitHub Actions workflow for the project's release process. The key changes include:
    1. Installation of Cosign and Syft, which are security-related tools for signing and verifying container images, and generating a Software Bill of Materials (SBOM), respectively.
    2. Use of the Goreleaser action to automate the build and release process, ensuring consistency and reducing the risk of human error.
    3. Inclusion of a verification script (./.github/workflows/verify.sh) that is run after the release, likely to perform additional checks or validations on the released artifacts.

Code Analysis

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

View PR in the DryRun Dashboard.

@santoshkal santoshkal merged commit 73f62ab into pre-main Jan 27, 2025
@santoshkal santoshkal deleted the dependabot/github_actions/pre-main/anchore/sbom-action-0.18.0 branch January 27, 2025 06:38
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