Skip to content

Commit

Permalink
fix(BUILD-4329): add repox auth to mend scan (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
malena-ebert-sonarsource authored Jan 26, 2024
1 parent 3a1978b commit a821265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ stages:
JAVA_HOME_11_X64: '$(JAVA_HOME_11_X64)'
WS_PRODUCTNAME: '$(MEND_PRODUCTNAME)'
WS_APIKEY: '$(WHITESOURCE_APIKEY)'
ARTIFACTORY_NUGET_USERNAME: $(ARTIFACTORY_PRIVATE_READER_USERNAME)
ARTIFACTORY_NUGET_PASSWORD: $(ARTIFACTORY_PRIVATE_READER_ACCESS_TOKEN)
displayName: "Mend scan"

- task: NuGetCommand@2
Expand Down

0 comments on commit a821265

Please sign in to comment.