We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3026477 commit a9316c2Copy full SHA for a9316c2
1 file changed
pipescan-test.yml
@@ -49,8 +49,8 @@ steps:
49
pwsh: true
50
script: |
51
# Configura a autenticacao
52
- export VERACODE_API_KEY_ID=$(VeracodeID)
53
- export VERACODE_API_KEY_SECRET=$(VeracodeKey)
+ $env:VERACODE_API_KEY_ID = "$(VeracodeID)"
+ $env:VERACODE_API_KEY_SECRET = "$(VeracodeKey)"
54
55
# Importar o módulo
56
$moduloPath = "$(Build.SourcesDirectory)/scripts/mitigationBaseline.psm1"
0 commit comments