1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

build(deps): bump sigstore/cosign-installer from 2.4.0 to 2.4.1 (#1319)

Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-04 18:53:44 -03:00 committed by GitHub
parent 9a5109a254
commit ca4e42bd91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ jobs:
- name: Install cosign
if: github.ref == 'refs/heads/main' && env.GHCR_USERNAME != ''
uses: sigstore/cosign-installer@v2.4.0
uses: sigstore/cosign-installer@v2.4.1
- name: Sign Artifacts to main release channel
if: github.ref == 'refs/heads/main' && env.GHCR_USERNAME != ''

View file

@ -126,7 +126,7 @@ jobs:
- name: Install cosign
if: env.GHCR_USERNAME != ''
uses: sigstore/cosign-installer@v2.4.0
uses: sigstore/cosign-installer@v2.4.1
- name: Sign Container Image
if: env.GHCR_USERNAME != ''