Skip to content

Commit

Permalink
Pin Syft version on Travis (#6312)
Browse files Browse the repository at this point in the history
This is a followup to #6306 which pins the Syft version.
  • Loading branch information
derekcollison authored Jan 1, 2025
2 parents 62de2cd + bd20833 commit afb7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ script: ./scripts/runTestsOnTravis.sh $TEST_SUITE
# Cosign is an optional dependency to verify the Syft binary.
before_deploy:
- curl -o /usr/local/bin/cosign -L https://github.com/sigstore/cosign/releases/latest/download/cosign-linux-amd64 && chmod +x /usr/local/bin/cosign
- 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

deploy:
provider: script
Expand Down

0 comments on commit afb7e0b

Please sign in to comment.