Backport of security: ignore test and internal tool modules into release/1.18.x (#20972)

backport of commit fdf3f9b275

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
pull/20980/head
hc-github-team-consul-core 8 months ago committed by GitHub
parent adc28c105c
commit 97e1621d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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