-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(toolbox): Verify wolfi-base before building (#774)
- Loading branch information
Showing
2 changed files
with
22 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ on: | |
schedule: | ||
- cron: '20 22 * * *' # 10:20pm everyday | ||
pull_request: | ||
merge_group: | ||
merge_group: | ||
workflow_dispatch: | ||
env: | ||
IMAGE_NAME: bluefin-cli | ||
|
@@ -24,11 +24,19 @@ jobs: | |
id-token: write | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
steps: | ||
# Checkout push-to-registry action GitHub repository | ||
- name: Checkout Push to Registry action | ||
uses: actions/checkout@v4 | ||
|
||
|
||
- name: Verify base container | ||
uses: EyeCantCU/cosign-action/[email protected] | ||
with: | ||
containers: wolfi-base | ||
cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main | ||
oidc-issuer: https://token.actions.githubusercontent.com | ||
registry: cgr.dev/chainguard | ||
|
||
# Build metadata | ||
- name: Image Metadata | ||
uses: docker/metadata-action@v5 | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ on: | |
schedule: | ||
- cron: '20 22 * * *' # 10:20pm everyday | ||
pull_request: | ||
merge_group: | ||
merge_group: | ||
workflow_dispatch: | ||
env: | ||
IMAGE_NAME: wolfi-toolbox | ||
|
@@ -24,11 +24,19 @@ jobs: | |
id-token: write | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
steps: | ||
# Checkout push-to-registry action GitHub repository | ||
- name: Checkout Push to Registry action | ||
uses: actions/checkout@v4 | ||
|
||
|
||
- name: Verify base container | ||
uses: EyeCantCU/cosign-action/[email protected] | ||
with: | ||
containers: wolfi-base | ||
cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main | ||
oidc-issuer: https://token.actions.githubusercontent.com | ||
registry: cgr.dev/chainguard | ||
|
||
# Build metadata | ||
- name: Image Metadata | ||
uses: docker/metadata-action@v5 | ||
|