forked from ublue-os/bluefin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump EyeCantCU/cosign-action from 0.2.1 to 0.2.2 (ublue-…
…os#799) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bd0569f
commit 96b0d5e
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Verify base container | ||
uses: EyeCantCU/cosign-action/[email protected].1 | ||
uses: EyeCantCU/cosign-action/[email protected].2 | ||
with: | ||
containers: wolfi-base | ||
cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Verify Fedora distrobox | ||
uses: EyeCantCU/cosign-action/[email protected].1 | ||
uses: EyeCantCU/cosign-action/[email protected].2 | ||
with: | ||
containers: fedora-distrobox:latest | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Verify Ubuntu toolbox | ||
uses: EyeCantCU/cosign-action/[email protected].1 | ||
uses: EyeCantCU/cosign-action/[email protected].2 | ||
with: | ||
containers: ubuntu-toolbox:22.04 | ||
pubkey: https://raw.githubusercontent.com/toolbx-images/images/main/quay.io-toolbx-images.pub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Verify base container | ||
uses: EyeCantCU/cosign-action/[email protected].1 | ||
uses: EyeCantCU/cosign-action/[email protected].2 | ||
with: | ||
containers: wolfi-base | ||
cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,13 +45,13 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Verify base image | ||
uses: EyeCantCU/cosign-action/[email protected].1 | ||
uses: EyeCantCU/cosign-action/[email protected].2 | ||
with: | ||
containers: silverblue-${{ matrix.image_flavor }}:${{ matrix.major_version }} | ||
|
||
- name: Verify Chainguard images | ||
if: matrix.base_name != 'bluefin' | ||
uses: EyeCantCU/cosign-action/[email protected].1 | ||
uses: EyeCantCU/cosign-action/[email protected].2 | ||
with: | ||
containers: dive, flux, helm, ko, minio, kubectl | ||
cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main | ||
|