Skip to content

Commit 6de36a3

Browse files
Remove internal ticket references before going public (#2)
* Test org ruleset * Remove internal ticket references before going public
1 parent e085f67 commit 6de36a3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/secret-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
env:
1919
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
2121
# fail the check. Flip to "true" once the fleet-wide rollout is triaged.
2222
# Lives here (not a workflow_call input) because required-workflow rulesets
2323
# trigger this workflow directly, with no caller to pass inputs.
@@ -130,7 +130,7 @@ jobs:
130130
set -e
131131
if [ "$status" -eq 2 ]; then
132132
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."
134134
{
135135
echo "## Internal references (warn-only): ${count} finding(s)"
136136
echo ""

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ appear as red informational checks and Slack alerts; they never block merges.
1313
This file is a vendored copy synced from
1414
`Astera-org/github-workflows/vendored/secret-scan-diffuse.yml`. Edit it there
1515
first, then copy it here.
16+

0 commit comments

Comments
 (0)