From 4a580b06ccf0871a14cb6238de1dbf032702cda3 Mon Sep 17 00:00:00 2001 From: Mansur Uralov Date: Thu, 5 Oct 2023 10:06:09 +0200 Subject: [PATCH] add sec-scanners config --- sec-scanners-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sec-scanners-config.yaml diff --git a/sec-scanners-config.yaml b/sec-scanners-config.yaml new file mode 100644 index 00000000..f03ac0cf --- /dev/null +++ b/sec-scanners-config.yaml @@ -0,0 +1,9 @@ +module-name: eventing +protecode: + - europe-docker.pkg.dev/kyma-project/prod/eventing-manager:v20230928-152e94f8 +whitesource: + language: golang-mod + subprojects: false + exclude: + - "**/test/**" + - "**/*_test.go" \ No newline at end of file