We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 convert
Hi i think there is a typo in the docs https://github.com/microsoft/sarif-sdk/blob/main/docs/multitool-usage.md
: Convert a Fortify file to SARIF Sarif.Multitool convert Current.fpr -tool FortifyFpr -output Current.sarif
running this command fails since it parses like -t ool and -o utput
Spent some time scratching my head what was wrong
The text was updated successfully, but these errors were encountered:
Oooh, I just bit this same problem. Was scratching my head all the same.
Run npx @microsoft/sarif-multitool convert results.fpr -tool FortifyFpr -output results.sarif System.ArgumentException: Unrecognized tool specified: ool (Parameter 'toolFormat') at Microsoft.CodeAnalysis.Sarif.Converters.ToolFormatConverter.ConvertToStandardFormat(String toolFormat, Stream inputStream, IResultLogWriter outputStream, OptionallyEmittedData dataToInsert, String pluginAssemblyPath) at Microsoft.CodeAnalysis.Sarif.Converters.ToolFormatConverter.ConvertToStandardFormat(String toolFormat, String inputFileName, String outputFileName, FilePersistenceOptions logFilePersistenceOptions, OptionallyEmittedData dataToInsert, String pluginAssemblyPath) at Microsoft.CodeAnalysis.Sarif.Multitool.ConvertCommand.Run(ConvertOptions convertOptions, IFileSystem fileSystem)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
sarif convert
Hi i think there is a typo in the docs
https://github.com/microsoft/sarif-sdk/blob/main/docs/multitool-usage.md
: Convert a Fortify file to SARIF
Sarif.Multitool convert Current.fpr -tool FortifyFpr -output Current.sarif
running this command fails since it parses like -t ool and -o utput
Spent some time scratching my head what was wrong
The text was updated successfully, but these errors were encountered: