mirror of
https://github.com/imjasonh/cosign-docker-cli-plugins
synced 2026-07-06 18:42:28 +00:00
PR via tweet :)
This commit is contained in:
parent
0ae5860d43
commit
53173b5a7c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ if [ "$#" -lt 2 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -x "cosign" ]]; then
|
||||
if ! command -v cosign &> /dev/null; then
|
||||
echo "Must install cosign, please refer to installation page https://docs.sigstore.dev/cosign/installation/"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue