Skip to content

Commit

Permalink
fix(kics):[TRI-643] Store KICS json result file
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jkreutzfeld committed Sep 1, 2022
1 parent f58a218 commit 7a2aa70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
# GITHUB_TOKEN enables this github action to access github API and post comments in a pull request
# token: ${{ secrets.GITHUB_TOKEN }}
# enable_comments: true
# Exclude accepted results from the build
#exclude-results: "exclude results by providing a list of similarity IDs of a result"

# Upload findings to GitHub Advanced Security Dashboard
- name: Upload SARIF file for GitHub Advanced Security Dashboard
Expand All @@ -53,3 +55,8 @@ jobs:
with:
sarif_file: kicsResults/results.sarif

- name: Archive results
uses: actions/upload-artifact@v3
with:
name: kicsResults.json
path: kicsResults/results.json

0 comments on commit 7a2aa70

Please sign in to comment.