Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .githooks/validate-actions-lock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ EXPECTED_ABSENT=(
# governance-reusable.yml. The cure is to remove the consumer -- port the
# governance scripts to bun -- not to satisfy it.
"denoland/setup-deno@22d081ff2d3a40755e97629de92e3bcbfa7cf2ed"
# A2ML is dead. security-gate-pr-target.yml still calls its
# secrets-check-action; locking it in would connect new machinery to it.
"hyperpolymath/a2ml-ecosystem@f7a40a4d5cc82b2e73f861119baa6818d77a448d"
)

if [ ! -f "$LOCKFILE" ]; then
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/security-gate-pr-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ jobs:

echo "pr_checked_out=true" >> "$GITHUB_OUTPUT"

- name: Security Scan - Secrets Detection
if: steps.fork-check.outputs.is_fork == 'true' && steps.pr-checkout.outputs.pr_checked_out == 'true'
id: secrets-scan
uses: hyperpolymath/a2ml-ecosystem/secrets-check-action@f7a40a4d5cc82b2e73f861119baa6818d77a448d # frozen: A2ML retired (see EXPECTED_ABSENT in .githooks/validate-actions-lock.sh)
with:
path: '.'
strict: 'true'
continue-on-error: false

- name: Security Scan - Malicious Content Detection
if: steps.fork-check.outputs.is_fork == 'true' && steps.pr-checkout.outputs.pr_checked_out == 'true'
id: malicious-scan
Expand Down
Loading