lint: doc: detail lint tool install methods
What changed, and why it matters
This commit only updates a README file in the test/lint directory. It adds a sentence pointing readers to another file for dependency installation instructions. There is no code change and no security relevance.
No security action needed. This is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies test/lint/README.md, changing one line that describes where to find dependency versions and install instructions. It now references both the CI setup script and the lint_imagefile. No executable code, configuration, or cryptographic logic is changed.
Changed components
test/lint/README.mdInspect captured patch +1 / −1
diff --git a/test/lint/README.md b/test/lint/README.md
index 08703ab8..d060df11 100644
--- a/test/lint/README.md
+++ b/test/lint/README.md
@@ -56,7 +56,7 @@ or `--help`:
| `py_lint` | [ruff](https://github.com/astral-sh/ruff)
| markdown link check | [mlc](https://github.com/becheran/mlc)
-In use versions and install instructions are available in the [CI setup](../../ci/lint/01_install.sh).
+Dependency versions and installation instructions are available in the [CI setup](../../ci/lint/01_install.sh) and the [lint_imagefile](../../ci/lint_imagefile) (for tools where an OCI imagefile exists).
Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.