Commit 7256990 authored Mar 6, 2025 · 4 / 7 · Verified
1 parent cd77af4 commit 7256990 Copy full SHA for 7256990
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ dagger 0.16.2
11
11
flux2 2.5.1
12
12
# renovate: datasource=github-tags depName=gruntwork-io/git-xargs
13
13
git-xargs 0.1.15
14
+ # renovate: datasource=git-tags depName=https://gitlab.com/gitlab-org/cli.git
15
+ glab 1.53.0
14
16
golang 1.24.0
15
17
golangci-lint 1.64.6
16
18
# renovate: datasource=github-tags depName=anchore/grype
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN set -e && \
56
56
curl -o "$ZIP_FILE" "$URL" && \
57
57
mkdir -p "$EXTRACT_DIR" && \
58
58
unzip -o "$ZIP_FILE" -d "$EXTRACT_DIR" && \
59
- CERTS_DIR=$(find "$EXTRACT_DIR" -type d -name "certificates_pkcs7 *" ) && \
59
+ CERTS_DIR=$(find "$EXTRACT_DIR" -type d -name "Certificates_PKCS7 *" ) && \
60
60
cd "$CERTS_DIR" && \
61
61
for p7b_file in *.p7b; do \
62
62
if [ "$(openssl asn1parse -inform DER -in " $p7b_file" 2>/dev/null)" ]; then \
You can’t perform that action at this time.
0 commit comments