Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update renovate/renovate Docker tag to v39 #3000

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# renovate: datasource=docker depName=hadolint/hadolint
ARG HADOLINT_VERSION=2.12.0-alpine
# renovate: datasource=docker depName=renovate/renovate
ARG RENOVATE_VERSION=38
ARG RENOVATE_VERSION=39
# renovate: datasource=docker depName=koalaman/shellcheck-alpine versioning=semver
ARG SHELLCHECK_VERSION=v0.10.0

Expand Down Expand Up @@ -773,7 +773,7 @@
FROM aquasec/trivy:$TRIVY_VERSION

COPY $DIR /trivy-cache
RUN /usr/local/bin/trivy --cache-dir /trivy-cache fs --download-db-only

Check failure on line 776 in Earthfile

View workflow job for this annotation

GitHub Actions / trivy-cache

Error

The command RUN /usr/local/bin/trivy --cache-dir /trivy-cache fs --download-db-only did not complete successfully. Exit code 1
SAVE ARTIFACT /trivy-cache AS LOCAL $DIR

trivy:
Expand Down
Loading