cnescatlab / cnescatlab/i-CodeCNES
Add support for SARIF export format
Open
enhancement
to analyse
- Dominant language
- Fortran
- Stars
- 63
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
With [SARIF](https://sarifweb.azurewebsites.net/) it would be possible to [upload results to Code Scanning in GitHub](https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github).
**Describe the solution you'd like**
```shell
icode my-project -f sarif -o output.sarif
```
**Describe alternatives you've considered**
Alternative way would be to build SARIF manually based on the XML report.
**Additional context**
None.
Contributor guide
Assessment
This issue has not been assessed yet.