Skip to content

Commit

Permalink
Merge pull request oss-review-toolkit#86 from bosch-io/fix_token_for_…
Browse files Browse the repository at this point in the history
…file_storage

Adapt pipeline variables to changes in ORT configuration
  • Loading branch information
sschuberth committed Apr 9, 2021
2 parents f531a12 + b4baa4b commit 0e28ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/credentials/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variables:
dockerOrtConfigEnv:
--env ort__scanner__storages__postgresStorage__password="$(DB_PASSWORD)"
--env ort__advisor__nexusIq__password="$(NEXUS_IQ_PASSWORD)"
--env ort__scanner__archive__storage__httpFileStorage__query="$(LICENSE_ARCHIVE_SAS_URL)"
--env ort__scanner__archive__fileStorage__httpFileStorage__query="$(LICENSE_ARCHIVE_SAS_URL)"
--env SSH_AUTH_SOCK=/ssh-agent
${{ if and(eq(parameters.stacktrace, True), eq(parameters.logLevel, 'Default')) }}:
dockerOrtGlobalConfig:
Expand Down

0 comments on commit 0e28ff2

Please sign in to comment.