reverting changes for the container + binary blocks

pull/12275/head
Claire Labry 3 years ago
parent 63e80e53fb
commit 20e4f73649
No known key found for this signature in database
GPG Key ID: 2A8A96045C4E9B0C

@ -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…
Cancel
Save