mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-08 06:15:21 +00:00
Merge branch 'template' into live
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Confirm that cosign.pub matches SIGNING_SECRET
|
# Confirm that cosign.pub matches SIGNING_SECRET
|
||||||
- uses: sigstore/cosign-installer@v3.2.0
|
- uses: sigstore/cosign-installer@v3.3.0
|
||||||
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/live'
|
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/live'
|
||||||
|
|
||||||
- name: Check SIGNING_SECRET matches cosign.pub
|
- name: Check SIGNING_SECRET matches cosign.pub
|
||||||
@@ -112,7 +112,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Add yq (for reading recipe.yml)
|
- name: Add yq (for reading recipe.yml)
|
||||||
uses: mikefarah/yq@v4.40.4
|
uses: mikefarah/yq@v4.40.5
|
||||||
|
|
||||||
- name: Gather image data from recipe
|
- name: Gather image data from recipe
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user