| dockerfile | |||||
|---|---|---|---|---|---|
| No Vulnerabilities found | |||||
| Type | Misconf ID | Check | Severity | Message | |
| Dockerfile Security Check | DS-0002 | Image user should not be 'root' | HIGH |
Specify at least 1 USER command in Dockerfile with non-root user as argument
https://avd.aquasec.com/misconfig/ds-0002 |
|
| Dockerfile Security Check | DS-0029 | 'apt-get' missing '--no-install-recommends' | HIGH |
'--no-install-recommends' flag is missed: 'apt-get update && apt-get install -y libgl1 libglib2.0-0 libsm6 libxext6 libxrender1 curl && rm -rf /var/lib/apt/lists/*'
https://avd.aquasec.com/misconfig/ds-0029 |
|