clean up after testing
This commit is contained in:
parent
a286cbee89
commit
e510e0258c
|
@ -4,8 +4,7 @@ on:
|
|||
push:
|
||||
# Sequence of patterns matched against refs/heads
|
||||
branches:
|
||||
- enable-security-scan
|
||||
# [ main ]
|
||||
[ main ]
|
||||
|
||||
env:
|
||||
PKG_NAME: consul
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ container {
|
|||
|
||||
binary {
|
||||
secrets = true
|
||||
go_modules = false
|
||||
go_modules = true
|
||||
osv = true
|
||||
oss_index = true
|
||||
nvd = true
|
||||
|
|
Loading…
Reference in New Issue