Skip to content

Commit

Permalink
fix infra scan
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Apr 20, 2024
1 parent b8832c0 commit 447eb51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/infra-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ jobs:
with:
path: .
output_path: ${{ inputs.working-directory }}/results.sarif
output_formats: "sarif"
fail_on: critical,high,medium
output_formats: sarif
fail_on: high,medium
token: ${{ github.token }}
enable_comments: ${{ inputs.enable-comments }}
enable_annotations: true
enable_jobs_summary: true
comments_with_queries: true
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@4b6aa0b07da05d6e43d0e5f9c8596a6532ce1c85
# v2.15.3
Expand Down
File renamed without changes.

0 comments on commit 447eb51

Please sign in to comment.