mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-02 12:18:30 +08:00
20 lines
515 B
YAML
20 lines
515 B
YAML
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 |