We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0757b16 commit 7ac5831Copy full SHA for 7ac5831
1 file changed
.github/actions/set-cve-updates/action.yml
@@ -31,5 +31,5 @@ runs:
31
if [[ "${{ inputs.dist }}" =~ ^(rhel|rocky) ]]; then
32
echo "CVE_UPDATES=python3 python3-libs" >> $GITHUB_ENV
33
elif [[ "${{ inputs.dist }}" =~ ^ubuntu ]]; then
34
- echo "CVE_UPDATES=libcap2 sed" >> $GITHUB_ENV
+ echo "CVE_UPDATES=libcap2 sed libgnutls30t64" >> $GITHUB_ENV
35
fi
0 commit comments