clean up from testing

This commit is contained in:
Claire Labry 2022-02-04 14:59:30 -05:00
parent 6cd69438f6
commit 543705c861
No known key found for this signature in database
GPG Key ID: 2A8A96045C4E9B0C
3 changed files with 8 additions and 5 deletions

View File

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

View File

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

View File

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