Skip to content
Snippets Groups Projects
Commit 6fb22d7d authored by shivani karipe's avatar shivani karipe
Browse files

added vulnerability scanning

parent 429f6e43
No related branches found
No related tags found
1 merge request!3added vulnerability scanning
# Gitlab configuration to build docker container and scan
variables:
CS_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
DEPENDENCY_SCANNING_DISABLED: "true"
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure-base-containers.yml"
\ No newline at end of file
file: "cloud-providers/azure-base-containers.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "scanners/gitlab-ultimate.yml"
.ultimate-scanner-config:
needs: []
dependency_scanning:
rules:
- if: $DEPENDENCY_SCANNING_DISABLED == "true"
when: never
gemnasium-python-dependency_scanning:
dependencies: []
secret_detection:
before_script:
- echo "overriding before_script section"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment