Jeff
Jeff
Currently, Log Groups are being queried, but they are not tied to anything. Where possible, add a relationship to the appropriate Lambda, EC2, ECS, EKS, etc resource.
The following is a list of resource type & count from a recent scan. Support for these resources should be prioritized, or they need to be explicitly excluded in the...
Currently, ARN parsing is very rudimentary. It needs updated to handle the more complicated formats, including ones with versions.
- [ ] Review greengrass device relationships - [ ] CF Distro & S3 bucket
Hi! I help maintain Docker Hub and noticed this project is causing a lot of spiky load. In our experience, most people don't need to have this ran every hour...
Hi! I'm a maintainer for Docker Hub and this project has been sending a lot of traffic to Hub (took a short bit to identify). We noticed all the requests...
Motivation: Provide registry agnostic mechanism to get new tags Related to discussions at: * https://github.com/opencontainers/distribution-spec/issues/575 * https://github.com/opencontainers/distribution-spec/pull/568
Many tools exist these days to help users to upgrade their dependencies. A non-exhaustive list includes: * [containrrr/watchtower](https://github.com/containrrr/watchtower) * [crazy-max/diun](https://github.com/crazy-max/diun) * [getwud/wud](https://github.com/getwud/wud) * [versionlens/vscode-versionlens](https://gitlab.com/versionlens/vscode-versionlens) * [renovatebot/renovate](github.com/renovatebot/renovate) There is no existing...
In the section around [deleting manifests](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#deleting-manifests), the following statements are made: > Upon success, the registry MUST respond with a `202 Accepted` code. > Once deleted, a `GET` to `/v2//manifests/`...