Merge pull request #2127 from Molecule-AI/docs/secret-scan-self-doc-fix
docs(ci): fix secret-scan reusable workflow self-doc — repo is molecule-core, ref is @staging
This commit is contained in:
commit
9516504480
6
.github/workflows/secret-scan.yml
vendored
6
.github/workflows/secret-scan.yml
vendored
@ -12,7 +12,11 @@ name: Secret scan
|
||||
#
|
||||
# jobs:
|
||||
# secret-scan:
|
||||
# uses: Molecule-AI/molecule-monorepo/.github/workflows/secret-scan.yml@main
|
||||
# uses: Molecule-AI/molecule-core/.github/workflows/secret-scan.yml@staging
|
||||
#
|
||||
# Pin to @staging not @main — staging is the active default branch,
|
||||
# main lags via the staging-promotion workflow. Updates ride along
|
||||
# automatically on the next consumer workflow run.
|
||||
#
|
||||
# Same regex set as the runtime's bundled pre-commit hook
|
||||
# (molecule-ai-workspace-runtime: molecule_runtime/scripts/pre-commit-checks.sh).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user