-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dependency check task #16
Conversation
…f dependency-check batch/shell file
* Exclude no console rule * Correct eslint errors, move util functions in to runtime and handle asyncs better * Add a utility helper * Add some local debugging stuff * Start migrating away from request module [Test for http]
* Initial commit for mock task runner * Fix path building for taskrunner * Fix how we build paths to files * Update npm test script
… instead of @azure/storage-blob
* Moved task contents to a task folder for Azure DevOps task to function
… trimmedDatabaseEndpoint
…cyCheck/azure-pipelines.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jack ran through the code with me, also showed me a working solution on his PC. Approved.
I would like to see a demo before it's merged please 👍 |
Had a run through with @jack-education and am happy for MVS. @jack-education Does CI update the task version for us? |
@chelnak It doesn't, shall I look to add it as part of MVS? |
Maybe not for MVS but it needs to be there asap afterwards. |
Build task to identify vulnerable dependencies.
Uses the OWASP Dependency Check CLI tool:
https://owasp.org/www-project-dependency-check/
https://jeremylong.github.io/DependencyCheck/dependency-check-cli/index.html
Sends the results to log analytics for visibility in grafana.