Skip to content

Commit

Permalink
add --yes option to cosign sign (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy committed May 17, 2023
1 parent 87f4580 commit 8e47e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -140,7 +140,7 @@ jobs:
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: ${{ steps.docker_meta.outputs.tags }}
run: echo "${TAGS}" | xargs -I {} cosign sign {}@${DIGEST}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
```

### Optional Inputs
Expand Down

0 comments on commit 8e47e41

Please sign in to comment.