Skip to content

Commit

Permalink
fix: snyk scan
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Feb 21, 2024
1 parent 949c72b commit e916f2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ pkg/loki/wal

# nix
result

# snyk/trivy
.dccache
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e916f2f

Please sign in to comment.