@ -4,7 +4,7 @@
|
||||
[](https://github.com/checkmarx/kics-github-action/releases)
|
||||
[](https://github.com/checkmarx/kics-github-action/issues)
|
||||
|
||||
- [KICS Github Action](#kics-github-action)
|
||||
- [KICS GitHub Action](#kics-github-action)
|
||||
- [Integrate KICS into your GitHub workflows](#integrate-kics-into-your-github-workflows)
|
||||
- [Supported Platforms](#supported-platforms)
|
||||
- [Please find more info in the official website: <a href="https://kics.io">kics.io</a>](#please-find-more-info-in-the-official-website-kicsio)
|
||||
@ -297,7 +297,7 @@ jobs:
|
||||
cat results-dir/results.sarif
|
||||
cat results-dir/results.json
|
||||
- name: Upload SARIF file
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
with:
|
||||
sarif_file: results-dir/results.sarif
|
||||
```
|
||||
@ -348,7 +348,7 @@ jobs:
|
||||
path: 'terraform'
|
||||
config_path: ./kics.config
|
||||
- name: Upload SARIF file
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
with:
|
||||
sarif_file: results-dir/results.sarif
|
||||
```
|
||||
|
Reference in New Issue
Block a user