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
Copy file name to clipboardExpand all lines: docs/docs/target/container_image.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,15 @@ See https://avd.aquasec.com/misconfig/ds026
154
154
!!! tip
155
155
You can see how each layer is created with `docker history`.
156
156
157
-
The [AVD-DS-0016](https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0016/) check is disabled for this scan type, see [issue](https://github.com/aquasecurity/trivy/issues/7368) for details.
157
+
#### Disabled checks
158
+
159
+
The following checks are disabled for this scan type due to known issues. See the linked issues for more details.
160
+
161
+
| Check ID | Reason | Issue |
162
+
|----------|------------|--------|
163
+
|[AVD-DS-0007](https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0007/)| This check detects multiple `ENTRYPOINT` instructions in a stage, but since image history analysis does not identify stages, this check is not relevant for this scan type. |[#8364](https://github.com/aquasecurity/trivy/issues/8364)|
164
+
|[AVD-DS-0016](https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0016/)| This check detects multiple `CMD` instructions in a stage, but since image history analysis does not identify stages, this check is not relevant for this scan type. |[#7368](https://github.com/aquasecurity/trivy/issues/7368)|
165
+
158
166
159
167
### Secrets
160
168
Trivy detects secrets on the configuration of container images.
0 commit comments