We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16a346 commit e8aa52eCopy full SHA for e8aa52e
.github/workflows/amplify.yml
@@ -0,0 +1,22 @@
1
+---
2
+name: Amplify Security
3
+on:
4
+ pull_request: {}
5
+ workflow_dispatch: {}
6
+ push:
7
+ branches: ["main"]
8
+
9
+permissions:
10
+ contents: read
11
+ id-token: write
12
13
+jobs:
14
+ amplify-security-scan:
15
+ name: Amplify Security Scan
16
+ runs-on: ubuntu-latest
17
+ if: (github.actor != 'dependabot[bot]')
18
+ steps:
19
+ - name: Checkout
20
+ uses: actions/checkout@v4
21
+ - name: Amplify Runner
22
+ uses: amplify-security/runner-action@v0.1.0
0 commit comments