Skip to content

Commit e68f121

Browse files
author
David Curwin
committed
FAQ entry about containter types
1 parent 0883d90 commit e68f121

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/defender-for-cloud/faq-defender-for-containers.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ sections:
9999
No, the Qualys scanner is hosted by Microsoft, and no customer data is shared with Qualys.
100100
101101
- question: |
102-
Why is Defender for Cloud alerting me to vulnerabilities about an image that isnt in my registry?
102+
Why is Defender for Cloud alerting me to vulnerabilities about an image that isn't in my registry?
103103
answer: |
104-
Some images may reuse tags from an image that was already scanned. For example, you may reassign the tag “Latest” every time you add an image to a digest. In such cases, the old image does still exist in the registry and may still be pulled by its digest. If the image has security findings and is pulled, it will expose security vulnerabilities.
104+
Some images may reuse tags from an image that was already scanned. For example, you may reassign the tag “Latest” every time you add an image to a digest. In such cases, the 'old' image does still exist in the registry and may still be pulled by its digest. If the image has security findings and is pulled, it will expose security vulnerabilities.
105105
106106
- question: |
107107
Does Defender for Containers scan images in Microsoft Container Registry?
@@ -115,6 +115,13 @@ sections:
115115
answer: |
116116
Yes. The results are under [Sub-Assessments REST API](/rest/api/defenderforcloud/sub-assessments/list). Also, you can use Azure Resource Graph (ARG), the Kusto-like API for all of your resources: a query can fetch a specific scan.
117117
118+
- question: |
119+
How do I check which media type my containers are using?
120+
answer: |
121+
To check an image type, you need to use a tool that can check the raw image manifest such as [skopeo](https://github.com/containers/skopeo), and inspect the raw image format.
122+
For the Docker v2 format, the manifest media type would be **application/vnd.docker.distribution.manifest.v1+json** or **application/vnd.docker.distribution.manifest.v2+json**, as documented [here](https://docs.docker.com/registry/spec/manifest-v2-2/).
123+
For the OCI image format, the manifest media type would be **application/vnd.oci.image.manifest.v1+json**, and config media type **application/vnd.oci.image.config.v1+json**, as documented [here](https://specs.opencontainers.org/image-spec/media-types/).
124+
118125
additionalContent: |
119126
120127
## Next steps

0 commit comments

Comments
 (0)