We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0ea7b1 + cb65f96 commit cbd5b49Copy full SHA for cbd5b49
.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