-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Modernize dependabot.yml in correct directories #3093
Merged
Merged
Conversation
This file contains 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
echoix
added
dependencies
Pull requests that update a dependency file
infrastructure
labels
Nov 13, 2023
echoix
requested review from
nvuillam,
bdovaz and
Kurt-von-Laven
as code owners
November 13, 2023 03:31
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ BASH | bash-exec | 5 | 0 | 0.08s | |
✅ BASH | shellcheck | 5 | 0 | 0.11s | |
✅ BASH | shfmt | 5 | 0 | 0 | 0.07s |
✅ COPYPASTE | jscpd | yes | no | 4.05s | |
✅ DOCKERFILE | hadolint | 124 | 0 | 21.08s | |
✅ JSON | eslint-plugin-jsonc | 23 | 0 | 0 | 2.39s |
✅ JSON | jsonlint | 21 | 0 | 0.27s | |
✅ JSON | v8r | 23 | 0 | 17.04s | |
✅ MAKEFILE | checkmake | 1 | 0 | 0.0s | |
markdownlint | 255 | 0 | 11 | 6.51s | |
✅ MARKDOWN | markdown-link-check | 255 | 0 | 7.5s | |
✅ MARKDOWN | markdown-table-formatter | 255 | 0 | 0 | 46.47s |
✅ OPENAPI | spectral | 1 | 0 | 1.74s | |
bandit | 201 | 61 | 2.85s | ||
✅ PYTHON | black | 201 | 0 | 0 | 5.87s |
✅ PYTHON | flake8 | 201 | 0 | 2.57s | |
✅ PYTHON | isort | 201 | 0 | 0 | 0.56s |
✅ PYTHON | mypy | 201 | 0 | 12.83s | |
✅ PYTHON | pylint | 201 | 0 | 15.82s | |
pyright | 201 | 352 | 25.51s | ||
✅ PYTHON | ruff | 201 | 0 | 0 | 0.14s |
✅ REPOSITORY | checkov | yes | no | 46.72s | |
✅ REPOSITORY | git_diff | yes | no | 0.06s | |
grype | yes | 1 | 11.61s | ||
✅ REPOSITORY | secretlint | yes | no | 12.5s | |
✅ REPOSITORY | trivy | yes | no | 31.24s | |
✅ REPOSITORY | trivy-sbom | yes | no | 1.5s | |
trufflehog | yes | 1 | 24.53s | ||
✅ SPELL | cspell | 667 | 0 | 30.78s | |
✅ SPELL | lychee | 335 | 0 | 4.2s | |
✅ XML | xmllint | 3 | 0 | 0 | 0.06s |
✅ YAML | prettier | 160 | 0 | 0 | 5.79s |
✅ YAML | v8r | 102 | 0 | 211.28s | |
✅ YAML | yamllint | 161 | 0 | 1.87s |
See detailed report in MegaLinter reports
nvuillam
approved these changes
Nov 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great ❤️
4 tasks
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.
Allows to also specifically ignore some security flagging of a package.json designed for a vulnerability scanner (grype).
Proposed Changes
dependencies
folder to/mega-linter-runner
, where the npm deps areserver
folder as a directory where there are some python dependencies to checkmegalinter
folder as directory where there are some python dependencies to check, that will function correctly when the project will convert to pyproject.toml instead of setup.py.config/python/dev
as a folder for python.Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance