-
-
Notifications
You must be signed in to change notification settings - Fork 3
wip #347
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
Draft
davidB
wants to merge
4
commits into
main
Choose a base branch
from
wip
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- move SVG+animation under components - import animations from talks - introduce architecture animation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ EDITORCONFIG | editorconfig-checker | 15 | 0 | 0 | 0.24s | |
| trivy | yes | 1 | no | 5.49s | ||
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.35s |
Detailed Issues
⚠️ REPOSITORY / trivy - 1 error
2026-02-05T20:33:52Z INFO [vulndb] Need to update DB
2026-02-05T20:33:52Z INFO [vulndb] Downloading vulnerability DB...
2026-02-05T20:33:52Z INFO [vulndb] Downloading artifact... repo="mirror.gcr.io/aquasec/trivy-db:2"
38.69 MiB / 84.02 MiB [---------------------------->________________________________] 46.05% ? p/s ?84.02 MiB / 84.02 MiB [----------------------------------------------------------->] 100.00% ? p/s ?84.02 MiB / 84.02 MiB [----------------------------------------------------------->] 100.00% ? p/s ?84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 75.46 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 75.46 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 75.46 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 70.59 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 70.59 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 70.59 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 66.03 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 66.03 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 66.03 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 61.77 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [---------------------------------------------->] 100.00% 61.77 MiB p/s ETA 0s84.02 MiB / 84.02 MiB [-------------------------------------------------] 100.00% 31.97 MiB p/s 2.8s2026-02-05T20:33:55Z INFO [vulndb] Artifact successfully downloaded repo="mirror.gcr.io/aquasec/trivy-db:2"
2026-02-05T20:33:55Z INFO [vuln] Vulnerability scanning is enabled
2026-02-05T20:33:55Z INFO [misconfig] Misconfiguration scanning is enabled
2026-02-05T20:33:55Z INFO [misconfig] Need to update the checks bundle
2026-02-05T20:33:55Z INFO [misconfig] Downloading the checks bundle...
165.46 KiB / 165.46 KiB [---------------------------------------------------------] 100.00% ? p/s 0s2026-02-05T20:33:57Z ERROR [helm scanner] Failed to render Chart files file_path="charts/cdviz-collector" err="found in Chart.yaml, but missing in charts/ directory: kubewatch"
2026-02-05T20:33:57Z INFO Number of language-specific files num=0
2026-02-05T20:33:57Z INFO Detected config files num=2
Report Summary
┌────────────────────────────────────────────────┬────────────┬─────────────────┬───────────────────┐
│ Target │ Type │ Vulnerabilities │ Misconfigurations │
├────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┤
│ cdviz-db/Dockerfile │ dockerfile │ - │ 0 │
├────────────────────────────────────────────────┼────────────┼─────────────────┼───────────────────┤
│ charts/cdviz-db/templates/job-dbmigration.yaml │ helm │ - │ 1 │
└────────────────────────────────────────────────┴────────────┴─────────────────┴───────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)
charts/cdviz-db/templates/job-dbmigration.yaml (helm)
=====================================================
Tests: 93 (SUCCESSES: 92, FAILURES: 1)
Failures: 1 (UNKNOWN: 0, LOW: 1, MEDIUM: 0, HIGH: 0, CRITICAL: 0)
AVD-KSV-0021 (LOW): Container 'cdviz-db-migration' of CronJob 'cdviz-db-migration' should set 'securityContext.runAsGroup' > 10000
════════════════════════════════════════
Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.
See https://avd.aquasec.com/misconfig/ksv021
────────────────────────────────────────
charts/cdviz-db/templates/job-dbmigration.yaml:35-64
────────────────────────────────────────
35 ┌ - name: 'cdviz-db-migration'
36 │ image: "ghcr.io/cdviz-dev/cdviz-db-migration:1.1.0"
37 │ # args for https://github.com/golang-migrate/migrate
38 │ args:
39 │ - -database
40 │ - "$(DATABASE_URL)"
41 │ - -path
42 │ - /migrations/
43 └ - up
..
────────────────────────────────────────
📣 Notices:
- Version 0.69.1 of Trivy is now available, current version is 0.68.2
To suppress version checks, run Trivy scans with the --skip-version-check flag
See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

No description provided.