You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: 'pg_isready --username=$POSTGRES_USER'# bare $VAR
60
+
```
61
+
62
+
> **Note:** Only files named like `docker-compose*.yml`/`.yaml` or
63
+
> `compose*.yml`/`.yaml` are treated as Compose files. Other YAML files are not
64
+
> scanned. A doubled `$$` (Compose's escape for a literal `$`) is not treated as
65
+
> a reference.
66
+
48
67
## What It Checks For
49
68
50
69
> **Note:** The scanner skips files containing any line over 500 characters, as these are likely minified or bundled — this avoids false positives across all checks below.
> Docker Compose files (`docker-compose*.yml`/`.yaml`, `compose*.yml`/`.yaml`) are also scanned by default for `${VAR}` interpolation. Other YAML files are not scanned.
0 commit comments