UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

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