Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SARIF as a reporter option #166

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    847b923 View commit details
    Browse the repository at this point in the history
  2. Add SARIF reporter

    cmd/validator/validator.go: Add option to select reporter type as SARIF.
    pkg/reporter/sarif_reporter.go: Create SARIF report.
    
    https://sarifweb.azurewebsites.net/
    shiina4119 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    46b399e View commit details
    Browse the repository at this point in the history
  3. Add tests for SARIF reporter.

    cmd/validator/validator_test.go: Test for --reporter=sarif flag.
    pkg/reporter/reporter_test.go: Test for SARIF report.
    shiina4119 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    326be42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5fbef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8db06e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    dc1fa23 View commit details
    Browse the repository at this point in the history