feat: converting to javascript action
Signed-off-by: Rogério Peixoto <rogerio.peixoto@checkmarx.com>
This commit is contained in:
7
.github/workflows/test_action.yaml
vendored
7
.github/workflows/test_action.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user