From cb65f963049ce45ec4030b58e5eaac97349c0117 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Fri, 28 Jun 2024 20:03:50 -0400 Subject: [PATCH] [CONFIG] new ignore paths to Snyk config and .gitignore --- .gitignore | 4 ++++ .snyk | 11 +++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 115aeb8..b8cf4aa 100644 --- a/.gitignore +++ b/.gitignore @@ -143,3 +143,7 @@ coverage.info coverage.json lcov.info coverage-report/* + +# Static Analysis Results Interchange Format +*.sarif +.dccache diff --git a/.snyk b/.snyk index 5a904dd..0c71c5f 100644 --- a/.snyk +++ b/.snyk @@ -1,6 +1,9 @@ -# Snyk () policy file +# Snyk () policy file, patches or ignores known vulnerabilities ---- exclude: - global: - - coverage-report/** + global: + - coverage-report/** + - .trunk/** +version: v1.25.0 +ignore: {} +patch: {}