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
This container includes `corgid`, a binary that collects the Bottlerocket package inventory, converts it to a [CycloneDX](https://cyclonedx.org/) SBOM, and sends it to the Amazon Inspector API for vulnerability scanning. It runs automatically in the background when the container starts.
45
+
46
+
### Disabling corgid
47
+
48
+
To disable Inspector SBOM upload, set `inspector-sbom-upload` to `"false"` in the control container's user data:
49
+
50
+
```json
51
+
{
52
+
"inspector": {
53
+
"upload-sbom": "false"
54
+
}
55
+
}
56
+
```
57
+
58
+
Base64-encode the JSON and set it in your instance user data:
0 commit comments