mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
clean up from testing
This commit is contained in:
parent
092a27e84d
commit
12fc63d11c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user