Skip to content

Commit

Permalink
fix(cosign): pass correct record name
Browse files Browse the repository at this point in the history
  • Loading branch information
pgurusinga committed Jan 24, 2024
1 parent ae78cb3 commit 5c3bd87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ case $1 in
exit 0
;;
--attest)
cosign attest --yes --replace --predicate vuln-backend.json --type vuln $APP_IMAGE
cosign attest --yes --replace --predicate vuln-backend.json --type vuln $CONTENT_IMAGE
cosign attest --yes --replace --predicate vuln-backend.json --type vuln $PROD_IMAGE
cosign attest --yes --replace --predicate vulnerabilities.json --type vuln $APP_IMAGE
cosign attest --yes --replace --predicate vulnerabilities.json --type vuln $CONTENT_IMAGE
cosign attest --yes --replace --predicate vulnerabilities.json --type vuln $PROD_IMAGE
exit 0
;;
--contentFromImage)
Expand Down

0 comments on commit 5c3bd87

Please sign in to comment.