Skip to content

Merge pull request #74 from latiotech/amplify-go-brr #88

Merge pull request #74 from latiotech/amplify-go-brr

Merge pull request #74 from latiotech/amplify-go-brr #88

Workflow file for this run

---
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.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]')
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Amplify Runner
uses: amplify-security/runner-action@main