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
4 changes: 2 additions & 2 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

env:
GITLEAKS_VERSION: 8.30.1
# Rollout switch (ENG-523): "false" = credential findings warn but do not
# Rollout switch: "false" = credential findings warn but do not
# fail the check. Flip to "true" once the fleet-wide rollout is triaged.
# Lives here (not a workflow_call input) because required-workflow rulesets
# trigger this workflow directly, with no caller to pass inputs.
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
set -e
if [ "$status" -eq 2 ]; then
count=$(jq length /tmp/internal-refs.json)
echo "::warning title=Internal references found::${count} internal Astera reference(s) in history. Fine for a private repo; MUST be resolved before making this repo public (see ENG-523 runbook)."
echo "::warning title=Internal references found::${count} internal Astera reference(s) in history. Fine for a private repo; MUST be resolved before making this repo public."
{
echo "## Internal references (warn-only): ${count} finding(s)"
echo ""
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ appear as red informational checks and Slack alerts; they never block merges.
This file is a vendored copy synced from
`Astera-org/github-workflows/vendored/secret-scan-diffuse.yml`. Edit it there
first, then copy it here.

Loading