Skip to content

Commit 4221f42

Browse files
authored
update trivy version (#5057)
* update trivy version Updated licensing information and dependencies for the build process. * Update print statement from 'Hello' to 'Goodbye' * Update setup.py
1 parent f77139a commit 4221f42

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

scripts/azureml-assets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.17.4 (2026-05-19)
2+
### 🚀 New Features
3+
- [#5036](https://github.com/Azure/azureml-assets/pull/5057) Update Trivy and Oras versions
4+
15
## 1.17.3 (2026-05-13)
26
### 🚀 New Features
37
- [#5036](https://github.com/Azure/azureml-assets/pull/5036) Add isArchived to unsupported SDK fields list

scripts/azureml-assets/azureml/assets/environment/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
SCAN_STEP_TIMEOUT_SECONDS = 60 * 20
2929
DEFAULT_STEP_TIMEOUT_SECONDS = 60 * 30
3030
TRIVY_TIMEOUT = "15m0s"
31-
TRIVY_VERSION = "v0.64.1-1"
32-
ORAS_VERSION = "v1.2.3-2"
31+
TRIVY_VERSION = "v0.68.2-8"
32+
ORAS_VERSION = "v1.3.0-7"
3333
SUCCESS_COUNT = "success_count"
3434
FAILED_COUNT = "failed_count"
3535
COUNTERS = [SUCCESS_COUNT, FAILED_COUNT]

scripts/azureml-assets/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="azureml-assets",
10-
version="1.17.3",
10+
version="1.17.4",
1111
description="Utilities for publishing assets to Azure Machine Learning system registries.",
1212
author="Microsoft Corp",
1313
packages=find_packages(),

0 commit comments

Comments
 (0)