13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
# Print help
|
|
[group('help')]
|
|
help:
|
|
@echo Variables:
|
|
@just --evaluate
|
|
@echo
|
|
@just --list --unsorted
|
|
|
|
# Check for secrets in git.
|
|
[group('security')]
|
|
secrets:
|
|
gitleaks detect --source . --no-git
|