vault/scan.hcl
Vault Automation 0c6c13dd38
license: update headers to IBM Corp. (#10229) (#10233)
* license: update headers to IBM Corp.
* `make proto`
* update offset because source file changed

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2025-10-21 15:20:20 -06:00

34 lines
727 B
HCL

# Copyright IBM Corp. 2016, 2025
# SPDX-License-Identifier: BUSL-1.1
repository {
go_modules = true
osv = true
dependabot {
required = true
check_config = true
}
plugin "codeql" {
languages = ["go"]
}
plugin "semgrep" {
use_git_ignore = true
exclude = ["vendor"]
config = [
"tools/semgrep/ci",
"p/r2c-security-audit",
"r/trailofbits.go.hanging-goroutine.hanging-goroutine",
"r/trailofbits.go.racy-append-to-slice.racy-append-to-slice",
"r/trailofbits.go.racy-write-to-map.racy-write-to-map",
]
exclude_rule = ["generic.html-templates.security.unquoted-attribute-var.unquoted-attribute-var"]
}
secrets {
all = true
}
}