grype
grype copied to clipboard
chore: claim artifacthub package ownership from developer-guy
Last but not least, we need to push this file to the OCI registry along with the image itself :point_down:
https://artifacthub.io/docs/topics/repositories/#repository-metadata
$ printf "{}" > config.json
$ oras push index.docker.io/anchore/grype:artifacthub.io \
--manifest-config config.json:application/vnd.cncf.artifacthub.config.v1+yaml \
artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
to install ORAS CLI: https://oras.land/cli/