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