Skip to content

Commit 3daf799

Browse files
committed
Updated workflow to test scan of github actions workflow using kics
1 parent 6b92d04 commit 3daf799

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dbac-deploy.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
- name: run kics Scan
3434
uses: Checkmarx/[email protected]
3535
with:
36-
path: './'
36+
path: '.github/workflows/'
3737
ignore_on_exit: results #dont fail on results (overwrite default behaviour fails)
38-
output_path: 'infra_scan_results' # when provided with a directory on output_path it will generate the specified reports file named 'results.{extension}'
39-
platform_type: terraform
38+
output_path: 'infra_scan_results' # when provided with a directory on output_path it will generate the specified reports file named 'results.{extension}'
4039
output_formats: 'json,sarif'
4140

4241
- name: Upload SARIF file
@@ -94,7 +93,6 @@ jobs:
9493
- 'entrypoint.tf'
9594
- 'modules/**'
9695
- .github/workflows/dbac-deploy.yaml
97-
continue-on-error: false
9896
9997
# Install Node.js
10098
- name: Setup Node.js

0 commit comments

Comments
 (0)