Module shell

Module shell 

Source
Expand description

Shell parsing module for hadolint-rs.

Provides:

  • Shell command extraction from RUN instructions
  • ShellCheck integration for deeper analysis

This module handles parsing shell commands from Dockerfile RUN instructions and provides utilities for rule implementations to analyze them.

Modules§

shellcheck
ShellCheck integration for shell analysis.

Structs§

Command
A single command extracted from a shell script.
ParsedShell
Parsed shell command information.