Skip to content

Commit

Permalink
Add version of go and ignore gems when checking for CVEs (#2987)
Browse files Browse the repository at this point in the history
The only Gemfiles that we have currently are under fixtures which are
not used in our code so it is safe to ignore them

Signed-off-by: João Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira authored Jul 3, 2024
1 parent 7653caf commit 03f9657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- package:
type: gem
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module code.cloudfoundry.org/cli

go 1.22
go 1.22.5

require (
code.cloudfoundry.org/bytefmt v0.0.0-20230612151507-41ef4d1f67a4
Expand Down

0 comments on commit 03f9657

Please sign in to comment.