diff --git a/.jfrog/jfrog-apps-config.yml b/.jfrog/jfrog-apps-config.yml deleted file mode 100644 index d775c8dde..000000000 --- a/.jfrog/jfrog-apps-config.yml +++ /dev/null @@ -1,21 +0,0 @@ -version: "1.0" -modules: - - exclude_patterns: - - "**/.git/**" - - "**/node_modules/**" - - "**/out/**" - - # Included in .gitignore: - - "**/.vscode/**" - - "**/.idea/**" - exclude_scanners: - - "iac" - scanners: - sast: - exclude_patterns: - - "**/testdata/**" - - "**/docs/**" - secrets: - exclude_patterns: - - "**/testdata/xray/jas-config/secrets/**" - - "**/testdata/xray/jas-test/secrets/**"