How to add a Tag while uploading a SBOM from Azure DevOps Pipeline #3860
Unanswered
sccm-admin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I would appreciate your help on this.
Running DT v4.11.3.
I'm trying to add a Tag to a Project while uploading a SBOM from Azure DevOps Pipeline.
The project is created and analyzed successfully but the Tag is not created.
My code is as follows:
displayName: 'Upload SBOM to Dependency Track'
inputs:
bomFilePath: '$(Common.TestResultsDirectory)/bom.json'
dtrackProjName: '$(Build.Repository.Name)'
dtrackProjVersion: 'Latest'
dtrackProjProperties: tags '['$(Build.SourceVersion)']'
dtrackProjAutoCreate: true
dtrackAPIKey: 'DT-KEY'
dtrackURI: 'DT-URL'
Any hint will be great.
Beta Was this translation helpful? Give feedback.
All reactions