docs: public-facing README + MIT LICENSE; genericize CI workflow comment
This commit is contained in:
parent
c50e47522d
commit
e8e3a64894
3 changed files with 128 additions and 42 deletions
|
|
@ -1,16 +1,6 @@
|
|||
# .forgejo/workflows/gitleaks.yml
|
||||
#
|
||||
# Sulkta canonical gitleaks workflow. Drop a copy into every public repo at
|
||||
# `.forgejo/workflows/gitleaks.yml` after the Forgejo act_runner is registered
|
||||
# (task #295).
|
||||
#
|
||||
# Pairs with the pre-receive hook installed on every bare repo — that one is
|
||||
# the strict enforcement layer (rejects the push); this one provides the
|
||||
# per-PR red ✗ that branch-protection rules can require before merge.
|
||||
#
|
||||
# Layer 1 (this workflow): visible per-PR status, can be a required check.
|
||||
# Layer 2 (pre-receive hook): strict enforcement at the server.
|
||||
# Layer 3 (johnny5 cron sweep): nightly full-history sweep across all repos.
|
||||
# Scan the repository for committed secrets with gitleaks on every push and
|
||||
# pull request. The job fails (and can be made a required check) if a secret
|
||||
# is detected, so credentials never land in history.
|
||||
|
||||
name: gitleaks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue