clean up after testing

This commit is contained in:
Claire Labry 2022-01-06 09:43:35 -05:00
parent a286cbee89
commit e510e0258c
No known key found for this signature in database
GPG Key ID: 2A8A96045C4E9B0C
3 changed files with 8 additions and 5 deletions

View File

@ -4,8 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/heads
branches:
- enable-security-scan
# [ main ]
[ main ]
env:
PKG_NAME: consul

View File

@ -4,13 +4,17 @@ project "consul" {
team = "consul core"
slack {
# feed-consul-ci
notification_channel = "C01A3A54G0L"
notification_channel = "C9KPKPKRN"
}
github {
organization = "hashicorp"
repository = "consul"
release_branches = [
"enable-security-scan"
"main",
"release/1.8.x",
"release/1.9.x",
"release/1.10.x",
"release/1.11.x"
]
}
}

View File

@ -6,7 +6,7 @@ container {
binary {
secrets = true
go_modules = false
go_modules = true
osv = true
oss_index = true
nvd = true