Skip to content

Commit

Permalink
Fix report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kchason committed Jan 24, 2024
1 parent 15fb142 commit ba5495a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
path: Dockerfile
fail_on: high,medium
output_path: results
output_formats: 'json,sarif'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Upload the results of the KICS scan as a build artifact.
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results-dir/results.sarif
sarif_file: results/results.sarif

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba5495a

Please sign in to comment.