Skip to content

Commit

Permalink
Add COSIGN_EXPERIMENTAL=1 flag to the verification example (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Nov 14, 2022
1 parent 3ee799e commit cd886b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sha256sum --ignore-missing -c checksums.txt
Cosign

```
cosign verify-blob --cert checksums.txt.pem --signature checksums.txt.keyless.sig --certificate-github-workflow-repository=terraform-linters/tflint checksums.txt
COSIGN_EXPERIMENTAL=1 cosign verify-blob --certificate checksums.txt.pem --signature checksums.txt.keyless.sig --certificate-github-workflow-repository=terraform-linters/tflint checksums.txt
sha256sum --ignore-missing -c checksums.txt
```

Expand Down

0 comments on commit cd886b4

Please sign in to comment.