mcp-server-semgrep
Version:
MCP Server for Semgrep Integration - static code analysis with AI
16 lines (15 loc) • 433 B
YAML
rules:
- id: maintainer-is-deprecated
severity: INFO
languages: [dockerfile]
pattern: MAINTAINER $NAME
message: >-
MAINTAINER has been deprecated.
metadata:
source-rule-url: https://github.com/hadolint/hadolint/wiki/DL4000
references:
- https://github.com/hadolint/hadolint/wiki/DL4000
category: best-practice
technology:
- dockerfile
fix: "# MAINTAINER $NAME"