We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62de2cd + bd20833 commit afb7e0bCopy full SHA for afb7e0b
.travis.yml
@@ -56,7 +56,7 @@ script: ./scripts/runTestsOnTravis.sh $TEST_SUITE
56
# Cosign is an optional dependency to verify the Syft binary.
57
before_deploy:
58
- curl -o /usr/local/bin/cosign -L https://github.com/sigstore/cosign/releases/latest/download/cosign-linux-amd64 && chmod +x /usr/local/bin/cosign
59
- - curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | COSIGN_BINARY=/usr/local/bin/cosign sh -s -- -v -b /usr/local/bin
+ - curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | COSIGN_BINARY=/usr/local/bin/cosign sh -s -- -v -b /usr/local/bin v1.18.1
60
61
deploy:
62
provider: script
0 commit comments