docs: rewrite README for public release; tidy gitleaks workflow comment
Some checks failed
gitleaks / scan (push) Failing after 1s
Some checks failed
gitleaks / scan (push) Failing after 1s
This commit is contained in:
parent
0b5d4504c9
commit
ae51ce73c0
2 changed files with 120 additions and 58 deletions
|
|
@ -1,16 +1,10 @@
|
|||
# .forgejo/workflows/gitleaks.yml
|
||||
#
|
||||
# gitleaks secret-scan workflow.
|
||||
# Scans the repository for accidentally committed secrets on push and PRs.
|
||||
#
|
||||
# Scans the repository for accidentally committed secrets (API keys, tokens,
|
||||
# private keys) on every push and pull request.
|
||||
#
|
||||
# Requires a Forgejo/Gitea Actions runner; it is a no-op without one and is
|
||||
# safe to remove if you do not use Forgejo/Gitea Actions.
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
# This is a Forgejo/Gitea Actions workflow; it is a no-op if no Actions runner
|
||||
# is configured, and is safe to delete if you do not use Forgejo/Gitea Actions.
|
||||
|
||||
name: gitleaks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue