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 {
|
binary {
|
||||||
secrets = true
|
secrets = true
|
||||||
go_modules = true
|
go_modules = false
|
||||||
osv = true
|
osv = true
|
||||||
oss_index = true
|
oss_index = true
|
||||||
nvd = true
|
nvd = true
|
||||||
|
|
Loading…
Reference in New Issue