Skip to content

Commit afb7e0b

Browse files
Pin Syft version on Travis (#6312)
This is a followup to #6306 which pins the Syft version.
2 parents 62de2cd + bd20833 commit afb7e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ script: ./scripts/runTestsOnTravis.sh $TEST_SUITE
5656
# Cosign is an optional dependency to verify the Syft binary.
5757
before_deploy:
5858
- 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
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 v1.18.1
6060

6161
deploy:
6262
provider: script

0 commit comments

Comments
 (0)