turning go modules to false until jwt cve issue fixed (#13888)
This commit is contained in:
parent
f541cf196b
commit
b3eb31b4d6
|
@ -6,7 +6,7 @@ container {
|
|||
|
||||
binary {
|
||||
secrets = true
|
||||
go_modules = true
|
||||
go_modules = false
|
||||
osv = true
|
||||
oss_index = true
|
||||
nvd = true
|
||||
|
|
Loading…
Reference in New Issue