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

chore(deps): update gcr.io/distroless/java21-debian12:nonroot docker digest to 1316de1 #166

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change
gcr.io/distroless/java21-debian12 final digest 5723ccd -> 1316de1

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Oct 1, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 4 0 0.06s
✅ DOCKERFILE hadolint 2 0 0.1s
✅ EDITORCONFIG editorconfig-checker 67 0 0.3s
✅ GROOVY npm-groovy-lint 2 0 9.61s
✅ JAVA checkstyle 19 0 6.24s
✅ JSON jsonlint 5 0 0.16s
✅ JSON prettier 5 0 1.12s
✅ JSON v8r 5 0 3.47s
✅ MARKDOWN markdownlint 2 0 0.35s
✅ PYTHON bandit 1 0 1.04s
✅ PYTHON black 1 0 0.69s
✅ PYTHON flake8 1 0 0.57s
✅ PYTHON isort 1 0 0.34s
✅ PYTHON mypy 1 0 7.03s
✅ PYTHON ruff 1 0 0.04s
✅ REPOSITORY checkov yes no 20.12s
✅ REPOSITORY gitleaks yes no 0.63s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY grype yes no 15.43s
✅ REPOSITORY kics yes no 5.22s
✅ REPOSITORY secretlint yes no 0.86s
✅ REPOSITORY syft yes no 2.38s
✅ REPOSITORY trivy yes no 9.73s
✅ REPOSITORY trivy-sbom yes no 0.94s
✅ REPOSITORY trufflehog yes no 6.46s
✅ XML xmllint 1 0 0.01s
✅ YAML prettier 17 0 1.22s
✅ YAML yamllint 17 0 0.61s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

Copy link

github-actions bot commented Oct 1, 2024

Code Coverage Report

Overall Project 30.27%

There is no coverage information present for the Files changed

@renovate renovate bot force-pushed the renovate/gcr.io-distroless-java21-debian12-nonroot branch from 0232d8d to 57eb567 Compare October 15, 2024 08:57
Copy link

Trivy image scan report

ghcr.io/miracum/fhir-gateway:pr-166 (debian 12.7)

No Vulnerabilities found

No Misconfigurations found

Java

3 known vulnerabilities found (CRITICAL: 0 HIGH: 3 MEDIUM: 0 LOW: 0)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
ca.uhn.hapi.fhir:org.hl7.fhir.r4 CVE-2024-45294 HIGH 6.1.2.2 6.3.23
ca.uhn.hapi.fhir:org.hl7.fhir.utilities CVE-2024-45294 HIGH 6.1.2.2 6.3.23
commons-io:commons-io CVE-2024-47554 HIGH 2.11.0 2.14.0

No Misconfigurations found

@renovate renovate bot force-pushed the renovate/gcr.io-distroless-java21-debian12-nonroot branch 3 times, most recently from 2943273 to e413c14 Compare October 22, 2024 12:48
@renovate renovate bot changed the title chore(deps): update gcr.io/distroless/java21-debian12:nonroot docker digest to 2985410 chore(deps): update gcr.io/distroless/java21-debian12:nonroot docker digest to c685695 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/gcr.io-distroless-java21-debian12-nonroot branch from e413c14 to 413f324 Compare October 26, 2024 01:21
@renovate renovate bot changed the title chore(deps): update gcr.io/distroless/java21-debian12:nonroot docker digest to c685695 chore(deps): update gcr.io/distroless/java21-debian12:nonroot docker digest to 1316de1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/gcr.io-distroless-java21-debian12-nonroot branch from 413f324 to 65713e7 Compare October 28, 2024 01:46
@chgl chgl merged commit 085e67b into master Oct 28, 2024
16 of 17 checks passed
@renovate renovate bot deleted the renovate/gcr.io-distroless-java21-debian12-nonroot branch October 28, 2024 17:42
miracum-bot pushed a commit that referenced this pull request Oct 28, 2024
## [3.14.0](v3.13.2...v3.14.0) (2024-10-28)

### Features

* added option to crypto-hash Kafka message keys ([#173](#173)) ([424d7c2](424d7c2))

### Bug Fixes

* **deps:** update dependency net.logstash.logback:logstash-logback-encoder to v8 ([#172](#172)) ([2529633](2529633))

### Miscellaneous Chores

* added errorprone and addressed complaints ([#175](#175)) ([03e5ed5](03e5ed5))
* **deps:** update docker.io/library/postgres docker tag to v17 ([#171](#171)) ([b701416](b701416))
* **deps:** update gcr.io/distroless/java21-debian12:nonroot docker digest to 1316de1 ([#166](#166)) ([085e67b](085e67b))
* **deps:** update github-actions ([#169](#169)) ([419f3e7](419f3e7))
* **deps:** update github-actions ([#176](#176)) ([3d6bcf6](3d6bcf6))
@miracum-bot
Copy link

🎉 This PR is included in version 3.14.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants