Skip to content

Commit

Permalink
fix: install grype during release (#2857)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Laine <philip.laine@gmail.com>
  • Loading branch information
phillebaba committed Aug 8, 2024
1 parent 913bf88 commit 9f442ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Install tools
uses: ./.github/actions/install-tools

- name: install grype
env:
VERSION: v0.74.6
run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin $VERSION"
shell: bash

- name: Build CLI
run: |
make build-cli-linux-amd
Expand Down
4 changes: 4 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ignore:
# From helm - This behavior was introduced intentionally, and cannot be removed without breaking backwards compatibility (some users may be relying on these values).
# https://helm.sh/blog/response-cve-2019-25210/
- vulnerability: GHSA-jw44-4f3j-q396

0 comments on commit 9f442ce

Please sign in to comment.