mcp-server-semgrep
Version:
MCP Server for Semgrep Integration - static code analysis with AI
18 lines (17 loc) • 548 B
YAML
rules:
- id: avoid-apk-upgrade
languages:
- dockerfile
message: >-
Packages in base images should be up-to-date, removing the need for
'apk upgrade'. If packages are out-of-date, consider contacting the
base image maintainer.
severity: INFO
metadata:
source-rule-url: https://github.com/hadolint/hadolint/wiki/DL3017
references:
- https://github.com/hadolint/hadolint/wiki/DL3017
category: best-practice
technology:
- dockerfile
pattern: RUN ... apk upgrade ...