security: ignore test and internal tool modules (#20963)

This commit is contained in:
Michael Zalimeni 2024-04-08 17:30:04 -04:00 committed by GitHub
parent ad23e96a32
commit 159fcfb2fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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/*",
]
}
}
}