Skip to content

Commit 03f9657

Browse files
Add version of go and ignore gems when checking for CVEs (#2987)
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 <[email protected]>
1 parent 7653caf commit 03f9657

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.grype.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore:
2+
- package:
3+
type: gem

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.cloudfoundry.org/cli
22

3-
go 1.22
3+
go 1.22.5
44

55
require (
66
code.cloudfoundry.org/bytefmt v0.0.0-20230612151507-41ef4d1f67a4

0 commit comments

Comments
 (0)