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.
1 parent 3c42a2b commit 74a8782Copy full SHA for 74a8782
Makefile
@@ -40,7 +40,7 @@ lint-docs:
40
npx --yes --package 'markdownlint-cli@~0.34.0' -- markdownlint --ignore-path .gitignore --ignore testdata/ '**/*.md'
41
42
audit:
43
- go list -json -deps | nancy sleuth --skip-update-check
+ go list -json -deps ./... | nancy sleuth --skip-update-check
44
45
encrypt:
46
gitlab-config sops --encrypt --mac-only-encrypted --in-place --encrypted-comment-regex sops:enc .gitlab-conf.yml
0 commit comments