Skip to content

Commit 939452e

Browse files
refactor(ci): remove display name override from secrets-scan job
Remove `name: gitleaks` override from secrets-scan job to align with infra repository's naming convention. Rationale: - "secrets-scan" is more generic and describes the job's purpose - "gitleaks" is just the implementation tool (could be swapped) - Consistency between job ID and display name improves clarity - Matches pattern established in infra repository The job ID remains `secrets-scan`, so no changes needed to job dependencies or workflow logic.
1 parent 9e440fc commit 939452e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
# scans repository for hardcoded secrets using gitleaks
5757
# Security critical - runs for all commits
5858
secrets-scan:
59-
name: gitleaks
6059
runs-on: ubuntu-latest
6160
if: |
6261
!cancelled() &&

0 commit comments

Comments
 (0)