Skip to content

Commit

Permalink
Amplify installation committed by lae
Browse files Browse the repository at this point in the history
  • Loading branch information
amplify-security[bot] authored Sep 12, 2024
1 parent 2da1e3b commit a71ec74
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: ["master", "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/runner-action@v0.1.0

0 comments on commit a71ec74

Please sign in to comment.