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 <elesel@gmail.com>
  • Loading branch information
lykelly19 and elesel authored Jun 30, 2023
1 parent 22d31c5 commit 5bc9e27
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 @@ -70,7 +70,7 @@ def create_acr_task(image_name: str,
'id': 'scan',
'cmd': (
f"$Registry/{image_name} "
f"wget -O trivy.deb {trivy_url} && "
f"curl -sSfL -o trivy.deb {trivy_url} && "
"dpkg -i trivy.deb && "
"trivy fs --scanners vuln /"
),
Expand Down

0 comments on commit 5bc9e27

Please sign in to comment.