From e8aa52e8ccef0a97766c994d76e83bd5c9e31b74 Mon Sep 17 00:00:00 2001 From: "amplify-security[bot]" <136656519+amplify-security[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:49:09 +0000 Subject: [PATCH] Amplify installation committed by lae --- .github/workflows/amplify.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 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 0000000..60d74b2 --- /dev/null +++ b/.github/workflows/amplify.yml @@ -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/runner-action@v0.1.0