Skip to content

Commit

Permalink
Update iac.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
IGDEXE committed Mar 21, 2024
1 parent 012083a commit 8b122fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ steps:
continueOnError: true

- powershell: |
./veracode static scan $(caminhoPacote)
veracode static scan $(caminhoPacote)
displayName: 'Veracode PipelineScan'
env:
VERACODE_API_KEY_ID: $(VeracodeID)
VERACODE_API_KEY_SECRET: $(VeracodeKey)

- powershell: |
./veracode scan --source ./Config --type directory
veracode scan --source ./Config --type directory
displayName: 'Veracode IaC'
env:
VERACODE_API_KEY_ID: $(VeracodeID)
Expand Down

0 comments on commit 8b122fe

Please sign in to comment.