Skip to content

Upgrade: Bump sigstore/cosign-installer from 3.6.0 to 3.7.0#189

Merged
santoshkal merged 1 commit intopre-mainfrom
dependabot/github_actions/pre-main/sigstore/cosign-installer-3.7.0
Oct 24, 2024
Merged

Upgrade: Bump sigstore/cosign-installer from 3.6.0 to 3.7.0#189
santoshkal merged 1 commit intopre-mainfrom
dependabot/github_actions/pre-main/sigstore/cosign-installer-3.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 24, 2024

Bumps sigstore/cosign-installer from 3.6.0 to 3.7.0.

Release notes

Sourced from sigstore/cosign-installer's releases.

v3.7.0

What's Changed

Full Changelog: sigstore/cosign-installer@v3.6.0...v3.7.0

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 [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@4959ce0...dc72c7d)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  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 Oct 24, 2024
@dryrunsecurity
Copy link
Copy Markdown

DryRun Security Summary

The provided code change updates the GitHub Actions workflow for the project's release process, focusing on improving the security and reliability of the release process by using Cosign for signing and verifying the released artifacts, generating a Software Bill of Materials (SBOM), and automating the release process with GoReleaser.

Expand for full summary

Summary:

The provided code change is related to the GitHub Actions workflow for the project's release process. The key updates include:

  1. Updating the version of the sigstore/cosign-installer action, which suggests the project is using Cosign for signing and verifying the released artifacts - a good security practice.
  2. Maintaining the use of the anchore/sbom-action/download-syft action, indicating the project is generating a Software Bill of Materials (SBOM) as part of the release process, providing visibility into the components and dependencies included in the released artifacts.
  3. Continuing to use the goreleaser/goreleaser-action to automate the release process, ensuring consistency and reproducibility, which can help maintain the security of the released artifacts.

The workflow also includes a step to run a verification script (./.github/workflows/verify.sh), which should be reviewed to ensure it performs appropriate checks on the released artifacts, such as verifying the Cosign signatures and the SBOM.

Overall, the code changes appear to be focused on improving the security and reliability of the project's release process, which is a best practice for application security.

Files Changed:

  • .github/workflows/release.yaml: This file contains the GitHub Actions workflow for the project's release process. The key changes include:
    • Updating the version of the sigstore/cosign-installer action, which suggests the project is using Cosign for signing and verifying the released artifacts.
    • Maintaining the use of the anchore/sbom-action/download-syft action, indicating the project is generating a Software Bill of Materials (SBOM) as part of the release process.
    • Continuing to use the goreleaser/goreleaser-action to automate the release process, ensuring consistency and reproducibility.
    • Including a step to run a verification script (./.github/workflows/verify.sh), which should be reviewed to ensure it performs appropriate checks on the released artifacts.

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 7189030 into pre-main Oct 24, 2024
@santoshkal santoshkal deleted the dependabot/github_actions/pre-main/sigstore/cosign-installer-3.7.0 branch October 24, 2024 15:47
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