Skip to content

Commit

Permalink
Update dependency anchore/grype to v0.74.7
Browse files Browse the repository at this point in the history
| datasource  | package       | from    | to      |
| ----------- | ------------- | ------- | ------- |
| github-tags | anchore/grype | v0.74.6 | v0.74.7 |
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent caf1a0c commit 384182c
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 @@ -7,7 +7,7 @@ runs:
- uses: anchore/sbom-action/download-syft@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8

# renovate: datasource=github-tags depName=anchore/grype versioning=semver
- run: "TAG=v0.74.6; curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin $TAG"
- run: "TAG=v0.74.7; curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin $TAG"
shell: bash

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
Expand Down

0 comments on commit 384182c

Please sign in to comment.