We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ea7b1 commit cb65f96Copy full SHA for cb65f96
.gitignore
@@ -143,3 +143,7 @@ coverage.info
143
coverage.json
144
lcov.info
145
coverage-report/*
146
+
147
+# Static Analysis Results Interchange Format
148
+*.sarif
149
+.dccache
.snyk
@@ -1,6 +1,9 @@
1
-# Snyk (<https://snyk.io>) policy file
+# Snyk (<https://snyk.io>) policy file, patches or ignores known vulnerabilities
2
3
----
4
exclude:
5
- global:
6
- - coverage-report/**
+ global:
+ - coverage-report/**
+ - .trunk/**
7
+version: v1.25.0
8
+ignore: {}
9
+patch: {}
0 commit comments