Skip to content

Commit

Permalink
ci: update Syft to 0.72.0 and Grype to 0.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirusu committed Feb 21, 2023
1 parent d3206ec commit f61cfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install_syft_grype/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ runs:
shell: bash
working-directory: /tmp
env:
SYFT_VERSION: "0.70.0"
GRYPE_VERSION: "0.56.0"
SYFT_VERSION: "0.72.0"
GRYPE_VERSION: "0.57.1"
OS: ${{ runner.os }}
ARCH: ${{ runner.arch }}
run: |
Expand Down

0 comments on commit f61cfb6

Please sign in to comment.