Skip to content

Commit

Permalink
Fix dpkg -i filename
Browse files Browse the repository at this point in the history
Following the filename that we downloaded
  • Loading branch information
za committed Dec 17, 2024
1 parent e4d0f55 commit e13053b
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 @@ -57,7 +57,7 @@ jobs:
- name: Setup trivy
run: |
wget https://github.com/aquasecurity/trivy/releases/download/v${{env.TRIVY_VERSION}}/trivy_${{env.TRIVY_VERSION}}_Linux-64bit.deb
sudo dpkg -i trivy.deb
sudo dpkg -i trivy_${{env.TRIVY_VERSION}}_Linux-64bit.deb
- name: Pre-commit checks
uses: pre-commit/[email protected]
- name: pre-commit-ci-lite
Expand Down

0 comments on commit e13053b

Please sign in to comment.