feat: converting to javascript action

Signed-off-by: Rogério Peixoto <rogerio.peixoto@checkmarx.com>
This commit is contained in:
Rogério Peixoto
2021-10-16 10:47:06 +01:00
parent 85361e63fa
commit 2b43759b0b
13 changed files with 255 additions and 27112 deletions

View File

@ -1,6 +1,7 @@
name: Test KICS action
on:
workflow_dispatch:
pull_request:
types: [opened]
@ -12,4 +13,8 @@ jobs:
- name: Test KICS action
uses: ./
with:
path: positive.tf
path: test/samples/positive1.tf,test/samples/positive2.tf
token: ${{ secrets.GITHUB_TOKEN }}
timeout: 60
verbose: true
enable_comments: true