Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Li Xun <xun.li@intel.com>
  • Loading branch information
llly authored Jun 19, 2024
1 parent 7b0a74c commit 321115f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
category: "/language:${{matrix.language}}"
output: sarif-results
upload: failure-only

- name: check
- run: |
ls sarif-results
- name: Filter SARIF
uses: advanced-security/filter-sarif@v1
Expand All @@ -104,10 +108,10 @@ jobs:
-QuoteVerification/QuoteVerificationService
-QuoteVerification/QVL
-QuoteVerification/sgxssl
input: sarif-results/${{matrix.language}}.sarif
output: sarif-results/${{matrix.language}}.sarif
input: sarif-results/c.sarif
output: sarif-results/c.sarif

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif-results/${{matrix.language}}.sarif
sarif_file: sarif-results/c.sarif

0 comments on commit 321115f

Please sign in to comment.