Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Last active January 10, 2026 16:19
Show Gist options
  • Select an option

  • Save wullemsb/a8c086f380ee0e5295f085f4cf49c98f to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/a8c086f380ee0e5295f085f4cf49c98f to your computer and use it in GitHub Desktop.
- task: upload-bom-dtrack@1
displayName: 'Upload SBOM to Dependency-Track'
inputs:
bomFilePath: '$(Pipeline.Workspace)/$(artifactpath)/bom.xml'
dtrackProjName: 'New-Project'
dtrackProjVersion: 'DEVELOPMENT'
serviceConnection: 'OWASP Dependency Track'
dtrackProjAutoCreate: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment