reverting changes for the container + binary blocks
This commit is contained in:
parent
f9058664fe
commit
66cfdfeddd
|
@ -5,7 +5,8 @@ on:
|
|||
# Sequence of patterns matched against refs/heads
|
||||
branches:
|
||||
# Push events on the main branch
|
||||
- main
|
||||
# - main
|
||||
- 'fix-security-scan'
|
||||
|
||||
env:
|
||||
PKG_NAME: consul
|
||||
|
|
|
@ -10,11 +10,7 @@ project "consul" {
|
|||
organization = "hashicorp"
|
||||
repository = "consul"
|
||||
release_branches = [
|
||||
"main",
|
||||
"release/1.8.x",
|
||||
"release/1.9.x",
|
||||
"release/1.10.x",
|
||||
"release/1.11.x"
|
||||
"fix-security-scan"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,19 +1,13 @@
|
|||
container {
|
||||
secrets = true
|
||||
dependencies = true
|
||||
alpine_secdb = true
|
||||
|
||||
secrets {
|
||||
all = true
|
||||
}
|
||||
}
|
||||
|
||||
binary {
|
||||
secrets = true
|
||||
go_modules = true
|
||||
osv = true
|
||||
oss_index = true
|
||||
nvd = true
|
||||
|
||||
secrets {
|
||||
all = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue