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
|
# Sequence of patterns matched against refs/heads
|
||||||
branches:
|
branches:
|
||||||
# Push events on the main branch
|
# Push events on the main branch
|
||||||
- main
|
# - main
|
||||||
|
- 'fix-security-scan'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PKG_NAME: consul
|
PKG_NAME: consul
|
||||||
|
|
|
@ -10,11 +10,7 @@ project "consul" {
|
||||||
organization = "hashicorp"
|
organization = "hashicorp"
|
||||||
repository = "consul"
|
repository = "consul"
|
||||||
release_branches = [
|
release_branches = [
|
||||||
"main",
|
"fix-security-scan"
|
||||||
"release/1.8.x",
|
|
||||||
"release/1.9.x",
|
|
||||||
"release/1.10.x",
|
|
||||||
"release/1.11.x"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,13 @@
|
||||||
container {
|
container {
|
||||||
|
secrets = true
|
||||||
dependencies = true
|
dependencies = true
|
||||||
alpine_secdb = true
|
alpine_secdb = true
|
||||||
|
|
||||||
secrets {
|
|
||||||
all = true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
binary {
|
binary {
|
||||||
|
secrets = true
|
||||||
go_modules = true
|
go_modules = true
|
||||||
osv = true
|
osv = true
|
||||||
oss_index = true
|
oss_index = true
|
||||||
nvd = true
|
nvd = true
|
||||||
|
|
||||||
secrets {
|
|
||||||
all = true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue