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

test(e2e): added basic smoke test making sure everything starts OK #31

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

chgl
Copy link
Contributor

@chgl chgl commented Mar 18, 2024

No description provided.

Copy link

github-actions bot commented Mar 18, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.04s
✅ BASH bash-exec 4 0 0.02s
✅ BASH shellcheck 4 0 0.02s
✅ BASH shfmt 4 0 0.0s
✅ DOCKERFILE hadolint 1 0 0.09s
✅ GROOVY npm-groovy-lint 2 0 9.91s
✅ JAVA checkstyle 38 0 9.33s
✅ JSON eslint-plugin-jsonc 13 0 1.92s
✅ JSON jsonlint 13 0 0.36s
✅ JSON npm-package-json-lint yes no 0.58s
✅ JSON prettier 13 0 0.63s
✅ JSON v8r 13 0 20.36s
✅ MARKDOWN markdownlint 2 0 0.41s
✅ REPOSITORY checkov yes no 70.48s
✅ REPOSITORY gitleaks yes no 0.35s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.07s
✅ REPOSITORY kics yes no 15.65s
✅ REPOSITORY secretlint yes no 1.18s
✅ REPOSITORY syft yes no 1.8s
✅ REPOSITORY trivy yes no 6.33s
✅ REPOSITORY trivy-sbom yes no 1.52s
✅ REPOSITORY trufflehog yes no 10.53s
✅ XML xmllint 11 0 0.01s
✅ YAML prettier 14 0 0.65s
✅ YAML v8r 14 0 15.74s
✅ YAML yamllint 14 0 0.37s

See detailed report in MegaLinter reports

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

MegaLinter is graciously provided by OX Security

@chgl chgl force-pushed the added-basic-e2e-smoke-test branch 2 times, most recently from 24ce089 to 589f423 Compare March 18, 2024 15:00
@chgl chgl requested a review from MarcelErpi March 18, 2024 15:07
@chgl chgl force-pushed the added-basic-e2e-smoke-test branch from 589f423 to 74d5d75 Compare March 18, 2024 15:07
Copy link

Target ghcr.io/miracum/obds-to-fhir:pr-31 (debian 11.8)

Vulnerabilities (32)

Package ID Severity Installed Version Fixed Version
libc6 CVE-2023-4806 MEDIUM 2.31-13+deb11u7
libc6 CVE-2023-4813 MEDIUM 2.31-13+deb11u7
libc6 CVE-2010-4756 LOW 2.31-13+deb11u7
libc6 CVE-2018-20796 LOW 2.31-13+deb11u7
libc6 CVE-2019-1010022 LOW 2.31-13+deb11u7
libc6 CVE-2019-1010023 LOW 2.31-13+deb11u7
libc6 CVE-2019-1010024 LOW 2.31-13+deb11u7
libc6 CVE-2019-1010025 LOW 2.31-13+deb11u7
libc6 CVE-2019-9192 LOW 2.31-13+deb11u7
libexpat1 CVE-2023-52425 HIGH 2.2.10-2+deb11u5
libexpat1 CVE-2024-28757 HIGH 2.2.10-2+deb11u5
libexpat1 CVE-2023-52426 MEDIUM 2.2.10-2+deb11u5
libexpat1 CVE-2013-0340 LOW 2.2.10-2+deb11u5
libfreetype6 CVE-2022-31782 LOW 2.10.4+dfsg-1+deb11u1
libgcc-s1 CVE-2023-4039 MEDIUM 10.2.1-6
libglib2.0-0 CVE-2023-29499 HIGH 2.66.8-1 2.66.8-1+deb11u1
libglib2.0-0 CVE-2023-32611 MEDIUM 2.66.8-1 2.66.8-1+deb11u1
libglib2.0-0 CVE-2023-32665 MEDIUM 2.66.8-1 2.66.8-1+deb11u1
libglib2.0-0 CVE-2012-0039 LOW 2.66.8-1
libharfbuzz0b CVE-2023-25193 HIGH 2.7.4-1
libharfbuzz0b CVE-2022-33068 MEDIUM 2.7.4-1
libjpeg62-turbo CVE-2021-46822 MEDIUM 1:2.0.6-4
libpcre3 CVE-2017-11164 LOW 2:8.39-13
libpcre3 CVE-2017-16231 LOW 2:8.39-13
libpcre3 CVE-2017-7245 LOW 2:8.39-13
libpcre3 CVE-2017-7246 LOW 2:8.39-13
libpcre3 CVE-2019-20838 LOW 2:8.39-13
libpng16-16 CVE-2019-6129 LOW 1.6.37-3
libpng16-16 CVE-2021-4214 LOW 1.6.37-3
libstdc++6 CVE-2023-4039 MEDIUM 10.2.1-6
libuuid1 CVE-2022-0563 LOW 2.36.1-8+deb11u1
zlib1g CVE-2023-45853 CRITICAL 1:1.2.11.dfsg-2+deb11u2

No Misconfigurations found

Target Java

Vulnerabilities (2)

Package ID Severity Installed Version Fixed Version
org.apache.tomcat.embed:tomcat-embed-core CVE-2024-24549 MEDIUM 10.1.18 8.5.99, 9.0.86, 10.1.19, 11.0.0-M17
org.springframework:spring-web CVE-2024-22243 HIGH 6.1.3 6.1.4, 6.0.17, 5.3.32

No Misconfigurations found

Copy link
Collaborator

@MarcelErpi MarcelErpi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sehr cool, dass wir das jetzt mit drin haben!

@chgl chgl merged commit e1cb34d into master Mar 18, 2024
13 checks passed
@chgl chgl deleted the added-basic-e2e-smoke-test branch March 18, 2024 18:19
@miracum-bot
Copy link
Collaborator

🎉 This PR is included in version 2.1.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@miracum-bot
Copy link
Collaborator

🎉 This PR is included in version 2.0.17 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants