Skip to content

Commit

Permalink
Update cosign command to use --recursive=true for signing images
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Urson <dan.urson@cresta.ai>
  • Loading branch information
notdurson committed Dec 27, 2024
1 parent f7b020d commit 1c1a119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
run: |
echo "${TAGS}" | xargs -I {} cosign sign \
--yes \
-r \ # recursively sign each image in an architecture
--recursive=true \
-a actor=${{ github.actor}} \
-a ref_name=${{ github.ref_name}} \
-a ref=${{ github.sha }} \
Expand Down

0 comments on commit 1c1a119

Please sign in to comment.