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

feat: clang-uml #468

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

feat: clang-uml #468

wants to merge 7 commits into from

Conversation

BarisTanyeri
Copy link

Pull Request

Description of changes

Checklist

  • I have followed the contribution guidelines for this repository
  • I have added tests for new behavior, and have not broken any existing tests
  • I have added or updated relevant documentation
  • I have verified that all added components are accounted for in the SBOM

Copy link
Contributor

github-actions bot commented Jun 24, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 14 0 0.04s
❌ DOCKERFILE hadolint 2 1 0.4s
✅ JSON prettier 11 0 0 0.58s
✅ JSON v8r 10 0 4.26s
✅ MARKDOWN markdownlint 8 0 0 0.96s
✅ MARKDOWN markdown-table-formatter 8 0 0 0.19s
✅ REPOSITORY checkov yes no 15.73s
✅ REPOSITORY gitleaks yes no 0.35s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.61s
✅ REPOSITORY secretlint yes no 1.19s
✅ REPOSITORY trivy yes no 6.26s
✅ REPOSITORY trivy-sbom yes no 4.07s
✅ REPOSITORY trufflehog yes no 3.25s
✅ SPELL lychee 49 0 0.98s
✅ YAML prettier 19 0 0 0.87s
✅ YAML v8r 19 0 12.38s
✅ YAML yamllint 19 0 0.54s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

.devcontainer/cpp/Dockerfile Fixed Show fixed Hide fixed
.devcontainer/cpp/Dockerfile Fixed Show fixed Hide fixed
.devcontainer/cpp/Dockerfile Fixed Show fixed Hide fixed
.devcontainer/cpp/Dockerfile Fixed Show fixed Hide fixed
.devcontainer/cpp/Dockerfile Fixed Show fixed Hide fixed
Copy link
Contributor

github-actions bot commented Jun 24, 2024

Compressed layer size comparison

Comparing ghcr.io/philips-software/amp-devcontainer-rust:latest to ghcr.io/philips-software/amp-devcontainer-rust@sha256:cc54870740eb9d9a315f0e8c7cb898ae08e56d376315297d4af2f274956f6206

OS/Platform Previous Size Current Size Delta
linux/amd64 432.86M 432.86M 0.00 (+0.00%)
linux/arm64 572.09M 572.09M 0.00 (+0.00%)

Copy link
Contributor

github-actions bot commented Jun 24, 2024

Test Results

 2 files  ±0   2 suites  ±0   45s ⏱️ -8s
27 tests +1  25 ✅  - 1  0 💤 ±0  2 ❌ +2 
29 runs  +1  27 ✅  - 1  0 💤 ±0  2 ❌ +2 

For more details on these failures, see this check.

Results for commit 0a61b66. ± Comparison against base commit 56b5342.

♻️ This comment has been updated with latest results.

@@ -88,14 +89,27 @@
&& git -C /usr/local clone -b v0.3.0 https://github.com/bats-core/bats-support.git \
&& git -C /usr/local clone -b v2.1.0 https://github.com/bats-core/bats-assert.git


# Install clang-uml from source
RUN git clone https://github.com/bkryza/clang-uml \

Check warning

Code scanning / Hadolint (MegaLinter DOCKERFILE_HADOLINT)

Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version> Warning

Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
Copy link

sonarcloud bot commented Jun 26, 2024

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

Successfully merging this pull request may close these issues.

None yet

1 participant