Skip to content

Commit 7d1591a

Browse files
authored
Merge pull request #387 from NVIDIA/rhel-cve-updates
trigger upgrades of rhel packages to resolve CVEs
2 parents 7a5e6d8 + 8be4d9b commit 7d1591a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/image.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
fi
7474
echo "PUSH_ON_BUILD=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
7575
echo "BUILD_MULTI_ARCH_IMAGES=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
76+
77+
if [[ "${{ matrix.dist }}" =~ "rhel" ]]; then
78+
echo "CVE_UPDATES=libxml2 pam python3 sqlite-libs" >> $GITHUB_ENV
79+
fi
80+
7681
- name: Set up QEMU
7782
uses: docker/setup-qemu-action@v3
7883
with:

0 commit comments

Comments
 (0)