Skip to content

Commit

Permalink
chore(deps): update dependency anchore/grype to v0.75.0
Browse files Browse the repository at this point in the history
| datasource  | package       | from    | to      |
| ----------- | ------------- | ------- | ------- |
| github-tags | anchore/grype | v0.74.6 | v0.75.0 |
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent 6d6f7aa commit caf1c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: install grype
env:
# renovate: datasource=github-tags depName=anchore/grype versioning=semver
VERSION: v0.74.6
VERSION: v0.75.0
run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin $VERSION"
shell: bash

Expand Down

0 comments on commit caf1c02

Please sign in to comment.