From 126e68b536f4345b88829804f2d810a0fe099b03 Mon Sep 17 00:00:00 2001 From: "accurics[bot]" <71675527+accurics[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:10:31 +0000 Subject: [PATCH] [Accurics] create workflow file --- .github/workflows/accurics.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/accurics.yaml diff --git a/.github/workflows/accurics.yaml b/.github/workflows/accurics.yaml new file mode 100644 index 0000000..1df3e39 --- /dev/null +++ b/.github/workflows/accurics.yaml @@ -0,0 +1,20 @@ +on: + push: + branches: + - master + workflow_dispatch: +jobs: + accurics-scan: + runs-on: ubuntu-latest + name: accurics-scan + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Accurics Scan + id: accurics-scan + uses: docker://accurics/terrascan-action:latest + with: + only_warn: true + verbose: true + webhook_url: https://app.accurics.com/v1/api/terrascan + webhook_token: a20de3ab-f00e-4e1a-a37f-dbceafe4150e \ No newline at end of file