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 aquasec/trivy Docker tag to v0.55.0 #2781

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Changes from 1 commit
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 @@ -4,7 +4,7 @@
# renovate: datasource=docker depName=quay.io/luet/base versioning=semver
ARG LUET_VERSION=0.35.5
# renovate: datasource=docker depName=aquasec/trivy versioning=semver
ARG TRIVY_VERSION=0.53.0
ARG TRIVY_VERSION=0.55.0
# renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver
ARG KAIROS_FRAMEWORK_VERSION=v2.11.2
# renovate: datasource=docker depName=quay.io/kairos/osbuilder-tools versioning=semver
Expand Down Expand Up @@ -900,7 +900,7 @@
END
COPY +go-deps-test/go.mod go.mod
COPY +go-deps-test/go.sum go.sum
RUN go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/

Check failure on line 903 in Earthfile

View workflow job for this annotation

GitHub Actions / upgrade / test

Error

The command RUN go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/ did not complete successfully. Exit code 1

###
### Artifacts targets
Expand Down
Loading