Skip to content

Commit 122713f

Browse files
committed
block worfklow name
1 parent f5a1896 commit 122713f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# � SECURITY PLACEHOLDER - DO NOT USE THIS WORKFLOW NAME �
2+
#
3+
# This workflow previously existed and was compromised. This placeholder file
4+
# exists to allow blocking this workflow name in GitHub's branch protection rules.
5+
#
6+
# This prevents anyone from:
7+
# 1. Using a cached/previous version of a workflow with this name
8+
# 2. Re-creating a malicious workflow using this known-compromised name
9+
#
10+
# If you need to create a similar workflow, please use a
11+
# different name
12+
13+
name: "[BLOCKED] Workflow name placeholder"
14+
15+
on:
16+
workflow_dispatch:
17+
18+
jobs:
19+
blocked:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- name: This workflow is blocked
23+
run: |
24+
echo "� A workflow with this name was previously compromised and is now blocked."
25+
exit 1

0 commit comments

Comments
 (0)