turning go modules to false due to jwt issue
This commit is contained in:
parent
66cfdfeddd
commit
6cd69438f6
|
@ -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