diff --git a/.gitignore b/.gitignore index a0cc2550cb204..6406c9febe2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,6 @@ pkg/loki/wal # nix result + +# snyk/trivy +.dccache diff --git a/Makefile b/Makefile index e5250bad6bb0a..bb520855a0ffd 100644 --- a/Makefile +++ b/Makefile @@ -818,8 +818,8 @@ trivy: loki-image # Synk is also used to scan for vulnerabilities, and detects things that trivy might miss .PHONY: snyk -snyk: loki-image - snyk code test +snyk: + snyk test .PHONY: scan-vulnerabilities scan-vulnerabilities: trivy snyk