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 af26ccf commit 173f89d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
# Install Grype
- name: Install Grype
run: |
curl -sSL https://github.com/anchore/grype/releases/download/v0.84.0/grype-linux-amd64-v0.84.0.tar.gz | tar -xz -C /usr/local/bin
wget -O grype.tar.gz https://github.com/anchore/grype/releases/download/v0.84.0/grype-linux-amd64-v0.84.0.tar.gz
tar -xzvf grype.tar.gz -C /usr/local/bin
# Generate SBOM with Grype
- name: Generate SBOM with Grype
Expand Down

0 comments on commit 173f89d

Please sign in to comment.