mirror of https://github.com/hashicorp/consul
Backport of security: ignore test and internal tool modules into release/1.15.x (#20969)
backport of commit fdf3f9b275
Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
pull/20987/head
parent
f055b05ca2
commit
864491ba3b
7
scan.hcl
7
scan.hcl
|
@ -31,6 +31,13 @@ repository {
|
|||
vulnerabilites = [
|
||||
"GO-2024-2631", # go-jose/v3@v3.0.3 (false positive)
|
||||
]
|
||||
paths = [
|
||||
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
|
||||
"test/integration/connect/envoy/test-sds-server/*",
|
||||
"test/integration/consul-container/*",
|
||||
"testing/deployer/*",
|
||||
"test-integ/*",
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue