From 84cf7e94fa24abb14e30a0a3dbd27e34668a1fff Mon Sep 17 00:00:00 2001 From: "amplify-security[bot]" <136656519+amplify-security[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 16:15:45 +0000 Subject: [PATCH] Amplify installation committed by numb4 --- .github/workflows/amplify.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/amplify.yml diff --git a/.github/workflows/amplify.yml b/.github/workflows/amplify.yml new file mode 100644 index 00000000..934c0d3c --- /dev/null +++ b/.github/workflows/amplify.yml @@ -0,0 +1,23 @@ +# .github/workflows/amplify.yml +--- +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