diff --git a/doc/changes/changes_11.2.0.md b/doc/changes/changes_11.2.0.md index 16aaf492..9d12c8ae 100644 --- a/doc/changes/changes_11.2.0.md +++ b/doc/changes/changes_11.2.0.md @@ -32,6 +32,7 @@ n/a - #1369: Added missing tests for context - #1380: Removed unused scripts and files - #1422: Fixed JAVA_HOME path + - #1464: Ignored maven settings.xml for security scanner ## Dependencies diff --git a/flavors/standard-EXASOL-all/flavor_base/security_scan/trivy-secret.yaml b/flavors/standard-EXASOL-all/flavor_base/security_scan/trivy-secret.yaml index 86e881df..711ab4d7 100644 --- a/flavors/standard-EXASOL-all/flavor_base/security_scan/trivy-secret.yaml +++ b/flavors/standard-EXASOL-all/flavor_base/security_scan/trivy-secret.yaml @@ -2,3 +2,6 @@ allow-rules: - id: r-open-ssl-samples description: skip R open ssl sample secrets path: usr/local/lib/R/site-library/openssl/doc/* + - id: maven-sample + description: skip maven settings xml template from APT package + path: etc/maven/settings.xml