Skip to content

Commit 74a8782

Browse files
committed
List all packages.
1 parent 3c42a2b commit 74a8782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lint-docs:
4040
npx --yes --package 'markdownlint-cli@~0.34.0' -- markdownlint --ignore-path .gitignore --ignore testdata/ '**/*.md'
4141

4242
audit:
43-
go list -json -deps | nancy sleuth --skip-update-check
43+
go list -json -deps ./... | nancy sleuth --skip-update-check
4444

4545
encrypt:
4646
gitlab-config sops --encrypt --mac-only-encrypted --in-place --encrypted-comment-regex sops:enc .gitlab-conf.yml

0 commit comments

Comments
 (0)