From a153a007e2f722b38cbd9bd16e3e8aaf5d715f42 Mon Sep 17 00:00:00 2001 From: "demoargon[bot]" <79568166+demoargon[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:59:48 +0000 Subject: [PATCH] Auto commit by Argon, Create Argon Workflow --- .github/workflows/argon.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/argon.yml diff --git a/.github/workflows/argon.yml b/.github/workflows/argon.yml new file mode 100644 index 00000000000..58d8e178467 --- /dev/null +++ b/.github/workflows/argon.yml @@ -0,0 +1,14 @@ +name: Argon +on: [pull_request] +jobs: + scan: + name: Argon + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # origin: v2.3.5 + - name: Argon Security + uses: argonsecurity/scanner-action@aea6b4e82b7aa06aa45efa6621ae37595ee895d7 # origin: v1.1 + with: + should-notify: true + argon-token: "${{ secrets.ARGON_TOKEN }}" \ No newline at end of file