mirror of https://github.com/status-im/consul.git
clean up after testing
This commit is contained in:
parent
4b0d346932
commit
d66f4da7f0
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue