Skip to content

Commit

Permalink
Merge pull request #189 from lae/amplify-setup
Browse files Browse the repository at this point in the history
Install Amplify Workflow
  • Loading branch information
lae authored Sep 12, 2024
2 parents e16a346 + e8aa52e commit b7e4945
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/amplify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Amplify Security
on:
pull_request: {}
workflow_dispatch: {}
push:
branches: ["main"]

permissions:
contents: read
id-token: write

jobs:
amplify-security-scan:
name: Amplify Security Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Amplify Runner
uses: amplify-security/[email protected]

0 comments on commit b7e4945

Please sign in to comment.