Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored Aug 26, 2024
1 parent 18794fc commit f06d718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
# This is partially duplicated in .devcontainer/Dockerfile, with the copy target being the only difference
run: |
mkdir ./trivy-temp/
wget https://github.com/aquasecurity/trivy/releases/download/v${{ TRIVY_VERSION }}/trivy_${{ TRIVY_VERSION }}_Linux-64bit.tar.gz -O - | tar -xzvf - -C ./trivy-temp/
wget https://github.com/aquasecurity/trivy/releases/download/v${{ env.TRIVY_VERSION }}/trivy_${{ env.TRIVY_VERSION }}_Linux-64bit.tar.gz -O - | tar -xzvf - -C ./trivy-temp/
mkdir -p ~/.local/bin/
cp ./trivy-temp/trivy /home/vscode/.local/bin/
rm -rf ./trivy-temp/
Expand Down

0 comments on commit f06d718

Please sign in to comment.