We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d08cd commit e7c6590Copy full SHA for e7c6590
.pentest/scripts/01_health_recon.sh
@@ -29,6 +29,7 @@ OUTPUT_FILE="${SNAPSHOT_DIR}/health_recon_${TIMESTAMP}.txt"
29
# ---------------------------------------------------------------------------
30
RED='\033[0;31m'
31
GREEN='\033[0;32m'
32
+# shellcheck disable=SC2034
33
YELLOW='\033[1;33m'
34
CYAN='\033[0;36m'
35
BOLD='\033[1m'
Dockerfile
@@ -3,6 +3,7 @@ FROM ruby:3.4.5-slim
3
4
# Install system dependencies without version pinning for compatibility
5
# Note: Using latest available versions from Debian repositories
6
+# hadolint ignore=DL3008
7
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
8
build-essential \
9
libpq-dev \
0 commit comments