reverting changes for the container + binary blocks

This commit is contained in:
Claire Labry 2022-02-04 14:05:28 -05:00
parent f9058664fe
commit 66cfdfeddd
No known key found for this signature in database
GPG Key ID: 2A8A96045C4E9B0C
3 changed files with 5 additions and 14 deletions

View File

@ -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

View File

@ -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"
]
}
}

View File

@ -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
}
}