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
Scan runs correctly and produces report.
However, when I add a suppression file the scan fails with the error below
Looking at the Logs I can see that there is a warning..
[WARN] Unable to create temp file for suppression file'D:\a\15\s$\XXXX\DependencySuppression\DependencySupression20210630.xml'
Followed by:
[ERROR] Exception occurred initializing Vulnerability Suppression Analyzer.
YAML:
steps:
XML file is under source control .
The text was updated successfully, but these errors were encountered:
I'm having the same issue. Is there any workaround?
Sorry, something went wrong.
No branches or pull requests
Scan runs correctly and produces report.
However, when I add a suppression file the scan fails with the error below
Looking at the Logs I can see that there is a warning..
[WARN] Unable to create temp file for suppression file'D:\a\15\s$\XXXX\DependencySuppression\DependencySupression20210630.xml'
Followed by:
[ERROR] Exception occurred initializing Vulnerability Suppression Analyzer.
YAML:
steps:
displayName: 'Dependency Check'
inputs:
projectName: 'XXXXMain'
scanPath: '$/XXXX/Main'
suppressionPath: '$/XXXX/DependencySuppression/DependencySupression20210630.xml'
warnOnCVSSViolation: true
XML file is under source control .
The text was updated successfully, but these errors were encountered: