Skip to content

Commit

Permalink
grype: run go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Ariadne Conill <[email protected]>
  • Loading branch information
kaniini committed Sep 1, 2023
1 parent bb3e7dc commit 36d363c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ pipeline:
uri: https://github.com/anchore/grype/archive/v${{package.version}}/grype-${{package.version}}.tar.gz
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 \
-ldflags "-s -w -X github.com/anchore/grype/internal/version.version=${{package.version}}" \
Expand Down

0 comments on commit 36d363c

Please sign in to comment.