Dependency Checks are now Available in Pipeline
January 9, 2023
OWASP dependency check is now available to use in Padawan Pipelines. The dependency check is an open source verification tool that will scan all the used dependencies for known vulnerabilities. You can read more about this at https://owasp.org/www-project-dependency-check/.
By default, this feature is disabled in your project. To enable the dependency check job, set SKIP_DEPENDENCY_CHECK
to false
in your GitLab project's Settings→CI/CD→Variables.