You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ It is as simple as running a CLI tool, making it easy to integrate into any proj
67
67
68
68
And official documentation page <ahref="https://docs.kics.io">docs.kics.io</a>
69
69
70
+
And ensure that you're using the <ahref="https://github.com/Checkmarx/kics-github-action/releases">latest KICS Github Action release</a> when creating a workflow.
71
+
70
72
## Inputs
71
73
72
74
| Variable | Example Value | Description | Type | Required | Default |
@@ -109,7 +111,7 @@ And official documentation page <a href="https://docs.kics.io">docs.kics.io</a>
109
111
- uses: actions/checkout@v2
110
112
# Scan Iac with kics
111
113
- name: run kics Scan
112
-
uses: checkmarx/kics-github-action@v1.3
114
+
uses: checkmarx/kics-github-action@v1.5
113
115
with:
114
116
# scanning two directories: ./terraform/ ./cfn-templates/ plus a single file
0 commit comments