Skip to content

Commit 58efc00

Browse files
committed
test: add Brin scanner CI fixture
1 parent 1479e3e commit 58efc00

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# DO NOT MERGE: intentionally unsafe workflow used to test the Brin PR scanner.
2+
name: Brin Security Scanner Test
3+
4+
on:
5+
pull_request_target:
6+
types: [opened, synchronize]
7+
8+
permissions: write-all
9+
10+
jobs:
11+
unsafe-test-fixture:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout untrusted PR code
15+
uses: actions/checkout@main
16+
with:
17+
ref: ${{ github.event.pull_request.head.sha }}
18+
19+
- name: Interpolate untrusted PR title
20+
run: echo "PR title: ${{ github.event.pull_request.title }}"

0 commit comments

Comments
 (0)