Skip to content

Commit

Permalink
Merge pull request #4997 from wolfi-dev/wolfictl-ba8a8cca-ba7b-44b3-b…
Browse files Browse the repository at this point in the history
…8aa-8ac3f1f58702

grype/0.66.0 package update
  • Loading branch information
kaniini authored Sep 1, 2023
2 parents b05effb + 36d363c commit 96e0e82
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions grype.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: grype
version: 0.65.2
version: 0.66.0
epoch: 0
description: Vulnerability scanner for container images, filesystems, and SBOMs
copyright:
Expand All @@ -17,7 +17,11 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/anchore/grype/archive/v${{package.version}}/grype-${{package.version}}.tar.gz
expected-sha512: 6971be4ee08407feb40474164e2b33d8f864e7171256ca9d9615ed3690eca8210820e89c8671864e416624057086a1f25fe0fb287dedcff2c865876cf7346bde
expected-sha512: 5569c02ac6ec93922aa0f8d1f107461cb4768f93bf74276f0cff38c623f595a202c8a48baa3e415cde09715b28dc5d9b8f53b984a6d2263244722fe9ae40fa3c

# Update go.mod files, which are apparently stale in the 0.66.0 release
- runs: |
go mod tidy
- runs: |
CGO_ENABLED=0 go build \
Expand Down

0 comments on commit 96e0e82

Please sign in to comment.