UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

17 lines (16 loc) 527 B
rules: - id: avoid-yum-update severity: INFO languages: [dockerfile] message: >- Packages in base images should be up-to-date, removing the need for 'yum update'. If packages are out-of-date, consider contacting the base image maintainer. metadata: source-rule-url: https://github.com/hadolint/hadolint/wiki/DL3031 references: - https://github.com/hadolint/hadolint/wiki/DL3031 category: best-practice technology: - dockerfile pattern: yum update