Skip to content

Commit

Permalink
Update scripts/azureml-assets/azureml/assets/environment/build.py
Browse files Browse the repository at this point in the history
Co-authored-by: Louie Larson <[email protected]>
  • Loading branch information
lykelly19 and elesel authored Jul 6, 2023
1 parent 804edf5 commit ce10be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azureml-assets/azureml/assets/environment/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def create_acr_task(image_name: str,
if trivy_url is not None:
task['steps'].append({
'id': 'scan',
'cmd': f"aquasec/trivy image --scanners vuln --ignore-unfixed $Registry/{image_name}",
'cmd': f"aquasec/trivy -q image --scanners vuln --ignore-unfixed $Registry/{image_name}",
'ignoreErrors': True,
'privileged': True
})
Expand Down

0 comments on commit ce10be7

Please sign in to comment.