Skip to content

Commit b69eb48

Browse files
authored
#1756 add upload SARIF to workflow (#1767)
1 parent f937a09 commit b69eb48

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/meterian.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ jobs:
2424
- name: Meterian Scanner
2525
uses: MeterianHQ/meterian-github-action@v1.0.17
2626
with:
27+
cli_args: "--report-sarif=report.sarif"
2728
oss: true
29+
- uses: github/codeql-action/upload-sarif@v3
30+
if: success() || failure()
31+
with:
32+
sarif_file: report.sarif

0 commit comments

Comments
 (0)