diff options
author | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
commit | 65541b95a6ebc72aef818f1d2e4b0dc721f59e22 (patch) | |
tree | d9dbe5577c72810fadf1f2bc1e5fcee889fda983 /.grype.yaml | |
parent | 5254c8eb27311e2a8a53a4c90c3829cf1238c563 (diff) |
initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.grype.yaml')
-rw-r--r-- | .grype.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.grype.yaml b/.grype.yaml new file mode 100644 index 00000000..df59c9bb --- /dev/null +++ b/.grype.yaml @@ -0,0 +1,3 @@ +ignore: + # temporary ignore this CVE as false positive on the Go package + - vulnerability: CVE-2015-5237 |