clean up from testing
This commit is contained in:
parent
6cd69438f6
commit
543705c861
|
@ -5,8 +5,7 @@ on:
|
|||
# Sequence of patterns matched against refs/heads
|
||||
branches:
|
||||
# Push events on the main branch
|
||||
# - main
|
||||
- 'fix-security-scan'
|
||||
- main
|
||||
|
||||
env:
|
||||
PKG_NAME: consul
|
||||
|
|
|
@ -10,7 +10,11 @@ project "consul" {
|
|||
organization = "hashicorp"
|
||||
repository = "consul"
|
||||
release_branches = [
|
||||
"fix-security-scan"
|
||||
"main",
|
||||
"release/1.8.x",
|
||||
"release/1.9.x",
|
||||
"release/1.10.x",
|
||||
"release/1.11.x"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
container {
|
||||
secrets = true
|
||||
dependencies = true
|
||||
alpine_secdb = true
|
||||
secrets = true
|
||||
}
|
||||
|
||||
binary {
|
||||
secrets = true
|
||||
secrets = true
|
||||
go_modules = false
|
||||
osv = true
|
||||
oss_index = true
|
||||
|
|
Loading…
Reference in New Issue