SARIF support?
See original GitHub issueIs there any chance for SARIF support (SARIF-compatible output file)? That would allow to use github/codeql-action/upload-sarif@v1
in workflows, e.g.:
- name: Upload SARIF report
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:9 (2 by maintainers)
Top Results From Across the Web
SARIF support for code scanning - GitHub Docs
SARIF (Static Analysis Results Interchange Format) is an OASIS Standard that defines an output file format. The SARIF standard is used to streamline...
Read more >SARIF Home
The Static Analysis Results Interchange Format (SARIF) Website. ... Collaborators. The SARIF project is supported by a group of industry contributors.
Read more >OASIS Static Analysis Results Interchange Format (SARIF) TC
SARIF will support the development of products whose code spans languages and operating systems. For more information, see the SARIF TC Charter. TC...
Read more >Support SARIF reports - Product Manager for a Day
SonarQube supports the standard Static Analysis Results Interchange Format (SARIF) for raising external issues in code. It would be helpful if ...
Read more >Add SARIF as supported output format for Lint [167593732]
It would be very useful if Lint supported SARIF as a first class output format in addition to the existing xml / html...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi there ! I was also interested in this feature. Before seeing this issue, I set out to build this other Action to convert the output to SARIF. It should therefore be possible to support SARIF and upload the output to GitHub Code Scanning, by adding a new step in your Workflows, like so:
Let me know your thoughts about this.
This issue is idle because it has been open for 14 days with no activity.