We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f937a09 commit b69eb48Copy full SHA for b69eb48
1 file changed
.github/workflows/meterian.yml
@@ -24,4 +24,9 @@ jobs:
24
- name: Meterian Scanner
25
uses: MeterianHQ/meterian-github-action@v1.0.17
26
with:
27
+ cli_args: "--report-sarif=report.sarif"
28
oss: true
29
+ - uses: github/codeql-action/upload-sarif@v3
30
+ if: success() || failure()
31
+ with:
32
+ sarif_file: report.sarif
0 commit comments