Skip to content

Commit

Permalink
Update pipeline to fix Repox authentication for CycloneDX tool install
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii-borovinskikh-sonarsource committed Jan 19, 2024
1 parent 1509735 commit 4319266
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipeline/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ jobs:
- task: DotNetCoreCLI@2
displayName: Install cycloneDX tool
condition: and(succeeded(), or(eq(variables['ForceSbomGeneration'], 'true'), eq(variables['Build.SourceBranch'], 'refs/heads/master')))
env:
ARTIFACTORY_USER: $(ARTIFACTORY_PRIVATE_READER_USERNAME)
ARTIFACTORY_PASSWORD: $(ARTIFACTORY_PRIVATE_READER_ACCESS_TOKEN)
inputs:
command: custom
custom: tool
Expand Down

0 comments on commit 4319266

Please sign in to comment.