mirror of https://github.com/hashicorp/consul
claire labry
3 years ago
committed by
GitHub
5 changed files with 55 additions and 5 deletions
@ -0,0 +1,3 @@
|
||||
```release-note:improvement |
||||
ci: Enable security scanning for CRT |
||||
``` |
@ -0,0 +1,19 @@
|
||||
container { |
||||
dependencies = true |
||||
alpine_secdb = true |
||||
|
||||
secrets { |
||||
all = true |
||||
} |
||||
} |
||||
|
||||
binary { |
||||
go_modules = true |
||||
osv = true |
||||
oss_index = true |
||||
nvd = true |
||||
|
||||
secrets { |
||||
all = true |
||||
} |
||||
} |
Loading…
Reference in new issue