Skip to content

Commit a9316c2

Browse files
committed
Update pipescan-test.yml for Azure Pipelines
1 parent 3026477 commit a9316c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pipescan-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ steps:
4949
pwsh: true
5050
script: |
5151
# Configura a autenticacao
52-
export VERACODE_API_KEY_ID=$(VeracodeID)
53-
export VERACODE_API_KEY_SECRET=$(VeracodeKey)
52+
$env:VERACODE_API_KEY_ID = "$(VeracodeID)"
53+
$env:VERACODE_API_KEY_SECRET = "$(VeracodeKey)"
5454
5555
# Importar o módulo
5656
$moduloPath = "$(Build.SourcesDirectory)/scripts/mitigationBaseline.psm1"

0 commit comments

Comments
 (0)