Skip to content
Snippets Groups Projects
Commit 873f693b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4833 dependency track

parent 4dd67ff8
Branches
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ pipeline {
stage ('Deploy SBOM to DependencyTrack') {
steps {
script {
IMAGE_TAG = generateImageTag()
IMAGE_TAG = "${env.BRANCH_NAME}-${getPomVersion('pom.xml')}"
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
withCredentials([string(credentialsId: 'dependency-track-api-key', variable: 'API_KEY')]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment