Skip to content

Commit

Permalink
Added $ for trivy version environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
za committed Dec 17, 2024
1 parent 7610711 commit c88900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
mv terraform-docs /usr/local/bin/
- name: Setup trivy
run: |
curl --output trivy https://github.com/aquasecurity/trivy/releases/download/v${{env.TRIVY_VERSION}}/trivy_{{env.TRIVY_VERSION}}_Linux-64bit.deb
curl --output trivy https://github.com/aquasecurity/trivy/releases/download/v${{env.TRIVY_VERSION}}/trivy_${{env.TRIVY_VERSION}}_Linux-64bit.deb
sudo dpkg -i trivy.deb
- name: Pre-commit checks
uses: pre-commit/[email protected]
Expand Down

0 comments on commit c88900e

Please sign in to comment.