We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc09a5c commit 77fb5daCopy full SHA for 77fb5da
1 file changed
.github/workflows/build_and_push.yml
@@ -38,7 +38,7 @@ jobs:
38
docker run --rm \
39
-v /var/run/docker.sock:/var/run/docker.sock \
40
-v "$PWD":/work \
41
- anchore/syft:latest "$FULL_IMAGE" -o syft-json > sbom.syft.json
+ anchore/syft:v1.38.0 "$FULL_IMAGE" -o syft-json > sbom.syft.json
42
test -s sbom.syft.json && echo "SBOM created: sbom.syft.json"
43
44
- name: 📤 Upload SBOM artifact
@@ -85,5 +85,5 @@ jobs:
85
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
86
run: |
87
printf '%s' "$COSIGN_PRIVATE_KEY" > cosign.key
88
- cosign sign --key cosign.key $FINAL_TAG
+ cosign sign --key cosign.key $FULL_IMAGE
89
shred -u cosign.key || rm -f cosign.key
0 commit comments