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

Remove def.ws prefix from aggregate sarif report #2119

Commits on Dec 19, 2022

  1. Remove def.ws prefix from aggregate sarifreport

    This will replace the default workspace prefix
    from when creating the aggregate sarif report output.
    (def. megalinter-reports.sarif).
    
    In other words, the artifact uri will be
    
    /root/path/of/source/code
    
    instead of as of now:
    
    DEFAULT_WORKSPACE/root/path/of/source/code.
    
    As the DEFAULT_WORKSPACE might only exist during
    runtime, it needs to be removed.
    
    Signed-off-by: Josef Andersson <josef.andersson@gmail.com>
    janderssonse committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    075023b View commit details
    Browse the repository at this point in the history