Update README.md

This commit is contained in:
Rogerio Peixoto
2021-03-18 15:49:54 +00:00
committed by GitHub
parent c20546837a
commit c4012b7229

View File

@ -46,9 +46,9 @@ It is as simple as running a CLI tool, making it easy to integrate into any proj
# Scan Iac with kics
- name: run kics Scan
uses: checkmarx/kics-action@v1.0
with:
path: 'terraform'
output_path: 'results.json'
with:
path: 'terraform'
output_path: 'results.json'
# Display the results in json format
- name: display kics results
run: |