security: ignore test and internal tool modules

pull/20963/head
Michael Zalimeni 8 months ago
parent 3152ac3702
commit fdf3f9b275

@ -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…
Cancel
Save