chore: disable scan report - #19
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR disables the scheduled vulnerability scan by removing the cron-based trigger from the vulnerability scan workflow.
- Removes the scheduled daily vulnerability scan that was running at 2:30 AM UTC
- Maintains the ability to manually trigger the vulnerability scan via workflow_dispatch
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 19 | 0 | 0 | 0.52s | |
| ✅ DOCKERFILE | hadolint | 2 | 0 | 0 | 0.78s | |
| ✅ GHERKIN | gherkin-lint | 6 | 0 | 0 | 2.29s | |
| ✅ JSON | npm-package-json-lint | yes | no | no | 0.45s | |
| ✅ JSON | prettier | 16 | 2 | 0 | 0 | 0.51s |
| ✅ JSON | v8r | 16 | 0 | 0 | 7.9s | |
| markdownlint | 9 | 0 | 1 | 0 | 0.88s | |
| ✅ MARKDOWN | markdown-table-formatter | 9 | 1 | 0 | 0 | 0.28s |
| ✅ REPOSITORY | gitleaks | yes | no | no | 1.08s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | no | 27.23s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 0.99s | |
| ✅ REPOSITORY | syft | yes | no | no | 2.0s | |
| ✅ REPOSITORY | trivy | yes | no | no | 5.29s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.25s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 2.38s | |
| ✅ SPELL | lychee | 70 | 0 | 0 | 11.65s | |
| ✅ YAML | prettier | 25 | 0 | 0 | 0 | 1.08s |
| ✅ YAML | v8r | 25 | 0 | 0 | 7.84s | |
| ✅ YAML | yamllint | 25 | 0 | 0 | 0.83s |
Detailed Issues
⚠️ MARKDOWN / markdownlint - 1 error
.github/CONTRIBUTING.md:18:7 MD051/link-fragments Link fragments should be valid [Context: "[Found a security vulnerability?](#found-a-security-vulnerability)"]
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@9.0.1 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,GHERKIN_GHERKIN_LINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R
📦 Container Size AnalysisNote Comparing 📈 Size Comparison Table
|
📦 Container Size AnalysisNote Comparing 📈 Size Comparison Table
|
Test Results 4 files 4 suites 2m 24s ⏱️ Results for commit a68429d. |
Pull Request Report (#19)Static measures
Time related measures
Status check related measures
|
|
🎉 Hooray! The changes in this pull request went live with the release of v7.0.0 🎉 |

🚀 Hey, I have created a Pull Request
Description of changes
✔️ Checklist