Skip to content

Commit

Permalink
ghost job
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Sep 25, 2024
1 parent a77cb5d commit a0ee0b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
enable_jobs_summary: true
platform_type: dockerfile
disable_secrets: true
- name: Upload SARIF file # Remove 'if' statement after making repo public; also add 'output_formats: 'sarif'' to the KICS action
if: false
uses: github/codeql-action/upload-sarif@323f5ef653b88011bf10e9a0a56d70d742463c9a # v3.26.8
with:
sarif_file: report-dir/results.sarif

0 comments on commit a0ee0b3

Please sign in to comment.