-
Notifications
You must be signed in to change notification settings - Fork 94
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
[SARIF multitool] match-results-forward command removes relevant data from original file #2487
Comments
@marmegh this is one of the issues that I saw when running the E2E pipeline. |
@yongyan-gh, this is one of the issues discussed today. |
yongyan-gh
added a commit
that referenced
this issue
Jul 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to simulate:
Use the attached example.zip
and execute the command:
sarif match-results-forward .\original.sarif --previous .\previous.sarif -o baselined.sarif --force
Current behavior:
The baselined SARIF does not keep
VersionControlProvenance
.Expected behavior:
All relevant data from the original SARIF should be preserved.
The text was updated successfully, but these errors were encountered: