Skip to content

actions-marketplace-validations/yeaung276_sarif-annotator

Repository files navigation

sarif-annotator

MegaLinter
This workflow is meant to work with code analyzer in the MegaLinter. This will read combined SARIF report and anotate the outputted problem in the file change section of the pull request. Report of analyzer that do not produce SARIF output will not work with this workflow. Example.

- name: Annotation
    if: ${{ success() }} || ${{ failure() }}
    uses: yeaung276/sarif-annotator@1.0.0
    with: 
        sarif_path: 'megalinter-reports/megalinter-report.sarif'

Reference: https://docs.oasis-open.org/sarif/sarif/v2.0/csprd02/sarif-v2.0-csprd02.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published