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 d088721 commit df0e8f3Copy full SHA for df0e8f3
.github/workflows/zizmor.yml
@@ -53,3 +53,15 @@ jobs:
53
uses: github/codeql-action/upload-sarif@v3
54
with:
55
sarif_file: results.sarif
56
+
57
+ - name: Post SARIF findings in the pull request
58
+ if: github.event_name == 'pull_request'
59
+ uses: sett-and-hive/[email protected]
60
+ with:
61
+ token: ${{ secrets.GITHUB_TOKEN }}
62
+ repository: ${{ github.repository }}
63
+ branch: ${{ github.head_ref }}
64
+ pr-number: ${{ github.event.number }}
65
+ sarif-file: results.sarif
66
+ title: Zizmor Findings
67
+ dry-run: false
0 commit comments