clean up after testing

This commit is contained in:
Claire Labry 2022-01-06 09:43:35 -05:00
parent 4b0d346932
commit d66f4da7f0
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: push:
# Sequence of patterns matched against refs/heads # Sequence of patterns matched against refs/heads
branches: branches:
- enable-security-scan [ main ]
# [ main ]
env: env:
PKG_NAME: consul PKG_NAME: consul

View File

@ -4,13 +4,17 @@ project "consul" {
team = "consul core" team = "consul core"
slack { slack {
# feed-consul-ci # feed-consul-ci
notification_channel = "C01A3A54G0L" notification_channel = "C9KPKPKRN"
} }
github { github {
organization = "hashicorp" organization = "hashicorp"
repository = "consul" repository = "consul"
release_branches = [ 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 { binary {
secrets = true secrets = true
go_modules = false go_modules = true
osv = true osv = true
oss_index = true oss_index = true
nvd = true nvd = true