2023-03-15 16:00:52 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-11-17 23:12:03 +00:00
|
|
|
repository {
|
2022-12-23 19:38:58 +00:00
|
|
|
go_modules = true
|
|
|
|
osv = true
|
2022-11-17 23:12:03 +00:00
|
|
|
secrets {
|
|
|
|
all = true
|
|
|
|
}
|
|
|
|
dependabot {
|
|
|
|
required = true
|
|
|
|
check_config = true
|
|
|
|
}
|
|
|
|
|
|
|
|
plugin "semgrep" {
|
|
|
|
use_git_ignore = true
|
|
|
|
exclude = ["vendor"]
|
|
|
|
config = ["tools/semgrep/ci", "p/r2c-security-audit"]
|
2022-11-22 21:19:35 +00:00
|
|
|
exclude_rule = ["generic.html-templates.security.unquoted-attribute-var.unquoted-attribute-var"]
|
2022-11-17 23:12:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
plugin "codeql" {
|
|
|
|
languages = ["go"]
|
|
|
|
}
|
2022-11-23 15:48:04 +00:00
|
|
|
}
|