Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy authored Nov 15, 2024
1 parent cfac124 commit 3f3f8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# Install Grype
- name: Install Grype
run: |
curl -sSL -o grype.tar.gz https://github.com/anchore/grype/releases/download/v0.84.0/grype-linux-amd64-v0.84.0.tar.gz
curl -sSL -o grype.tar.gz https://github.com/anchore/grype/releases/download/v0.84.0/grype_0.84.0_linux_amd64.tar.gz
tar -xzvf grype.tar.gz -C /usr/local/bin
# Generate SBOM with Grype
Expand Down

0 comments on commit 3f3f8d7

Please sign in to comment.