https://github.com/trion-development/maven-owasp-dependency-check
Sample project for configuring OWASP dependency-check-maven with GitLab CI.
https://github.com/trion-development/maven-owasp-dependency-check
Last synced: 11 months ago
JSON representation
Sample project for configuring OWASP dependency-check-maven with GitLab CI.
- Host: GitHub
- URL: https://github.com/trion-development/maven-owasp-dependency-check
- Owner: trion-development
- License: mit
- Created: 2025-05-05T08:29:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T09:16:28.000Z (about 1 year ago)
- Last Synced: 2025-05-05T09:45:39.486Z (about 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OWASP Dependency-Check Maven + GitLab CI Example
This repository provides a minimal example of how to configure and run the [OWASP Dependency-Check Maven plugin](https://github.com/dependency-check/DependencyCheck) in a GitLab CI/CD pipeline.
## Overview
The setup includes:
- A basic `pom.xml` with OWASP Dependency-Check plugin configuration
- A `.gitlab-ci.yml` file to run the scan in GitLab CI
- Simple Spring Boot project
## Files of Interest
- [pom.xml](./pom.xml): Configures the OWASP Dependency-Check Maven plugin.
- [.gitlab-ci.yml](./.gitlab-ci.yml): Defines the GitLab CI pipeline steps to run the scan.