Skip to content

Commit

Permalink
Update Trivy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Oct 31, 2024
1 parent 31a33a9 commit 18c5e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Setup oras
run: |
VERSION="1.2.1"
VERSION="1.2.0"
curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
mkdir -p oras-install/
tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
Expand Down

0 comments on commit 18c5e28

Please sign in to comment.