You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/secret-scan.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ permissions:
17
17
18
18
env:
19
19
GITLEAKS_VERSION: 8.30.1
20
-
# Rollout switch (ENG-523): "false" = credential findings warn but do not
20
+
# Rollout switch: "false" = credential findings warn but do not
21
21
# fail the check. Flip to "true" once the fleet-wide rollout is triaged.
22
22
# Lives here (not a workflow_call input) because required-workflow rulesets
23
23
# trigger this workflow directly, with no caller to pass inputs.
@@ -130,7 +130,7 @@ jobs:
130
130
set -e
131
131
if [ "$status" -eq 2 ]; then
132
132
count=$(jq length /tmp/internal-refs.json)
133
-
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)."
133
+
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."
0 commit comments