We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97b38a commit c795e6fCopy full SHA for c795e6f
1 file changed
.github/workflows/release.yaml
@@ -94,7 +94,7 @@ jobs:
94
wget --no-verbose https://raw.githubusercontent.com/anchore/syft/c43f4fb416c34c1c4b3997373689d8d4c0fb9b36/install.sh -O - | sh -s -- -b /usr/local/bin
95
96
- name: Install Grype
97
- run: curl -sSfL https://raw.githubusercontent.com/anchore/grype/v0.109.0/install.sh | sh -s -- -b /usr/local/bin v0.109.0
+ run: curl -sSfL https://raw.githubusercontent.com/anchore/grype/fe186c3e986dda3cb4c5e90798f82c52aefcb4b8/install.sh | sh -s -- -b /usr/local/bin
98
99
- name: Run GoReleaser
100
id: release
0 commit comments