diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a5eeb0354..46a5896d97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,8 +4,7 @@ on: push: # Sequence of patterns matched against refs/heads branches: - - enable-security-scan - # [ main ] + [ main ] env: PKG_NAME: consul diff --git a/.release/ci.hcl b/.release/ci.hcl index cb3ba08d5a..bf4a2144f3 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -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" ] } } diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index eeb188891c..3fd4ef388e 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -6,7 +6,7 @@ container { binary { secrets = true - go_modules = false + go_modules = true osv = true oss_index = true nvd = true