Skip to content

Commit 84cf7e9

Browse files
Amplify installation committed by numb4
1 parent 9af4764 commit 84cf7e9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/amplify.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# .github/workflows/amplify.yml
2+
---
3+
name: Amplify Security
4+
on:
5+
pull_request: {}
6+
workflow_dispatch: {}
7+
push:
8+
branches: ["master", "main"]
9+
10+
permissions:
11+
contents: read
12+
id-token: write
13+
14+
jobs:
15+
amplify-security-scan:
16+
name: Amplify Security Scan
17+
runs-on: ubuntu-latest
18+
if: (!github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]')
19+
steps:
20+
- name: Checkout
21+
uses: actions/checkout@v4
22+
- name: Amplify Runner
23+
uses: amplify-security/runner-action@main

0 commit comments

Comments
 (0)