Skip to content

Commit

Permalink
[Accurics] create workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
accurics[bot] authored Nov 11, 2021
1 parent ca3e9e2 commit 19aee0a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/accurics.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 19aee0a

Please sign in to comment.