Skip to content

Commit

Permalink
lint amplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lae authored Sep 12, 2024
1 parent a71ec74 commit 4e37284
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/amplify.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
name: Amplify Security
on:
pull_request: {}
workflow_dispatch: {}
push:
branches: ["main"]

name: Amplify Security
on:
pull_request: {}
workflow_dispatch: {}
push:
branches: ["master", "main"]
permissions:
contents: read
id-token: write

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
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.2.0

0 comments on commit 4e37284

Please sign in to comment.