Skip to content

Commit

Permalink
replace trivy
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin committed Dec 9, 2024
1 parent 39a607a commit 16d2110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.9

toolchain go1.23.0

replace github.com/aquasecurity/trivy => /Users/nikita/projects/trivy
replace github.com/aquasecurity/trivy => github.com/nikpivkin/trivy v0.0.0-20241208122347-678e7af74ed6

require (
github.com/aquasecurity/trivy v0.57.1-0.20241202232542-54130dcc1d77
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,8 @@ github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdh
github.com/ncruces/go-strftime v0.1.9/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
github.com/nikpivkin/opa v0.0.0-20240829080621-16999fcb5464 h1:jhZ8nLVxOAslgzmPdKTyctfDJkMfRgksCypFriHzf4E=
github.com/nikpivkin/opa v0.0.0-20240829080621-16999fcb5464/go.mod h1:cvSIxY0dexL39hOPqXSZKdBYFNx2Rv8Fu5n3MmTjqtE=
github.com/nikpivkin/trivy v0.0.0-20241208122347-678e7af74ed6 h1:nEtgpPXEaOR8/TOBipl6Qd4ohR+kee93Q72oMGXmSt4=
github.com/nikpivkin/trivy v0.0.0-20241208122347-678e7af74ed6/go.mod h1:YM25zfuLoB1FVYGrW5LpcY2VpU5/RGPKvxGB/OhvS8c=
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 h1:Up6+btDp321ZG5/zdSLo48H9Iaq0UQGthrhWC6pCxzE=
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481/go.mod h1:yKZQO8QE2bHlgozqWDiRVqTFlLQSj30K/6SAK8EeYFw=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down

0 comments on commit 16d2110

Please sign in to comment.