{"id":378892,"url":"https://github.com/anchore/grype","last_synced_at":"2026-08-12T18:46:17.782Z","repository":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36578055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-12T02:00:07.134Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"packages":[{"id":3741336,"name":"github.com/anchore/grype","ecosystem":"go","description":"","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"github.com/anchore","versions_count":211,"first_release_published_at":"2020-07-27T14:12:40.000Z","latest_release_published_at":"2026-08-10T16:05:15.000Z","latest_release_number":"v0.117.0","last_synced_at":"2026-08-12T12:24:11.857Z","created_at":"2022-04-11T14:35:34.733Z","updated_at":"2026-08-12T17:23:52.103Z","registry_url":"https://pkg.go.dev/github.com/anchore/grype","install_command":"go get github.com/anchore/grype","documentation_url":"https://pkg.go.dev/github.com/anchore/grype#section-documentation","metadata":{},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.524Z","dependent_packages_count":50,"downloads":null,"downloads_period":null,"dependent_repos_count":14,"rankings":{"downloads":null,"dependent_repos_count":1.4537237606303615,"dependent_packages_count":0.8712004439237931,"stargazers_count":0.8950470572170997,"forks_count":1.4786037758706894,"docker_downloads_count":0.7779045139405787,"average":1.0952959103165045},"purl":"pkg:golang/github.com/anchore/grype","advisories":[{"uuid":"GSA_kwCzR0hTQS02Z3h3LTg1cTItcTY0Ns4ABO9N","url":"https://github.com/advisories/GHSA-6gxw-85q2-q646","title":"Grype has a credential disclosure vulnerability in its JSON output","description":"A credential disclosure vulnerability was found in Grype, affecting versions `v0.68.0` through `v0.104.0`. If registry credentials are defined and the output of grype is written using the `--file` or `--output json=\u003cfile\u003e` option, the registry credentials will be included unsanitized in the output file.\n\n## Impact\n\nIn Grype versions `v0.68.0` through `v0.104.0`, when registry authentication is configured, those credentials can be incorrectly included in the output of a Grype scan (regardless of whether those credentials are actively being used for the current scan). Users that do not have registry authentication configured are not affected by this issue.\n\nRegistry credentials can be set via the Grype configuration file (e.g. `registry.auth[].username`, `registry.auth[].password`, `registry.auth[].token`) or environment variables (e.g., `GRYPE_REGISTRY_AUTH_USERNAME`, `GRYPE_REGISTRY_AUTH_PASSWORD`, `GRYPE_REGISTRY_AUTH_TOKEN`).\n\nIn order for the authentication details to be improperly included, the Grype file output format must be set to `json` with output target set to a file. For example `--output json=file.json` or `--output json --file file.json`. When these conditions are met, the configured credentials are not sanitized as they should be in the resulting JSON output file.\n\nThe authentication details could also be leaked via a malformed Grype Template. A Grype Template that includes the `Descriptor.Registry.Auth` fields would also include the unsanitized registry credentials. There are no known templates that include these fields.\n\n## Patches\nThe patch has been released in `v0.104.1`.\n\n## Workaround\nUsers running affected versions of grype can work around this vulnerability by redirecting stdout to a file instead of using the `--file` or `--output` options.\n\nFor example, replacing the command:\n\n```\n# using `--output json=path` (or `--file`) leaks credentials\ngrype --output json=test.json alpine:latest\n```\n\nwith\n\n```\n# no use of `--output json=path` or `--file`. Output is sanitized...\ngrype --output json alpine:latest \u003e test.json\n```\n\n...results in the same `test.json` output, but the credentials will be properly sanitized.\n\n## Resources\nPatch pull request: https://github.com/anchore/grype/pull/3068","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2025-11-25T14:18:46.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.2,"cvss_vector":"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N","references":["https://github.com/anchore/grype/security/advisories/GHSA-6gxw-85q2-q646","https://github.com/anchore/grype/pull/3068","https://github.com/anchore/grype/commit/c99f79de49a58dc16d7fd8f35160b169b87db9de","https://nvd.nist.gov/vuln/detail/CVE-2025-65965","https://github.com/anchore/grype/commit/39f7fa17af2739cafe9b27176d4a68f7c05f21c1","https://github.com/advisories/GHSA-6gxw-85q2-q646"],"source_kind":"github","identifiers":["GHSA-6gxw-85q2-q646","CVE-2025-65965"],"repository_url":null,"blast_radius":0.0,"created_at":"2025-11-25T15:00:10.629Z","updated_at":"2026-08-12T16:07:04.230Z","epss_percentage":0.00146,"epss_percentile":0.04316,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02Z3h3LTg1cTItcTY0Ns4ABO9N","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS02Z3h3LTg1cTItcTY0Ns4ABO9N","packages":[{"ecosystem":"go","package_name":"github.com/anchore/grype","versions":[{"first_patched_version":"0.104.1","vulnerable_version_range":"\u003e= 0.68.0, \u003c 0.104.1"}],"purl":"pkg:go/github.com%2Fanchore%2Fgrype"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02Z3h3LTg1cTItcTY0Ns4ABO9N/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/anchore/grype","docker_dependents_count":80,"docker_downloads_count":7011091,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/anchore/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/anchore/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fanchore%2Fgrype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fanchore%2Fgrype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fanchore%2Fgrype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fanchore%2Fgrype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fanchore%2Fgrype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fanchore%2Fgrype/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263068,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":8668872,"name":"grype-fish-completion","ecosystem":"alpine","description":"Fish completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":4,"first_release_published_at":"2023-11-30T17:35:31.000Z","latest_release_published_at":"2024-05-12T07:25:43.000Z","latest_release_number":"0.73.4-r3","last_synced_at":"2026-04-15T17:04:22.723Z","created_at":"2023-12-20T10:11:07.741Z","updated_at":"2026-04-15T17:04:22.723Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/grype-fish-completion","install_command":"apk add grype-fish-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-fish-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":315,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2026-03-04T11:44:33.780Z","updated_at":"2026-03-04T11:44:33.780Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":3179,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":849},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-08-10T05:08:27.422Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":8668873,"name":"grype-zsh-completion","ecosystem":"alpine","description":"Zsh completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":4,"first_release_published_at":"2023-11-30T17:35:31.000Z","latest_release_published_at":"2024-05-12T07:25:43.000Z","latest_release_number":"0.73.4-r3","last_synced_at":"2026-04-15T17:04:19.932Z","created_at":"2023-12-20T10:11:07.791Z","updated_at":"2026-04-15T17:04:19.932Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/grype-zsh-completion","install_command":"apk add grype-zsh-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-zsh-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":315,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2026-03-04T11:44:34.229Z","updated_at":"2026-03-04T11:44:34.229Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":3179,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":849},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-08-10T05:08:27.422Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":8668870,"name":"grype","ecosystem":"alpine","description":"Vulnerability scanner for container images, filesystems, and SBOMs","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":4,"first_release_published_at":"2023-11-30T17:35:31.000Z","latest_release_published_at":"2024-05-12T07:25:43.000Z","latest_release_number":"0.73.4-r3","last_synced_at":"2026-04-15T17:04:04.987Z","created_at":"2023-12-20T10:11:07.624Z","updated_at":"2026-04-15T17:04:04.988Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/grype","install_command":"apk add grype","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":315,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-09-14T13:40:28.454Z","updated_at":"2024-09-14T13:40:28.454Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":3179,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":849},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-08-10T05:08:27.422Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":12999324,"name":"grype","ecosystem":"alpine","description":"Vulnerability scanner for container images, filesystems, and SBOMs","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":3,"first_release_published_at":"2026-01-15T20:32:31.000Z","latest_release_published_at":"2026-05-15T07:49:53.000Z","latest_release_number":"0.104.1-r6","last_synced_at":"2026-05-16T10:34:57.662Z","created_at":"2026-01-30T21:33:46.187Z","updated_at":"2026-08-08T10:51:25.327Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/grype","install_command":"apk add grype","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.326Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":"michal@polanski.me","url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":378,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2026-03-04T06:52:59.319Z","updated_at":"2026-03-04T06:52:59.319Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":733},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-12T05:05:17.297Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":13033549,"name":"grype","ecosystem":"nixpkgs","description":"Vulnerability scanner for container images and filesystems","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T15:13:40.725Z","latest_release_published_at":"2026-02-01T15:13:40.725Z","latest_release_number":"0.81.0","last_synced_at":"2026-03-07T06:15:31.473Z","created_at":"2026-02-01T15:13:26.181Z","updated_at":"2026-08-08T10:51:25.322Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=grype","install_command":"nix-env -iA nixpkgs.grype","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/gr/grype/package.nix#L113","metadata":{"nix_attribute":"grype-0.81.0","position":"pkgs/by-name/gr/grype/package.nix:113","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","wasm64-wasi","wasm32-wasi","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.322Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/grype?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grype/codemeta","maintainers":[{"uuid":"06kellyjac","login":null,"name":"Jack","email":"hello+nixpkgs@j-k.io","url":"https://github.com/06kellyjac","packages_count":95,"html_url":null,"role":null,"created_at":"2026-03-07T06:15:31.694Z","updated_at":"2026-03-07T06:15:31.694Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/06kellyjac/packages"},{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5052,"html_url":null,"role":null,"created_at":"2026-03-07T06:15:31.661Z","updated_at":"2026-03-07T06:15:31.661Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/fabaff/packages"},{"uuid":"kashw2","login":null,"name":"Keanu Ashwell","email":"supra4keanu@hotmail.com","url":"https://github.com/kashw2","packages_count":74,"html_url":null,"role":null,"created_at":"2026-03-07T06:15:31.727Z","updated_at":"2026-03-07T06:15:31.727Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/kashw2/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":2012},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-12T05:04:54.096Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":12999326,"name":"grype-fish-completion","ecosystem":"alpine","description":"Fish completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":3,"first_release_published_at":"2026-01-15T20:32:31.000Z","latest_release_published_at":"2026-05-15T07:49:53.000Z","latest_release_number":"0.104.1-r6","last_synced_at":"2026-05-17T01:32:43.204Z","created_at":"2026-01-30T21:33:49.872Z","updated_at":"2026-08-08T10:51:25.326Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/grype-fish-completion","install_command":"apk add grype-fish-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.326Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-fish-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":"michal@polanski.me","url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":378,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2026-03-04T06:53:01.762Z","updated_at":"2026-03-04T06:53:01.762Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":733},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-12T05:05:17.297Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":12999327,"name":"grype-zsh-completion","ecosystem":"alpine","description":"Zsh completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":3,"first_release_published_at":"2026-01-15T20:32:31.000Z","latest_release_published_at":"2026-05-15T07:49:53.000Z","latest_release_number":"0.104.1-r6","last_synced_at":"2026-05-17T01:32:44.149Z","created_at":"2026-01-30T21:33:51.448Z","updated_at":"2026-08-08T10:51:25.330Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/grype-zsh-completion","install_command":"apk add grype-zsh-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.330Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-zsh-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":"michal@polanski.me","url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":378,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2026-03-04T07:59:10.674Z","updated_at":"2026-03-04T07:59:10.674Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":733},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-12T05:05:17.297Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":12999325,"name":"grype-bash-completion","ecosystem":"alpine","description":"Bash completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":3,"first_release_published_at":"2026-01-15T20:32:31.000Z","latest_release_published_at":"2026-05-15T07:49:53.000Z","latest_release_number":"0.104.1-r6","last_synced_at":"2026-07-24T21:17:55.404Z","created_at":"2026-01-30T21:33:48.557Z","updated_at":"2026-08-08T10:51:25.326Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/grype-bash-completion","install_command":"apk add grype-bash-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.326Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/grype-bash-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":"michal@polanski.me","url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":378,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2026-03-03T12:29:23.155Z","updated_at":"2026-03-03T12:29:23.155Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":733},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-12T05:05:17.297Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":12743983,"name":"grype","ecosystem":"nixpkgs","description":"Vulnerability scanner for container images and filesystems","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T03:49:04.477Z","latest_release_published_at":"2026-01-26T03:49:04.477Z","latest_release_number":"0.61.1","last_synced_at":"2026-04-15T15:02:27.056Z","created_at":"2026-01-26T03:49:04.327Z","updated_at":"2026-08-08T10:51:25.328Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=grype","install_command":"nix-env -iA nixpkgs.grype","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/tools/security/grype/default.nix#L102","metadata":{"nix_attribute":"grype-0.61.1","position":"pkgs/tools/security/grype/default.nix:102","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.328Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/grype?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grype/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":3335,"html_url":null,"role":null,"created_at":"2026-03-04T11:25:16.038Z","updated_at":"2026-03-04T11:25:16.038Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/fabaff/packages"},{"uuid":"06kellyjac","login":null,"name":"Jack","email":"hello+nixpkgs@j-k.io","url":"https://github.com/06kellyjac","packages_count":101,"html_url":null,"role":null,"created_at":"2026-03-04T11:25:16.292Z","updated_at":"2026-03-04T11:25:16.292Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/06kellyjac/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":1254},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-12T05:03:51.195Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13255734,"name":"grype","ecosystem":"nixpkgs","description":"Vulnerability scanner for container images and filesystems","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T04:05:22.495Z","latest_release_published_at":"2026-02-02T04:05:22.495Z","latest_release_number":"0.69.1","last_synced_at":"2026-04-19T21:05:14.485Z","created_at":"2026-02-02T04:05:22.095Z","updated_at":"2026-08-08T10:51:25.333Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=grype","install_command":"nix-env -iA nixpkgs.grype","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/tools/security/grype/default.nix#L101","metadata":{"nix_attribute":"grype-0.69.1","position":"pkgs/tools/security/grype/default.nix:101","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.332Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/grype?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grype/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4331,"html_url":null,"role":null,"created_at":"2026-03-05T00:41:30.198Z","updated_at":"2026-03-05T00:41:30.198Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/fabaff/packages"},{"uuid":"06kellyjac","login":null,"name":"Jack","email":"hello+nixpkgs@j-k.io","url":"https://github.com/06kellyjac","packages_count":89,"html_url":null,"role":null,"created_at":"2026-03-05T00:41:30.237Z","updated_at":"2026-03-05T00:41:30.237Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/06kellyjac/packages"},{"uuid":"kashw2","login":null,"name":"Keanu Ashwell","email":"supra4keanu@hotmail.com","url":"https://github.com/kashw2","packages_count":63,"html_url":null,"role":null,"created_at":"2026-03-05T00:41:30.275Z","updated_at":"2026-03-05T00:41:30.275Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/kashw2/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":2007},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-12T05:05:01.044Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13154512,"name":"grype","ecosystem":"nixpkgs","description":"Vulnerability scanner for container images and filesystems","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T21:57:09.467Z","latest_release_published_at":"2026-02-01T21:57:09.467Z","latest_release_number":"0.77.4","last_synced_at":"2026-03-05T23:24:53.036Z","created_at":"2026-02-01T21:56:50.017Z","updated_at":"2026-08-08T10:51:25.333Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=grype","install_command":"nix-env -iA nixpkgs.grype","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/by-name/gr/grype/package.nix#L113","metadata":{"nix_attribute":"grype-0.77.4","position":"pkgs/by-name/gr/grype/package.nix:113","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.333Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/grype?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grype/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4856,"html_url":null,"role":null,"created_at":"2026-03-05T23:24:53.362Z","updated_at":"2026-03-05T23:24:53.362Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/fabaff/packages"},{"uuid":"06kellyjac","login":null,"name":"Jack","email":"hello+nixpkgs@j-k.io","url":"https://github.com/06kellyjac","packages_count":92,"html_url":null,"role":null,"created_at":"2026-03-05T23:24:53.471Z","updated_at":"2026-03-05T23:24:53.471Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/06kellyjac/packages"},{"uuid":"kashw2","login":null,"name":"Keanu Ashwell","email":"supra4keanu@hotmail.com","url":"https://github.com/kashw2","packages_count":69,"html_url":null,"role":null,"created_at":"2026-03-05T23:24:53.528Z","updated_at":"2026-03-05T23:24:53.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/kashw2/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":1794},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-12T05:03:06.441Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":11129971,"name":"grype-bash-completion","ecosystem":"alpine","description":"Bash completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":8,"first_release_published_at":"2024-11-05T23:36:14.000Z","latest_release_published_at":"2025-05-08T20:02:17.000Z","latest_release_number":"0.87.0-r5","last_synced_at":"2026-04-15T17:04:16.295Z","created_at":"2024-12-07T08:46:23.910Z","updated_at":"2026-08-08T10:51:30.398Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/grype-bash-completion","install_command":"apk add grype-bash-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.397Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-bash-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":351,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-12-09T15:56:39.817Z","updated_at":"2024-12-09T15:56:39.817Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25394,"maintainers_count":413,"namespaces_count":2,"keywords_count":3612,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1331},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-08-10T05:08:09.536Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":10336075,"name":"grype-fish-completion","ecosystem":"alpine","description":"Fish completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":2,"first_release_published_at":"2024-06-05T13:36:39.000Z","latest_release_published_at":"2024-07-07T17:34:20.000Z","latest_release_number":"0.77.4-r2","last_synced_at":"2026-04-15T17:04:22.509Z","created_at":"2024-06-11T05:28:20.001Z","updated_at":"2026-08-08T10:51:30.652Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/grype-fish-completion","install_command":"apk add grype-fish-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.652Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-fish-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":325,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-06-11T22:20:23.972Z","updated_at":"2024-06-11T22:20:23.972Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4251,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1506},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-08-10T05:08:24.882Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":6089273,"name":"grype-bash-completion","ecosystem":"alpine","description":"Bash completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":5,"first_release_published_at":"2022-12-13T02:00:33.000Z","latest_release_published_at":"2023-05-03T06:49:48.000Z","latest_release_number":"0.61.0-r1","last_synced_at":"2026-04-15T17:04:20.943Z","created_at":"2023-01-31T20:16:49.600Z","updated_at":"2026-08-08T10:51:30.435Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.17/community/x86_64/grype-bash-completion","install_command":"apk add grype-bash-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.435Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":27.253845290221175,"stargazers_count":2.7001234983720668,"forks_count":3.9070394072078143,"average":8.465252048950264},"purl":"pkg:apk/alpine/grype-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.17","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-bash-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":228,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-02-01T05:56:12.141Z","updated_at":"2023-02-01T05:56:12.141Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.17","url":"https://pkgs.alpinelinux.org/packages?branch=v3.17","ecosystem":"alpine","default":false,"packages_count":17817,"maintainers_count":352,"namespaces_count":2,"keywords_count":3375,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1054},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.642Z","updated_at":"2026-08-10T05:08:37.591Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/namespaces"}},{"id":11129972,"name":"grype-zsh-completion","ecosystem":"alpine","description":"Zsh completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":8,"first_release_published_at":"2024-11-05T23:36:14.000Z","latest_release_published_at":"2025-05-08T20:02:17.000Z","latest_release_number":"0.87.0-r5","last_synced_at":"2026-04-15T17:04:16.239Z","created_at":"2024-12-07T08:46:25.682Z","updated_at":"2026-08-08T10:51:30.422Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/grype-zsh-completion","install_command":"apk add grype-zsh-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.422Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-zsh-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":351,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-12-09T15:56:44.318Z","updated_at":"2024-12-09T15:56:44.318Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25394,"maintainers_count":413,"namespaces_count":2,"keywords_count":3612,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1331},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-08-10T05:08:09.536Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":6054458,"name":"grype-fish-completion","ecosystem":"alpine","description":"Fish completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":73,"first_release_published_at":"2023-01-29T18:26:13.000Z","latest_release_published_at":"2026-04-11T21:20:04.000Z","latest_release_number":"0.111.0-r0","last_synced_at":"2026-04-11T21:31:16.706Z","created_at":"2023-01-31T18:42:34.697Z","updated_at":"2026-08-08T10:51:30.725Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/grype-fish-completion","install_command":"apk add grype-fish-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.724Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":2.7943018159048214,"forks_count":5.295084533500313,"average":5.682529743268629},"purl":"pkg:apk/alpine/grype-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-fish-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":"michal@polanski.me","url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":478,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-01-31T22:38:45.152Z","updated_at":"2023-01-31T22:38:45.152Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39886,"maintainers_count":902,"namespaces_count":3,"keywords_count":6588,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2846},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-08-10T05:07:40.402Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":11756387,"name":"grype-bash-completion","ecosystem":"alpine","description":"Bash completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":10,"first_release_published_at":"2025-05-14T21:15:05.000Z","latest_release_published_at":"2026-01-15T20:35:20.000Z","latest_release_number":"0.98.0-r4","last_synced_at":"2026-04-15T17:04:11.985Z","created_at":"2025-06-07T14:30:50.041Z","updated_at":"2026-08-08T10:51:30.498Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/grype-bash-completion","install_command":"apk add grype-bash-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.497Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-bash-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":354,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2025-06-08T08:08:31.928Z","updated_at":"2025-06-08T08:08:31.928Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1760},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-10T05:08:12.754Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":11756384,"name":"grype","ecosystem":"alpine","description":"Vulnerability scanner for container images, filesystems, and SBOMs","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":10,"first_release_published_at":"2025-05-14T21:15:05.000Z","latest_release_published_at":"2026-01-15T20:35:20.000Z","latest_release_number":"0.98.0-r4","last_synced_at":"2026-04-15T17:04:16.607Z","created_at":"2025-06-07T14:30:45.274Z","updated_at":"2026-08-08T10:51:30.536Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/grype","install_command":"apk add grype","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.536Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":354,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2025-06-08T08:08:29.002Z","updated_at":"2025-06-08T08:08:29.002Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1760},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-10T05:08:12.754Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":11756389,"name":"grype-zsh-completion","ecosystem":"alpine","description":"Zsh completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":10,"first_release_published_at":"2025-05-14T21:15:05.000Z","latest_release_published_at":"2026-01-15T20:35:20.000Z","latest_release_number":"0.98.0-r4","last_synced_at":"2026-04-15T17:04:16.553Z","created_at":"2025-06-07T14:30:50.766Z","updated_at":"2026-08-08T10:51:30.504Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/grype-zsh-completion","install_command":"apk add grype-zsh-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.504Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-zsh-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":354,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2025-06-08T08:08:31.104Z","updated_at":"2025-06-08T08:08:31.104Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1760},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-10T05:08:12.754Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":6045819,"name":"grype-bash-completion","ecosystem":"alpine","description":"Bash completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":78,"first_release_published_at":"2023-01-29T18:26:13.000Z","latest_release_published_at":"2026-04-11T21:20:04.000Z","latest_release_number":"0.111.0-r0","last_synced_at":"2026-04-11T21:31:15.662Z","created_at":"2023-01-31T18:02:53.499Z","updated_at":"2026-08-08T10:51:30.615Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/grype-bash-completion","install_command":"apk add grype-bash-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.615Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":2.7943018159048214,"forks_count":5.295084533500313,"average":5.682529743268629},"purl":"pkg:apk/alpine/grype-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-bash-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":"michal@polanski.me","url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":478,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-01-31T19:55:28.265Z","updated_at":"2023-01-31T19:55:28.265Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39886,"maintainers_count":902,"namespaces_count":3,"keywords_count":6588,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2846},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-08-10T05:07:40.402Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":10336076,"name":"grype-zsh-completion","ecosystem":"alpine","description":"Zsh completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":2,"first_release_published_at":"2024-06-05T13:36:39.000Z","latest_release_published_at":"2024-07-07T17:34:20.000Z","latest_release_number":"0.77.4-r2","last_synced_at":"2026-04-15T17:04:22.552Z","created_at":"2024-06-11T05:28:24.585Z","updated_at":"2026-08-08T10:51:30.684Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/grype-zsh-completion","install_command":"apk add grype-zsh-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.684Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-zsh-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":325,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-06-11T22:20:32.245Z","updated_at":"2024-06-11T22:20:32.245Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4251,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1506},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-08-10T05:08:24.882Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":10336073,"name":"grype","ecosystem":"alpine","description":"Vulnerability scanner for container images, filesystems, and SBOMs","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":2,"first_release_published_at":"2024-06-05T13:36:39.000Z","latest_release_published_at":"2024-07-07T17:34:20.000Z","latest_release_number":"0.77.4-r2","last_synced_at":"2026-04-15T17:04:20.265Z","created_at":"2024-06-11T05:27:33.670Z","updated_at":"2026-08-08T10:51:30.693Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/grype","install_command":"apk add grype","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.693Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":325,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-06-11T22:20:28.622Z","updated_at":"2024-06-11T22:20:28.622Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4251,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1506},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-08-10T05:08:24.882Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":11129965,"name":"grype","ecosystem":"alpine","description":"Vulnerability scanner for container images, filesystems, and SBOMs","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":8,"first_release_published_at":"2024-11-05T23:36:14.000Z","latest_release_published_at":"2025-05-08T20:02:17.000Z","latest_release_number":"0.87.0-r5","last_synced_at":"2026-04-15T17:04:15.688Z","created_at":"2024-12-07T08:46:12.121Z","updated_at":"2026-08-08T10:51:30.683Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/grype","install_command":"apk add grype","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.683Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":351,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-12-09T15:56:30.898Z","updated_at":"2024-12-09T15:56:30.898Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25394,"maintainers_count":413,"namespaces_count":2,"keywords_count":3612,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1331},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-08-10T05:08:09.536Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":6045498,"name":"grype-zsh-completion","ecosystem":"alpine","description":"Zsh completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":73,"first_release_published_at":"2023-01-29T18:26:13.000Z","latest_release_published_at":"2026-04-11T21:20:04.000Z","latest_release_number":"0.111.0-r0","last_synced_at":"2026-08-03T14:00:46.868Z","created_at":"2023-01-31T18:02:11.992Z","updated_at":"2026-08-08T10:51:30.682Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/grype-zsh-completion","install_command":"apk add grype-zsh-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.682Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":2.806042579837195,"forks_count":5.295084533500313,"average":5.685464934251723},"purl":"pkg:apk/alpine/grype-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype-zsh-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":"michal@polanski.me","url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":478,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-01-31T19:51:58.079Z","updated_at":"2023-01-31T19:51:58.079Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39886,"maintainers_count":902,"namespaces_count":3,"keywords_count":6588,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2846},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-08-10T05:07:40.402Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":6046457,"name":"grype","ecosystem":"alpine","description":"Vulnerability scanner for container images, filesystems, and SBOMs","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":73,"first_release_published_at":"2023-01-29T18:26:13.000Z","latest_release_published_at":"2026-04-11T21:20:04.000Z","latest_release_number":"0.111.0-r0","last_synced_at":"2026-04-11T21:31:14.094Z","created_at":"2023-01-31T18:04:13.646Z","updated_at":"2026-08-08T10:51:30.760Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/grype","install_command":"apk add grype","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.760Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":2.7943018159048214,"forks_count":5.295084533500313,"average":5.682529743268629},"purl":"pkg:apk/alpine/grype?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/grype/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":"michal@polanski.me","url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":478,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-01-31T20:02:31.169Z","updated_at":"2023-01-31T20:02:31.169Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39886,"maintainers_count":902,"namespaces_count":3,"keywords_count":6588,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2846},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-08-10T05:07:40.402Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":6090941,"name":"grype-fish-completion","ecosystem":"alpine","description":"Fish completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":6,"first_release_published_at":"2022-12-13T02:00:33.000Z","latest_release_published_at":"2023-05-03T06:49:48.000Z","latest_release_number":"0.61.0-r1","last_synced_at":"2026-04-15T17:04:21.482Z","created_at":"2023-01-31T20:21:15.920Z","updated_at":"2026-08-08T10:51:30.695Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.17/community/x86_64/grype-fish-completion","install_command":"apk add grype-fish-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.694Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":27.253845290221175,"stargazers_count":2.6832828112720333,"forks_count":3.890198720107781,"average":8.456831705400248},"purl":"pkg:apk/alpine/grype-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.17","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-fish-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":228,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-02-01T06:12:04.020Z","updated_at":"2023-02-01T06:12:04.020Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.17","url":"https://pkgs.alpinelinux.org/packages?branch=v3.17","ecosystem":"alpine","default":false,"packages_count":17817,"maintainers_count":352,"namespaces_count":2,"keywords_count":3375,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1054},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.642Z","updated_at":"2026-08-10T05:08:37.591Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/namespaces"}},{"id":11756388,"name":"grype-fish-completion","ecosystem":"alpine","description":"Fish completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":10,"first_release_published_at":"2025-05-14T21:15:05.000Z","latest_release_published_at":"2026-01-15T20:35:20.000Z","latest_release_number":"0.98.0-r4","last_synced_at":"2026-04-15T17:04:16.696Z","created_at":"2025-06-07T14:30:50.538Z","updated_at":"2026-08-08T10:51:30.792Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/grype-fish-completion","install_command":"apk add grype-fish-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.792Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/grype-fish-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":354,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2025-06-08T08:08:26.895Z","updated_at":"2025-06-08T08:08:26.895Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1760},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-10T05:08:12.754Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":10336074,"name":"grype-bash-completion","ecosystem":"alpine","description":"Bash completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":2,"first_release_published_at":"2024-06-05T13:36:39.000Z","latest_release_published_at":"2024-07-07T17:34:20.000Z","latest_release_number":"0.77.4-r2","last_synced_at":"2026-04-15T17:04:22.442Z","created_at":"2024-06-11T05:27:34.618Z","updated_at":"2026-08-08T10:51:30.695Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/grype-bash-completion","install_command":"apk add grype-bash-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.695Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/grype-bash-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":325,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-06-11T22:20:33.863Z","updated_at":"2024-06-11T22:20:33.863Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4251,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1506},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-08-10T05:08:24.882Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":7771599,"name":"grype-zsh-completion","ecosystem":"alpine","description":"Zsh completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":7,"first_release_published_at":"2023-05-02T17:27:34.000Z","latest_release_published_at":"2023-11-17T20:59:57.000Z","latest_release_number":"0.63.1-r4","last_synced_at":"2026-04-08T14:06:11.935Z","created_at":"2023-05-22T12:09:02.811Z","updated_at":"2026-08-08T10:51:30.764Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/grype-zsh-completion","install_command":"apk add grype-zsh-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.764Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":2.678170664804748,"forks_count":4.044686050571044,"docker_downloads_count":null,"average":1.680714178843948},"purl":"pkg:apk/alpine/grype-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.18","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-zsh-completion/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-zsh-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":316,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-05-23T01:42:32.516Z","updated_at":"2023-05-23T01:42:32.516Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1213},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2026-08-10T05:08:36.172Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":11129967,"name":"grype-fish-completion","ecosystem":"alpine","description":"Fish completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":8,"first_release_published_at":"2024-11-05T23:36:14.000Z","latest_release_published_at":"2025-05-08T20:02:17.000Z","latest_release_number":"0.87.0-r5","last_synced_at":"2026-04-15T17:04:16.743Z","created_at":"2024-12-07T08:46:13.118Z","updated_at":"2026-08-08T10:51:30.786Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/grype-fish-completion","install_command":"apk add grype-fish-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.786Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/grype-fish-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":351,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-12-09T15:56:42.494Z","updated_at":"2024-12-09T15:56:42.494Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25394,"maintainers_count":413,"namespaces_count":2,"keywords_count":3612,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1331},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-08-10T05:08:09.536Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":7771597,"name":"grype-bash-completion","ecosystem":"alpine","description":"Bash completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":7,"first_release_published_at":"2023-05-02T17:27:34.000Z","latest_release_published_at":"2023-11-17T20:59:57.000Z","latest_release_number":"0.63.1-r4","last_synced_at":"2026-04-09T03:03:18.305Z","created_at":"2023-05-22T12:09:02.413Z","updated_at":"2026-08-08T10:51:30.768Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/grype-bash-completion","install_command":"apk add grype-bash-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.768Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":2.688145229664356,"forks_count":4.0546606154306515,"docker_downloads_count":null,"average":1.685701461273752},"purl":"pkg:apk/alpine/grype-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.18","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-bash-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":316,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-05-23T01:42:24.452Z","updated_at":"2023-05-23T01:42:24.452Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1213},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2026-08-10T05:08:36.172Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":6099288,"name":"grype-zsh-completion","ecosystem":"alpine","description":"Zsh completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":5,"first_release_published_at":"2022-12-13T02:00:33.000Z","latest_release_published_at":"2023-05-03T06:49:48.000Z","latest_release_number":"0.61.0-r1","last_synced_at":"2026-04-15T17:04:18.582Z","created_at":"2023-01-31T20:43:06.908Z","updated_at":"2026-08-08T10:51:30.747Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.17/community/x86_64/grype-zsh-completion","install_command":"apk add grype-zsh-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.746Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":27.253845290221175,"stargazers_count":2.6832828112720333,"forks_count":3.890198720107781,"average":8.456831705400248},"purl":"pkg:apk/alpine/grype-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.17","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype-zsh-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":228,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-02-01T07:28:26.926Z","updated_at":"2023-02-01T07:28:26.926Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.17","url":"https://pkgs.alpinelinux.org/packages?branch=v3.17","ecosystem":"alpine","default":false,"packages_count":17817,"maintainers_count":352,"namespaces_count":2,"keywords_count":3375,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1054},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.642Z","updated_at":"2026-08-10T05:08:37.591Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/namespaces"}},{"id":6090824,"name":"grype","ecosystem":"alpine","description":"Vulnerability scanner for container images, filesystems, and SBOMs","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":5,"first_release_published_at":"2022-12-13T02:00:33.000Z","latest_release_published_at":"2023-05-03T06:49:48.000Z","latest_release_number":"0.61.0-r1","last_synced_at":"2026-04-15T17:04:18.720Z","created_at":"2023-01-31T20:20:57.527Z","updated_at":"2026-08-08T10:51:30.769Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.17/community/x86_64/grype","install_command":"apk add grype","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.768Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":27.253845290221175,"stargazers_count":2.6832828112720333,"forks_count":3.890198720107781,"average":8.456831705400248},"purl":"pkg:apk/alpine/grype?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.17","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/grype/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":228,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-02-01T06:10:35.387Z","updated_at":"2023-02-01T06:10:35.387Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.17","url":"https://pkgs.alpinelinux.org/packages?branch=v3.17","ecosystem":"alpine","default":false,"packages_count":17817,"maintainers_count":352,"namespaces_count":2,"keywords_count":3375,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1054},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.642Z","updated_at":"2026-08-10T05:08:37.591Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/namespaces"}},{"id":7837734,"name":"grype","ecosystem":"homebrew","description":"Vulnerability scanner for container images and filesystems","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":null,"versions_count":90,"first_release_published_at":"2023-06-22T14:09:02.024Z","latest_release_published_at":"2026-08-08T10:51:20.761Z","latest_release_number":"0.116.1","last_synced_at":"2026-08-08T10:51:20.958Z","created_at":"2023-06-22T14:08:58.148Z","updated_at":"2026-08-08T10:51:30.758Z","registry_url":"https://formulae.brew.sh/formula/grype","install_command":"brew install grype","documentation_url":null,"metadata":{},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.758Z","dependent_packages_count":0,"downloads":2491,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":14.918963845407951,"dependent_repos_count":29.533176340213323,"dependent_packages_count":19.407120099736805,"stargazers_count":4.28037124255437,"forks_count":5.928799002631943,"docker_downloads_count":null,"average":14.813686106108879},"purl":"pkg:brew/grype","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/homebrew/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/homebrew/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/homebrew/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/grype/codemeta","maintainers":[],"registry":{"name":"formulae.brew.sh","url":"https://formulae.brew.sh","ecosystem":"homebrew","default":true,"packages_count":9470,"maintainers_count":0,"namespaces_count":0,"keywords_count":6859,"github":"homebrew","metadata":{"funded_packages_count":970},"icon_url":"https://github.com/homebrew.png","created_at":"2022-04-12T16:38:29.467Z","updated_at":"2026-08-10T05:08:51.797Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/namespaces"}},{"id":7771596,"name":"grype","ecosystem":"alpine","description":"Vulnerability scanner for container images, filesystems, and SBOMs","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":7,"first_release_published_at":"2023-05-02T17:27:34.000Z","latest_release_published_at":"2023-11-17T20:59:57.000Z","latest_release_number":"0.63.1-r4","last_synced_at":"2026-04-09T03:03:18.668Z","created_at":"2023-05-22T12:09:02.237Z","updated_at":"2026-08-08T10:51:30.796Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/grype","install_command":"apk add grype","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.795Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":2.688145229664356,"forks_count":4.0546606154306515,"docker_downloads_count":null,"average":1.685701461273752},"purl":"pkg:apk/alpine/grype?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.18","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":316,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-05-23T01:42:27.281Z","updated_at":"2023-05-23T01:42:27.281Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1213},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2026-08-10T05:08:36.172Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":7771598,"name":"grype-fish-completion","ecosystem":"alpine","description":"Fish completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":7,"first_release_published_at":"2023-05-02T17:27:34.000Z","latest_release_published_at":"2023-11-17T20:59:57.000Z","latest_release_number":"0.63.1-r4","last_synced_at":"2026-04-08T01:05:18.203Z","created_at":"2023-05-22T12:09:02.607Z","updated_at":"2026-08-08T10:51:30.795Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/grype-fish-completion","install_command":"apk add grype-fish-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.795Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":2.678170664804748,"forks_count":4.044686050571044,"docker_downloads_count":null,"average":1.680714178843948},"purl":"pkg:apk/alpine/grype-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.18","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/grype-fish-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":316,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2023-05-23T01:42:38.940Z","updated_at":"2023-05-23T01:42:38.940Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1213},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2026-08-10T05:08:36.172Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":12758623,"name":"grype","ecosystem":"nixpkgs","description":"Vulnerability scanner for container images and filesystems","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-26T06:24:51.231Z","latest_release_published_at":"2026-03-05T19:07:10.054Z","latest_release_number":"0.108.0","last_synced_at":"2026-03-05T19:07:10.602Z","created_at":"2026-01-26T06:24:50.865Z","updated_at":"2026-08-08T10:51:30.796Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=grype","install_command":"nix-env -iA nixpkgs.grype","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/gr/grype/package.nix#L129","metadata":{"nix_attribute":"grype-0.108.0","position":"pkgs/by-name/gr/grype/package.nix:129","platforms":["x86_64-darwin","aarch64-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","wasm64-wasi","wasm32-wasi","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.796Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/grype?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grype/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5238,"html_url":null,"role":null,"created_at":"2026-03-05T19:07:10.925Z","updated_at":"2026-03-05T19:07:10.925Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/fabaff/packages"},{"uuid":"06kellyjac","login":null,"name":"Jack","email":"hello+nixpkgs@j-k.io","url":"https://github.com/06kellyjac","packages_count":127,"html_url":null,"role":null,"created_at":"2026-03-05T19:07:11.022Z","updated_at":"2026-03-05T19:07:11.022Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/06kellyjac/packages"},{"uuid":"kashw2","login":null,"name":"Keanu Ashwell","email":"supra4keanu@hotmail.com","url":"https://github.com/kashw2","packages_count":82,"html_url":null,"role":null,"created_at":"2026-03-05T19:07:11.074Z","updated_at":"2026-03-05T19:07:11.074Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/kashw2/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152653,"maintainers_count":4862,"namespaces_count":0,"keywords_count":3247,"github":"NixOS","metadata":{"funded_packages_count":4207},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-12T05:03:09.237Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":8668871,"name":"grype-bash-completion","ecosystem":"alpine","description":"Bash completions for grype","homepage":"https://github.com/anchore/grype","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/anchore/grype","keywords_array":[],"namespace":"community","versions_count":4,"first_release_published_at":"2023-11-30T17:35:31.000Z","latest_release_published_at":"2024-05-12T07:25:43.000Z","latest_release_number":"0.73.4-r3","last_synced_at":"2026-04-15T17:04:22.765Z","created_at":"2023-12-20T10:11:07.686Z","updated_at":"2026-08-08T10:51:30.796Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/grype-bash-completion","install_command":"apk add grype-bash-completion","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"anchore","name":"Anchore, Inc.","uuid":"16208487","kind":"organization","description":"","email":"info@anchore.com","website":"https://anchore.com/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16208487?v=4","repositories_count":96,"last_synced_at":"2026-08-07T14:34:15.826Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/anchore","funding_links":[],"total_stars":26319,"followers":582,"following":0,"created_at":"2022-11-13T02:25:02.273Z","updated_at":"2026-08-07T14:34:15.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore/repositories"},"tags":[{"name":"v0.116.1","sha":"30394f177175da63ae36b35cdd809c248eb4de7f","kind":"tag","published_at":"2026-07-28T21:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.1/manifests"},{"name":"v0.116.0","sha":"3b014b00097d43933e5cce485e744db8289a406f","kind":"tag","published_at":"2026-07-16T16:43:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.116.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"fa8b7e2a528cf1f8b098123f256c61db9e5df69c","kind":"tag","published_at":"2026-06-26T11:33:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.115.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"ef8e65adb2dec760f1f923e635da4c7696d3c295","kind":"tag","published_at":"2026-06-05T16:09:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.114.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a0c0312c6f5635816d2612cebf33c5ba8c1afc5e","kind":"tag","published_at":"2026-06-03T14:09:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.113.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.113.0/manifests"},{"name":"v0.112.0","sha":"244f2a10a5668078fcf771454bbd832b3a5b9e8a","kind":"tag","published_at":"2026-05-01T18:57:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.112.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.112.0/manifests"},{"name":"v0.111.1","sha":"89819276e8ebf63b4f607ca3a1b0faa3fc75f28d","kind":"tag","published_at":"2026-04-22T17:16:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.1/manifests"},{"name":"v0.111.0","sha":"1f19355a7ee2d7e2bd58da6255bdeb618eb0c0d1","kind":"tag","published_at":"2026-04-09T13:14:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.111.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"dee8de483dfba5b4e0bc0aa8e4ab2ce52137e490","kind":"tag","published_at":"2026-03-19T18:01:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.110.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.110.0/manifests"},{"name":"v0.109.1","sha":"baf391d5c672e8f409953baa49ea243265866b2c","kind":"tag","published_at":"2026-03-09T19:34:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.1/manifests"},{"name":"v0.109.0","sha":"fe186c3e986dda3cb4c5e90798f82c52aefcb4b8","kind":"tag","published_at":"2026-02-19T16:23:51.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.109.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.109.0/manifests"},{"name":"v0.108.0","sha":"425dd9cce9ebbb695bd7ca79d7e0eb22e2b4116a","kind":"tag","published_at":"2026-02-10T18:34:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.108.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.108.0/manifests"},{"name":"v0.107.1","sha":"c6a67581ab4e7aa494351b919326ad6606af3010","kind":"tag","published_at":"2026-02-03T19:09:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.1/manifests"},{"name":"v0.107.0","sha":"3e8647396b9b201136afe07a30b98cd5850dcc64","kind":"tag","published_at":"2026-01-29T22:10:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.107.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"823d98b8e9939d9f1a7e713463ff4c9b47fa051a","kind":"tag","published_at":"2026-01-27T13:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.106.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"32e7c0d3561dcca0cc4b000a850f681e5fb79a27","kind":"tag","published_at":"2026-01-15T22:51:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.105.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.105.0/manifests"},{"name":"v0.104.4","sha":"d755edde29f4139371a8d01466464960d13d7dac","kind":"tag","published_at":"2026-01-08T13:44:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.4/manifests"},{"name":"v0.104.3","sha":"43e7e3246ed01b1ec0ff54f9b054201ccbe78e3a","kind":"tag","published_at":"2025-12-22T23:02:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.3/manifests"},{"name":"v0.104.2","sha":"b47060229fe05c654a7f0615a131db6cb3bc27f6","kind":"tag","published_at":"2025-12-09T23:03:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.2/manifests"},{"name":"v0.104.1","sha":"39f7fa17af2739cafe9b27176d4a68f7c05f21c1","kind":"tag","published_at":"2025-11-24T16:11:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.1/manifests"},{"name":"v0.104.0","sha":"b1706ca14e88428cddb30ef72a09867b9df09851","kind":"tag","published_at":"2025-11-17T22:23:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.104.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"e96dcd54dec441245735da6d7d6c5d1bbb8f662d","kind":"tag","published_at":"2025-11-03T19:45:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.103.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.103.0/manifests"},{"name":"v0.102.0","sha":"ad9579a0bbf558257e2b6564fef21079429b16e2","kind":"tag","published_at":"2025-10-23T10:44:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.102.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.102.0/manifests"},{"name":"v0.101.1","sha":"dccc91b95904c40fb7585875d9ce46eeb3b497df","kind":"tag","published_at":"2025-10-16T13:28:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.1/manifests"},{"name":"v0.101.0","sha":"828348e71db0a8c92d3a9b66cf4e54cf74069a4f","kind":"tag","published_at":"2025-10-15T16:59:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.101.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"088112b26e638c139a513f387f7a6e51f1a8b76d","kind":"tag","published_at":"2025-09-15T21:51:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.100.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.100.0/manifests"},{"name":"v0.99.1","sha":"6e1807dd7130c9eff23c1bad19a96cc6afef33aa","kind":"tag","published_at":"2025-08-30T14:21:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.1/manifests"},{"name":"v0.99.0","sha":"32f1db9c2d00d36de7a46859118b6fa4e893c048","kind":"tag","published_at":"2025-08-27T00:34:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.99.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"de45434b3fafa9ae19a2b867e2103a855b8f0cec","kind":"tag","published_at":"2025-08-13T17:25:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.98.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.98.0/manifests"},{"name":"v0.97.2","sha":"5f39c25063334745ec0b39152189d010be7717a3","kind":"tag","published_at":"2025-08-08T19:32:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.2/manifests"},{"name":"v0.97.1","sha":"e5e784d5a9dffbea61d358a655edd1931f658c20","kind":"tag","published_at":"2025-08-01T16:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.1/manifests"},{"name":"v0.97.0","sha":"3c264faefe7cf8d2ee382f0b47abb5b4cb5a8642","kind":"tag","published_at":"2025-07-30T19:17:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.97.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.97.0/manifests"},{"name":"v0.96.1","sha":"3e57a29af7e5ef93e26ff0844e36ec41341020dc","kind":"tag","published_at":"2025-07-21T20:57:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.1/manifests"},{"name":"v0.96.0","sha":"421c93bce31e344b90a9d379c7364bb74c306b7b","kind":"tag","published_at":"2025-07-15T12:59:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.96.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"9fb2497e9b48718ab5b3061c67865b7da7e4b03f","kind":"tag","published_at":"2025-07-02T17:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.95.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"7c5fa46cc184e383505ea889e9effab11023e5b0","kind":"tag","published_at":"2025-06-12T14:46:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.94.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"c4acc50c1a739140d245cf39a298b1cac7920261","kind":"tag","published_at":"2025-06-10T12:39:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.93.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.93.0/manifests"},{"name":"v0.92.2","sha":"3f52c46d440ac17b2924c633826ce8fd30a5e16d","kind":"tag","published_at":"2025-05-21T00:41:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.2/manifests"},{"name":"v0.92.1","sha":"4d630fdfd3e8b2d4e3c02674c60bf355dfba4d7b","kind":"tag","published_at":"2025-05-16T20:12:06.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"615126d0ce91e1cc40bc77183538a2433675814c","kind":"tag","published_at":"2025-05-14T17:05:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.92.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"7e6ba817350bdb922f35e4437aa01869cf0a8be0","kind":"tag","published_at":"2025-04-25T17:19:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"7bf06a8a5a3dcae945542561cecbe20d04e754ac","kind":"tag","published_at":"2025-04-24T21:19:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"57d4a7c965704c186e246ce71967464fd95948a3","kind":"tag","published_at":"2025-04-01T15:59:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.91.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"9158dcf79041e83ef515757709cfbd1edf62e59d","kind":"tag","published_at":"2025-03-17T20:46:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.90.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.90.0/manifests"},{"name":"v0.89.1","sha":"718ea3060267edcae7b10a9bf16c0acdad10820a","kind":"tag","published_at":"2025-03-13T20:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"1bf47c38bede40dea7b72bbe4712191820f1aa15","kind":"tag","published_at":"2025-03-06T22:15:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.89.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"6ee276f0c8363518c08b8d48fae302ee6001c295","kind":"tag","published_at":"2025-03-05T20:25:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.88.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"247f5d72abf2131aa37f3164a98495c121b29029","kind":"tag","published_at":"2025-01-22T20:51:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.87.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.87.0/manifests"},{"name":"v0.86.1","sha":"5c4fee7b1170976ab435de052fc3611bc955f1f1","kind":"tag","published_at":"2024-12-13T19:32:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.1/manifests"},{"name":"v0.86.0","sha":"486b5b3d25f00006c84a13e3dacdc468aeef2ddb","kind":"tag","published_at":"2024-12-09T21:57:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.86.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"2dd10240f5e6004b2e9902d1d00a5dffb22abc03","kind":"tag","published_at":"2024-11-21T15:21:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.85.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"c8d5ffca8d304e0fd5db04fce109fe0d91fa5781","kind":"tag","published_at":"2024-11-05T14:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.84.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0602464ebc9f3c417b1175b3e104b19a006604b7","kind":"tag","published_at":"2024-10-28T21:54:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.83.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.83.0/manifests"},{"name":"v0.82.2","sha":"d018ffa51b60dff0a3ea42868b3b9aecac894d0f","kind":"tag","published_at":"2024-10-21T18:07:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.2/manifests"},{"name":"v0.82.1","sha":"50815e59c973cfd0c0247cbc2af00fa37f7cda5d","kind":"tag","published_at":"2024-10-15T13:54:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.1/manifests"},{"name":"v0.82.0","sha":"6b09bb857564cd3c59c0cc1b6ea997c5ee198b6d","kind":"tag","published_at":"2024-10-07T21:36:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.82.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"641982ff47fcb8d56b9555e5f0dad23afa7bc690","kind":"tag","published_at":"2024-09-25T16:57:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.81.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.81.0/manifests"},{"name":"v0.80.2","sha":"468cf1250772ebfa23afbcfdb4a2c72c124bd5be","kind":"tag","published_at":"2024-09-24T15:08:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.2/manifests"},{"name":"v0.80.1","sha":"9fb219495a634d7ff9904154355b927223a66602","kind":"tag","published_at":"2024-09-11T17:30:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.1/manifests"},{"name":"v0.80.0","sha":"205ccfb6c90edb7258a9d25995f0a59c32e48142","kind":"tag","published_at":"2024-08-20T17:56:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.80.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.80.0/manifests"},{"name":"v0.79.6","sha":"89c419091483d8f4f5e83a046dd0b45aaaba3eb5","kind":"tag","published_at":"2024-08-12T16:35:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.6/manifests"},{"name":"v0.79.5","sha":"4dfd9d76d1f7a70ce215def68e30174161257396","kind":"tag","published_at":"2024-08-09T18:48:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.5/manifests"},{"name":"v0.79.4","sha":"0cf393938995de1bf1284a7d156a0ce97816a396","kind":"tag","published_at":"2024-07-31T15:24:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.4/manifests"},{"name":"v0.79.3","sha":"45b7236e948ef973a8a6ffbac52dff28be0fd70e","kind":"tag","published_at":"2024-07-15T12:57:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.3/manifests"},{"name":"v0.79.2","sha":"1ab36b470823003de6dca93bf3e7a9372ba8317e","kind":"tag","published_at":"2024-07-02T15:43:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.2/manifests"},{"name":"v0.79.1","sha":"239741f535c59d6e1b9faee61f64ebcf4361d2c5","kind":"tag","published_at":"2024-06-17T19:33:29.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.1/manifests"},{"name":"v0.79.0","sha":"5821351240dab7145f7cdd156f6a1ecf88cf8da7","kind":"tag","published_at":"2024-06-14T21:03:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.79.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b13315fa72cf1e02d5f435dae11ac06e8449aa48","kind":"tag","published_at":"2024-05-28T17:53:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.78.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.78.0/manifests"},{"name":"v0.77.4","sha":"24d5d4ffb23d48181cd6aa0e8522f727ad357ce6","kind":"tag","published_at":"2024-05-09T20:41:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.4/manifests"},{"name":"v0.77.3","sha":"88b6139c69476a7c0d4123375b42d136ecaec767","kind":"tag","published_at":"2024-05-06T19:57:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.3/manifests"},{"name":"v0.77.2","sha":"bd16101ad0ed30c38e95d0992d0ad53f709dc5df","kind":"tag","published_at":"2024-05-01T16:20:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.2/manifests"},{"name":"v0.77.1","sha":"11fe1a5bb28ca0d9c009d691e6b17d628a651543","kind":"tag","published_at":"2024-04-26T17:13:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.1/manifests"},{"name":"v0.77.0","sha":"b7ffbeee53105478e699290aeac238a0ead28962","kind":"tag","published_at":"2024-04-18T19:14:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.77.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"a7cbe3a26c95826b0a0a5b7c94b56f4077d66ccd","kind":"tag","published_at":"2024-04-15T20:41:16.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.76.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"57af1c34cb7db17824eac983cc6ae6945db47c88","kind":"tag","published_at":"2024-04-04T16:02:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.75.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.75.0/manifests"},{"name":"v0.74.7","sha":"987238519b8d6e302130ab715f20daed6634da68","kind":"tag","published_at":"2024-02-26T18:24:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.7/manifests"},{"name":"v0.74.6","sha":"b9cf0e5cf89b47dc2d34315855d68542e817657c","kind":"tag","published_at":"2024-02-14T22:19:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.6/manifests"},{"name":"v0.74.5","sha":"74780902eda090afa5ca36699da2453f2df2e655","kind":"tag","published_at":"2024-02-07T21:34:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.5/manifests"},{"name":"v0.74.4","sha":"8f3a798451162ca64d09abdba8ad987de65f66ae","kind":"tag","published_at":"2024-01-31T17:50:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.4/manifests"},{"name":"v0.74.3","sha":"8376491454e002b43572dc403f96c8d84e10af33","kind":"tag","published_at":"2024-01-26T15:10:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.3/manifests"},{"name":"v0.74.2","sha":"90fa3f29fa6deb392ea8a2b6cad144fb3c9edef3","kind":"tag","published_at":"2024-01-19T22:34:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.2/manifests"},{"name":"v0.74.1","sha":"85be82158b5129a1d2ee650c31bf43cc96716f2e","kind":"tag","published_at":"2024-01-17T21:56:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.1/manifests"},{"name":"v0.74.0","sha":"a808408584c0532f50095832438e97debe1c11aa","kind":"tag","published_at":"2024-01-06T04:12:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.74.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.74.0/manifests"},{"name":"v0.73.5","sha":"55ef6b610883c8898651114bf22621b0cc73cfbc","kind":"tag","published_at":"2023-12-21T17:48:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.5/manifests"},{"name":"v0.73.4","sha":"a4bced160291e81dbdeaa415d20e64b8741ee00d","kind":"tag","published_at":"2023-11-30T14:32:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.4/manifests"},{"name":"v0.73.3","sha":"dbe2a9515a99ef1c78e22ead0cbf17b29fb1b674","kind":"tag","published_at":"2023-11-18T13:05:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"78f57a3c697b5671967ce6a05fd5d6254d03acc1","kind":"tag","published_at":"2023-11-17T00:30:09.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"e44ec4d4bc680f70b191b88dd2e635a82d4b5c45","kind":"tag","published_at":"2023-11-09T14:46:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"15432488224b3d7a557798fd258828f618dadc90","kind":"tag","published_at":"2023-11-07T20:55:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.73.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"04df28051b7694a5e4a28fc5b2ea2068f24ef213","kind":"tag","published_at":"2023-10-20T18:17:00.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.72.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"3d582fd85145afe3fd3726437527a321efb664e9","kind":"tag","published_at":"2023-10-12T13:27:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.71.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"7e5df380291cd0a007cb121b790631803ba854e5","kind":"tag","published_at":"2023-10-10T19:48:18.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.70.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.70.0/manifests"},{"name":"v0.69.1","sha":"dec563669d683ab4d11e95a28635099673363d80","kind":"tag","published_at":"2023-09-27T16:50:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"da3de94842f51059f32409289d863792726f83ba","kind":"tag","published_at":"2023-09-20T20:55:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.69.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"e61cb5ff5171b67c118bdc4250084db90157a515","kind":"commit","published_at":"2023-09-15T18:35:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"a87e198e58a446e887e00399021852bb0e1ea2e5","kind":"commit","published_at":"2023-09-14T16:12:38.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.68.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"1772f25e2765a5a07febbe0a18ce7bef8819fde4","kind":"commit","published_at":"2023-09-11T17:32:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.67.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"35ffa2ac421130af2b8578464a6657aae98295ed","kind":"commit","published_at":"2023-08-31T16:02:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.66.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.66.0/manifests"},{"name":"v0.65.2","sha":"51223cd0b1069c7c7bbc27af1deec3e96ad3e07d","kind":"commit","published_at":"2023-08-17T19:39:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.2/manifests"},{"name":"v0.65.1","sha":"078a6c5e9e6e9e6e1037da6dcf953623e7d38500","kind":"commit","published_at":"2023-08-03T21:28:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"c97048baa1595a481a26f7add8b18d59ec65838a","kind":"commit","published_at":"2023-07-31T17:58:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.65.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.65.0/manifests"},{"name":"v0.64.2","sha":"e09bae392d6cafec524b5fda4692ed413a1b1167","kind":"commit","published_at":"2023-07-19T20:36:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.2/manifests"},{"name":"v0.64.1","sha":"43bcf301c445d13360d724971fd089cd7a61ead9","kind":"commit","published_at":"2023-07-17T20:16:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.1/manifests"},{"name":"v0.64.0","sha":"37f436cfb6eb871bfde9cfcb1a360c510751afc9","kind":"commit","published_at":"2023-07-13T15:06:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.64.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.64.0/manifests"},{"name":"v0.63.1","sha":"ecf9e65b951aed43098f0e5da4441a7e17f190af","kind":"commit","published_at":"2023-06-29T21:05:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.1/manifests"},{"name":"v0.63.0","sha":"ca79c2a753fa90e1166a0f78f6e57c43808ba0c9","kind":"commit","published_at":"2023-06-21T15:48:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.63.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.63.0/manifests"},{"name":"v0.62.3","sha":"3865f4cc1dfcdcefbb7009400df153f24b18c772","kind":"commit","published_at":"2023-06-05T21:17:20.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.3/manifests"},{"name":"v0.62.2","sha":"77eb4bb53fa6a3c7fb9ae37aa35da456159dab57","kind":"commit","published_at":"2023-05-26T17:37:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.2/manifests"},{"name":"v0.62.1","sha":"0f71006f622a3aa84fe70c0f2f05b7f399c373f0","kind":"commit","published_at":"2023-05-23T17:57:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.1/manifests"},{"name":"v0.62.0","sha":"852a2084171281049ab9cf5134627abeeacf82b2","kind":"commit","published_at":"2023-05-22T14:17:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.62.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.62.0/manifests"},{"name":"v0.61.1","sha":"3caabc87114a3e0cbfbac7770989bc81e2f5a957","kind":"commit","published_at":"2023-04-21T16:58:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.1/manifests"},{"name":"v0.61.0","sha":"d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee","kind":"commit","published_at":"2023-04-04T14:41:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.61.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"45c5f8c9c709e53ba5f40b8ef59b9dd9dfd0b569","kind":"commit","published_at":"2023-03-28T14:52:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.60.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.60.0/manifests"},{"name":"v0.59.1","sha":"29b646568901d1ef48a528cf35f67f3cead49c9f","kind":"commit","published_at":"2023-03-09T14:41:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"5754360376ace11befb1bd9fa4b0f97d79ea2344","kind":"commit","published_at":"2023-03-03T21:17:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.59.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"04a55885ee162ec00548ec39df68c5b62cf213b5","kind":"commit","published_at":"2023-03-02T17:22:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.58.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.58.0/manifests"},{"name":"v0.57.1","sha":"50a5c3324736d324dda334cd35ce9871db57efd2","kind":"commit","published_at":"2023-02-16T16:57:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"18cce64f4a9f873032683dcb7f6c288d5060ab17","kind":"commit","published_at":"2023-02-14T16:54:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.57.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"c01ee9b2c73098726ff5b39156134682745dd5db","kind":"commit","published_at":"2023-01-26T10:07:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.56.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"c559833c7e02aed827773adb4f9677cb398577be","kind":"commit","published_at":"2023-01-04T20:46:30.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.55.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"93499eec7e3ce2704755e9f51457181b06b519c5","kind":"commit","published_at":"2022-12-13T00:30:04.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.54.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"826726d553e68cb862597a8737b83f7ade898c3b","kind":"commit","published_at":"2022-11-21T16:11:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"a4a62aab4bbd8aacdd639a59b9ceb1684398c6b6","kind":"commit","published_at":"2022-11-18T20:03:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.53.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"c8ddd7e218f63eb3adac1ec98ba9d8db9f3f3fec","kind":"commit","published_at":"2022-11-03T16:19:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.52.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"4cda526992d5003dcbab68c9a7479a653dfde008","kind":"commit","published_at":"2022-10-17T23:34:47.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.51.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.51.0/manifests"},{"name":"v0.50.2","sha":"f094b860b9b9ebcdf06d9b9c6f7d5c000fad395b","kind":"commit","published_at":"2022-09-20T08:35:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"403a535321c20565676dc633344e2bf8881cee29","kind":"commit","published_at":"2022-09-13T15:18:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"ba73ab362a72b8ed5dc9d25fa86ba64f5eeec44b","kind":"commit","published_at":"2022-09-09T18:56:37.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.50.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"98104952120d3e368d265566b3d6b415e9da538a","kind":"commit","published_at":"2022-09-01T16:53:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.49.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"e9df59b4b1bd56c370500b5072eeace3ab51f8b3","kind":"commit","published_at":"2022-08-24T15:20:45.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.48.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"08b4ef493b36a65f6149c9092d083d5d57540cdc","kind":"commit","published_at":"2022-08-17T19:36:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.47.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"c755c7304f4b2758ef37ce43480d2bd6826972af","kind":"commit","published_at":"2022-08-04T13:38:54.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.46.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"8fe761b41ffc280e58e82b7fbba4d0d1a05aeb91","kind":"commit","published_at":"2022-08-03T14:55:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.45.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"a6ec8f11be5fdc116dc7bbfebdc03bfc13cd2005","kind":"commit","published_at":"2022-07-25T15:26:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.44.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a","kind":"commit","published_at":"2022-07-18T17:14:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.43.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"cb6bddfeeb2273a43328653d1c2a5887d58d3b3e","kind":"commit","published_at":"2022-07-11T19:15:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.42.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"0e0a9d9e7a28592db489499db0294608e5fe69b8","kind":"commit","published_at":"2022-07-06T14:48:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.41.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"82c0146b0a60f7bb4309190ff898135af16a68ba","kind":"commit","published_at":"2022-06-24T18:30:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"0703bae9778e661e2cc21d5caa816cda30472b14","kind":"commit","published_at":"2022-06-17T15:45:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.40.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"69de9e7a0acfcf4c8254bdbdf5a84c5e13e1610e","kind":"commit","published_at":"2022-06-09T20:03:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.39.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"06d28dad9f7e7d9aa65fc16d45c6ce785826664c","kind":"commit","published_at":"2022-05-23T13:47:21.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.38.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"731abaab723ae8918635d4e20399ca3c00b665f4","kind":"commit","published_at":"2022-05-13T16:46:31.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.37.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"0df35f8d2ccffa876c2d8f7bb41eeedc3b33890d","kind":"commit","published_at":"2022-05-03T14:05:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"36f5150fa9da57871d8d7f153303505cbc842798","kind":"commit","published_at":"2022-04-29T17:39:08.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.36.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"4ed0704dcf708124272caf26de8aec916c04a135","kind":"commit","published_at":"2022-04-13T20:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.35.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.35.0/manifests"},{"name":"v0.34.7","sha":"44e676488efe4ab4fd63438bbce539777a2b8922","kind":"commit","published_at":"2022-03-24T18:11:17.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.7/manifests"},{"name":"v0.34.6","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.6/manifests"},{"name":"v0.34.5","sha":"50a6a09c86789c1f4fdcc95541abd406b6a9a52a","kind":"commit","published_at":"2022-03-22T19:02:14.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.5/manifests"},{"name":"v0.34.4","sha":"f004f7dee3f64664de1da6d81d57129bf30101b4","kind":"commit","published_at":"2022-03-21T20:11:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.4/manifests"},{"name":"v0.34.3","sha":"0161f958737a73b2b7911d73d6b38fcf967616fa","kind":"commit","published_at":"2022-03-16T20:20:46.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.3/manifests"},{"name":"v0.34.2","sha":"60c296895374cef33c082186c4f768447198ed75","kind":"commit","published_at":"2022-03-16T16:48:42.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.2/manifests"},{"name":"v0.34.1","sha":"0b76016235332f66ceac7e266c0278b86d3a23cf","kind":"commit","published_at":"2022-03-15T13:47:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"cc8e7836f36c83aa777057b8e220e920e14c09f6","kind":"commit","published_at":"2022-03-15T13:13:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.34.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.34.0/manifests"},{"name":"v0.33.1","sha":"b0c8dc0e578d4b7c38a6bb4bdfbbda21a4640e53","kind":"commit","published_at":"2022-02-26T23:11:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.1/manifests"},{"name":"v0.33.0","sha":"f29a0d06d863beb4ed2586d9e76c3f8c1b469581","kind":"commit","published_at":"2022-02-15T19:03:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.33.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"3ba7e56e42fddca0fd944986596068e429d448fa","kind":"commit","published_at":"2022-01-20T18:22:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.32.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.32.0/manifests"},{"name":"v0.31.1","sha":"24ef03efc4f2a5530dc458ae15f438233e730c1d","kind":"commit","published_at":"2022-01-11T15:33:58.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.31.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.31.1/manifests"},{"name":"v0.30.0","sha":"c88ee0e8f52aa67f425a7c78724ca459dd17a20a","kind":"commit","published_at":"2022-01-09T11:14:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.30.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"64d4dbb993f89641c15253cb9bb27812524e22dd","kind":"commit","published_at":"2022-01-07T22:57:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.29.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"75bb4ce9e35db497c39209b051ec0c5b455ec28f","kind":"commit","published_at":"2021-12-22T21:25:52.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.28.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.28.0/manifests"},{"name":"v0.27.3","sha":"4f964c4ee26ad01a80b8bcffb6bf23c0afb71d09","kind":"commit","published_at":"2021-12-16T14:49:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.3/manifests"},{"name":"v0.27.2","sha":"81a16c4142523f455d76663e7ec7d379e3f7a73d","kind":"commit","published_at":"2021-12-14T17:39:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.2/manifests"},{"name":"v0.27.1","sha":"3f23425fa5d38822b31101cf6fde5b10b772951a","kind":"commit","published_at":"2021-12-14T02:03:13.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.1/manifests"},{"name":"v0.27.0","sha":"e62186725b8bfe3faddb78fa82b1ca44c747c9b6","kind":"commit","published_at":"2021-12-08T21:52:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.27.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.27.0/manifests"},{"name":"v0.26.1","sha":"a7ce318b20360fefb02ede3e215d844184370212","kind":"commit","published_at":"2021-12-03T17:11:26.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"270606ad37f60169539201913388b6476b0baee9","kind":"commit","published_at":"2021-12-03T16:56:43.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.26.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"48c0b9b0e38782b4a3c50bf96a3a0102487f959c","kind":"commit","published_at":"2021-11-16T18:07:56.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"5aa2b7bcac5476a25c8186020745196a3573b4fe","kind":"commit","published_at":"2021-11-16T00:14:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.25.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"00aa7d452348cdd1a94b25a78d0d04c6ff3fff6d","kind":"commit","published_at":"2021-11-04T14:37:07.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"d4bcf161b52de530dde02724f53d59ba5a4f9387","kind":"commit","published_at":"2021-10-25T16:56:55.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.24.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"2dd41311cb250a621db615f5f7085edda88e4bb1","kind":"commit","published_at":"2021-10-06T13:59:36.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.23.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"bab3964ed9f4095ae9922704c9facc24377ccff5","kind":"commit","published_at":"2021-09-30T17:18:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.22.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"e6831d9444cffa166d90d9da14850d10c085afc7","kind":"commit","published_at":"2021-09-28T20:55:50.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.21.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"1a7c9d177904756b820cea1044c8a5c452d8a4c3","kind":"commit","published_at":"2021-09-23T01:53:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.20.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7c082c2162fa36f9fd0cd2b34dfcb86348036275","kind":"commit","published_at":"2021-09-14T21:27:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.19.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"c272d8019e541a3fa859a94807890217a4934d1a","kind":"commit","published_at":"2021-09-13T21:55:01.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.18.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c6529822fabd537af8a1439fc6d1179a3632bf33","kind":"commit","published_at":"2021-08-25T18:35:57.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.17.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"01a77d5c451455e6125f26178db6fe2da2b7675d","kind":"commit","published_at":"2021-08-18T15:20:25.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.16.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"283bd3be5f586c9651b38089460f327db4860e45","kind":"commit","published_at":"2021-07-14T12:57:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.15.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"787dfd8f02cde76c06a0fab1e8ebc41ee2566746","kind":"commit","published_at":"2021-06-30T15:09:44.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.14.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"3d21b8397d65770d292184b09a4f676bce6f3ec8","kind":"commit","published_at":"2021-06-02T01:25:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.13.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"7bdfffb43dcf75bfd4c8a3eec8f8ee0e2b97ab01","kind":"commit","published_at":"2021-05-25T18:01:49.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"3c13966407c4dea822faa44392f70737a012b332","kind":"commit","published_at":"2021-05-07T19:04:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.12.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"0a46e54aae837135f73d2ff18a84061189ee6f28","kind":"commit","published_at":"2021-04-22T21:34:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.11.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"48f12f7b7aac0ff5c3d30a790d23088281aa3aef","kind":"commit","published_at":"2021-04-14T21:30:53.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"ebe23d582a3654f52a680fca0cf5d1ae474487f3","kind":"commit","published_at":"2021-04-14T19:02:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9d94879ffc8e5e3b8ab2a713172d47c92178d320","kind":"commit","published_at":"2021-04-14T13:54:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.10.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7ce9ef647ed415334920538fdaeb451876e52f4c","kind":"commit","published_at":"2021-03-25T20:49:35.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.9.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"ec1f11ffcd262f04e849248c84c57bd80ca44ac9","kind":"commit","published_at":"2021-03-15T20:39:11.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.8.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"8344b8f0d3f61729cf0845c08b31f26103e21231","kind":"commit","published_at":"2021-01-27T19:15:02.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.7.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"9128a8af61ede2446c15492b526922a0091e2828","kind":"commit","published_at":"2020-12-08T19:08:41.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"1a75295d702a5f80d02d45a6263f96925673c775","kind":"commit","published_at":"2020-12-03T22:04:12.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.6.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"b03cd13e76df840bdd01d0ef56dbcfc95513796f","kind":"commit","published_at":"2020-11-20T13:04:24.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.5.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"a494df7be45c08f33decd227ef2bc19f210017a5","kind":"commit","published_at":"2020-11-12T15:10:19.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.4.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"111c9f8182f10376ed7116cb971813ed4875e8ee","kind":"commit","published_at":"2020-11-05T18:42:23.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.3.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"50e98005944391a6270fa80b925a7cd8cb403ee6","kind":"commit","published_at":"2020-10-23T18:12:34.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.2.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"2e97387721a04ef118ff1c177578843e50836a24","kind":"commit","published_at":"2020-09-29T20:33:33.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0/manifests"},{"name":"v0.1.0-beta.11","sha":"3c35e562bf1b6882f1bb836c41951fd36a31b58f","kind":"commit","published_at":"2020-09-26T03:30:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.11","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.11/manifests"},{"name":"v0.1.0-beta.10","sha":"f13b9a76ed8708295effb251b6ae620265795fe9","kind":"commit","published_at":"2020-09-25T19:00:15.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.10","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.10/manifests"},{"name":"v0.1.0-beta.9","sha":"ec493d5d0be5cbe1cb6d55e2494c5a3e017d39be","kind":"commit","published_at":"2020-09-24T12:49:59.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.9","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.9/manifests"},{"name":"v0.1.0-beta.8","sha":"2c1ddbecc4f150b993aeaf2e6b84f75d03aad47a","kind":"commit","published_at":"2020-09-21T15:17:32.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.8","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.8/manifests"},{"name":"v0.1.0-beta.7","sha":"1338850a8ebfbbb0ba20ffdb3f557c467af65796","kind":"commit","published_at":"2020-09-09T16:55:22.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.7","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.7/manifests"},{"name":"v0.1.0-beta.6","sha":"cbd60606522186b88e345231c0699cedb53266de","kind":"commit","published_at":"2020-08-10T22:57:03.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.6","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.6/manifests"},{"name":"v0.1.0-beta.5","sha":"56b9576a19f932ed4e769a586f678384efb47453","kind":"commit","published_at":"2020-08-10T15:03:48.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.5","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.5/manifests"},{"name":"v0.1.0-beta.4","sha":"6395481e736619bb5dd253226173bc43a6f6fb83","kind":"commit","published_at":"2020-07-30T23:06:27.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.4","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.4/manifests"},{"name":"v0.1.0-beta.3","sha":"e1b4ea5fdaa7c04af33d6b4255479cd7b89dee55","kind":"commit","published_at":"2020-07-30T01:11:05.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.3","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.3/manifests"},{"name":"v0.1.0-beta.2","sha":"8d84dfeb656cbe894914c0f02c93a35c7529a182","kind":"commit","published_at":"2020-07-27T19:13:10.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.2","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.2/manifests"},{"name":"v0.1.0-beta.1","sha":"c524fba69191cdece1de306cc640091cc62423c7","kind":"commit","published_at":"2020-07-27T14:12:40.000Z","download_url":"https://codeload.github.com/anchore/grype/tar.gz/v0.1.0-beta.1","html_url":"https://github.com/anchore/grype/releases/tag/v0.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/anchore/grype@v0.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags/v0.1.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:30.796Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/grype-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/grype-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/grype-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/grype-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/grype-bash-completion/codemeta","maintainers":[{"uuid":"michal@polanski.me","login":null,"name":"Michał Polański","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","packages_count":315,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Michał Polański","role":null,"created_at":"2024-09-14T13:37:19.857Z","updated_at":"2024-09-14T13:37:19.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/michal@polanski.me/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":3179,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":849},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-08-10T05:08:27.422Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":14502277,"name":"github.com/Anchore/grype","ecosystem":"go","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/Anchore/grype","keywords_array":[],"namespace":null,"versions_count":200,"first_release_published_at":"2020-08-10T22:57:03.000Z","latest_release_published_at":"2026-07-28T18:49:32.000Z","latest_release_number":"v0.116.1","last_synced_at":"2026-08-08T10:51:39.682Z","created_at":"2026-05-26T13:15:22.246Z","updated_at":"2026-08-08T10:51:39.682Z","registry_url":"https://pkg.go.dev/github.com/Anchore/grype","install_command":"go get github.com/Anchore/grype","documentation_url":"https://pkg.go.dev/github.com/Anchore/grype#section-documentation","metadata":{},"repo_metadata":{"id":37014463,"uuid":"267054247","full_name":"anchore/grype","owner":"anchore","description":"A vulnerability scanner for container images and filesystems","archived":false,"fork":false,"pushed_at":"2026-08-07T15:58:37.000Z","size":10196,"stargazers_count":12692,"open_issues_count":402,"forks_count":853,"subscribers_count":82,"default_branch":"main","last_synced_at":"2026-08-08T05:52:23.053Z","etag":null,"topics":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2020-05-26T13:44:38.000Z","updated_at":"2026-08-08T05:42:50.000Z","dependencies_parsed_at":"2026-08-08T05:52:51.801Z","dependency_job_id":"8832425b-52dc-4810-bc9d-64f3e5c8b3ed","html_url":"https://github.com/anchore/grype","commit_stats":{"total_commits":1452,"total_committers":100,"mean_commits":14.52,"dds":0.7644628099173554,"last_synced_commit":"ed98490e966cf215eb785395fe80b79f99e420fa"},"previous_names":["anchore/vulnscan"],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/anchore/grype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchore","download_url":"https://codeload.github.com/anchore/grype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/sbom","scorecard":{"id":191520,"data":{"date":"2025-08-15T20:24:03Z","repo":{"name":"github.com/anchore/grype","commit":"42c333e00ae915be9b0d2d2967d394b9b667e8ed"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"checks":[{"name":"Code-Review","score":8,"reason":"Found 5/6 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yaml:143","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yaml:144","Info: jobLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/validate-github-actions.yaml:24","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/validations.yaml:290","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/oss-project-board-add.yaml:4","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:14","Warn: no topLevel permission defined: .github/workflows/remove-awaiting-response-label.yaml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-anchore-dependencies.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-bootstrap-tools.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/update-quality-gate-db.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-github-actions.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validations.yaml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: test/integration/test-fixtures/image-debian-match-coverage/java/example-java-app-maven-0.1.0.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: grype_0.98.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.98.0","Info: signed release artifact: grype_0.97.2_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.2","Info: signed release artifact: grype_0.97.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.1","Info: signed release artifact: grype_0.97.0_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.97.0","Info: signed release artifact: grype_0.96.1_checksums.txt.sig: https://github.com/anchore/grype/releases/tag/v0.96.1","Warn: release artifact v0.98.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/239763536","Warn: release artifact v0.97.2 does not have provenance: https://api.github.com/repos/anchore/grype/releases/238693263","Warn: release artifact v0.97.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236941919","Warn: release artifact v0.97.0 does not have provenance: https://api.github.com/repos/anchore/grype/releases/236383410","Warn: release artifact v0.96.1 does not have provenance: https://api.github.com/repos/anchore/grype/releases/234041533"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-anchore-dependencies.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/update-anchore-dependencies.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validations.yaml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/anchore/grype/validations.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile.debug:1: pin your Docker image by updating gcr.io/distroless/static-debian12:debug-nonroot to gcr.io/distroless/static-debian12:debug-nonroot@sha256:0895d6fc256a6938a60c87d92e1148eec0d36198bff9c5d3082e6a56db7756bd","Warn: containerImage not pinned by hash: Dockerfile.nonroot:1: pin your Docker image by updating gcr.io/distroless/static-debian12:nonroot to gcr.io/distroless/static-debian12:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-alpine-3.6:1: pin your Docker image by updating alpine:3.6 to alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:1","Warn: containerImage not pinned by hash: test/install/environments/Dockerfile-busybox-1.36:6: pin your Docker image by updating busybox:1.36.1-musl to busybox:1.36.1-musl@sha256:74322b4716a11835c6f413fe9ffc2608ffdb8452f51cad9514a2b804908dc16e","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-alpine-match-coverage/Dockerfile:1","Warn: containerImage not pinned by hash: test/integration/test-fixtures/image-rust-auditable-match-coverage/Dockerfile:2: pin your Docker image by updating docker.io/tofay/hello-rust-auditable:latest to docker.io/tofay/hello-rust-auditable:latest@sha256:1d35d1e007180b3f7500aae5e27560697909132ca9a6d480c4c825534c1c47a9","Warn: npmCommand not pinned by hash: .github/workflows/validations.yaml:167","Info:  29 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  20 out of  21 third-party GitHubAction dependencies pinned","Info:   5 out of  13 containerImage dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":3,"reason":"SAST tool is not run on all commits -- score normalized to 3","details":["Warn: 11 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 9 contributing companies or organizations","details":["Info: found contributions from: anchore, bold-technologies, cambia health, chainguard-dev, chainguard-images, microsoft, ptwikis, wiki-ai, wolfi-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-16T20:47:55.105Z","repository_id":37014463,"created_at":"2025-08-16T20:47:55.105Z","updated_at":"2025-08-16T20:47:55.105Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-08-08T10:51:25.324Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.038516227252255,"dependent_packages_count":4.721006279475755,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.879761253364005},"purl":"pkg:golang/github.com/%21anchore/grype","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Anchore/grype","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Anchore/grype","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Anchore/grype/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T18:00:33.220Z","issues_count":663,"pull_requests_count":1914,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":108,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32497387669801464,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1122,"past_year_issues_count":39,"past_year_pull_requests_count":157,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":675844.7352941176,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":102,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":2.4871794871794872,"past_year_avg_comments_per_pull_request":0.3630573248407643,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":84,"past_year_merged_pull_requests_count":94,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","maintainers":[{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"},{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"},{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}],"active_maintainers":[{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FAnchore%2Fgrype/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FAnchore%2Fgrype/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FAnchore%2Fgrype/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FAnchore%2Fgrype/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FAnchore%2Fgrype/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FAnchore%2Fgrype/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263068,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":1813,"full_name":"anchore/grype","default_branch":"main","total_commits":2225,"total_committers":148,"total_bot_commits":963,"total_bot_committers":2,"mean_commits":15.033783783783784,"dds":0.696629213483146,"past_year_total_commits":452,"past_year_total_committers":42,"past_year_total_bot_commits":269,"past_year_total_bot_committers":2,"past_year_mean_commits":10.761904761904763,"past_year_dds":0.5398230088495575,"last_synced_at":"2026-08-09T05:03:38.688Z","last_synced_commit":"709e090289cd8c3e045f3679fe3c437bc93d1e04","created_at":"2023-03-07T09:12:27.112Z","updated_at":"2026-08-09T05:03:38.320Z","committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":675},{"name":"Alex Goodman","email":"wagoodman","login":"wagoodman","count":432},{"name":"anchore-actions-token-generator[bot]","email":"102182147+anchore-actions-token-generator[bot]","login":"anchore-actions-token-generator[bot]","count":288},{"name":"Will Murphy","email":"willmurphyscode","login":"willmurphyscode","count":109},{"name":"Christopher Angelo Phillips","email":"32073428+spiffcs","login":"spiffcs","count":108},{"name":"Keith Zantow","email":"kzantow@gmail.com","login":"kzantow","count":103},{"name":"Dan Luhring","email":"luhring","login":"luhring","count":88},{"name":"Alfredo Deza","email":"adeza@anchore.com","login":null,"count":83},{"name":"Weston Steimel","email":"weston.steimel@anchore.com","login":"westonsteimel","count":82},{"name":"anchore-oss-update-bot","email":"anchore-oss-update-bot@anchore.com","login":"anchore-oss-update-bot","count":23},{"name":"cpendery","email":"35637443+cpendery","login":"cpendery","count":16},{"name":"Jonas Xavier","email":"jonas.agx@gmail.com","login":"jonasagx","count":11},{"name":"Alan Pope","email":"alan.pope@anchore.com","login":"popey","count":7},{"name":"Vijay Pillai","email":"vijay.pillai@anchore.com","login":"Vijay-P","count":6},{"name":"guangwu","email":"guoguangwug@gmail.com","login":"testwill","count":5},{"name":"Samuel Dacanay","email":"sam.dacanay@anchore.com","login":"dakaneye","count":5},{"name":"Matias Insaurralde","email":"matias@insaurral.de","login":"matiasinsaurralde","count":4},{"name":"Zach Hill","email":"zach@anchore.com","login":"zhill","count":4},{"name":"James Neate","email":"JamesMNeate@gmail.com","login":"jneate","count":4},{"name":"Joyce","email":"joycebrum@google.com","login":"joycebrum","count":3},{"name":"briankoe741","email":"101280300+briankoe741","login":"briankoe741","count":3},{"name":"Seiya","email":"20365512+seiyab","login":"seiyab","count":3},{"name":"GGMU","email":"49076226+tomersein","login":"tomersein","count":3},{"name":"Conor Nosal","email":"cnosal@vmware.com","login":"cjnosal","count":3},{"name":"Brandt Keller","email":"43887158+brandtkeller","login":"brandtkeller","count":3},{"name":"Bar Nuri","email":"barnuri@hotmail.com","login":"barnuri","count":3},{"name":"Adam Hughes","email":"9903835+tri-adam","login":"tri-adam","count":3},{"name":"Adam Chovanec","email":"23148601+chovanecadam","login":"chovanecadam","count":3},{"name":"Josh Bressers","email":"josh@bress.net","login":"joshbressers","count":2},{"name":"Juan Ariza Toledano","email":"juan.ariza@broadcom.com","login":"juan131","count":2},{"name":"Neil Levine","email":"levine@yoyo.org","login":"nwl","count":2},{"name":"Lucas Rodriguez","email":"lucas.rodriguez9616@gmail.com","login":"lucasrod16","count":2},{"name":"Michael de Senna","email":"desenna","login":"desenna","count":2},{"name":"Puerco","email":"puerco","login":"puerco","count":2},{"name":"Ross Turk","email":"ross@rossturk.com","login":"rossturk","count":2},{"name":"Shane Dell","email":"32347414+shanedell","login":"shanedell","count":2},{"name":"Shubham Hibare","email":"20609766+hibare","login":"hibare","count":2},{"name":"Zane Burstein","email":"zane.burstein@anchore.com","login":"zburstein","count":2},{"name":"Batuhan Apaydın","email":"developerguyn@gmail.com","login":"developer-guy","count":2},{"name":"Firas AlShafei","email":"f.alshafei@gmail.com","login":"OnceUponALoop","count":2},{"name":"plavy","email":"86317719+plavy","login":"plavy","count":2},{"name":"Zack Crosley","email":"zackary.crosley@chainguard.dev","login":"crosleyzack","count":2},{"name":"Abhijeet Kasurde","email":"akasurde@redhat.com","login":"Akasurde","count":2},{"name":"Arvind Somya","email":"arvind.somya@anchore.com","login":"asomya","count":2},{"name":"Sambhav Kothari","email":"sambhavs.email@gmail.com","login":"sambhav","count":2},{"name":"David Dashti","email":"47575784+Dashtid","login":"Dashtid","count":2},{"name":"Eng Zer Jun","email":"engzerjun@gmail.com","login":"Juneezee","count":2},{"name":"Feroz Salam","email":"feroz@argh.in","login":"ferozsalam","count":2},{"name":"Hung Nguyen","email":"hung.tran.nguyen.585@gmail.com","login":"HN23","count":2},{"name":"James Rawlings","email":"jrawlings@chainguard.dev","login":"rawlingsj","count":2},{"name":"Jeremy Spilman","email":"jeremy.spilman@anchore.com","login":"jspilman","count":2},{"name":"Joonas Bergius","email":"joonas","login":"joonas","count":2},{"name":"devfbe","email":"94182658+devfbe","login":"devfbe","count":2},{"name":"5p2O5pe25ouT","email":"245786660@qq.com","login":"5p2O5pe25ouT","count":1},{"name":"Dmitrii Sharshakov","email":"d3dx12.xx@gmail.com","login":"dsseng","count":1},{"name":"Robert Prince","email":"robert.prince@anchore.com","login":null,"count":1},{"name":"Dimitri John Ledkov","email":"19779+xnox","login":"xnox","count":1},{"name":"Dario Zachow","email":"147033205+dariozachow","login":"dariozachow","count":1},{"name":"Daniel Wachter","email":"daniel@gutsy.com","login":"Daniel-Wachter","count":1},{"name":"Dan Palmer","email":"dan.palmer@anchore.com","login":"dspalmer99","count":1},{"name":"Dan Nurmi","email":"nurmi@anchore.com","login":"nurmi","count":1},{"name":"Christian Kotzbauer","email":"git@ckotzbauer.de","login":"ckotzbauer","count":1},{"name":"James Tran","email":"jamestran201@github.com","login":null,"count":1},{"name":"Brock R","email":"brock@fearthebadger.com","login":"FearTheBadger","count":1},{"name":"Borja Domínguez","email":"iam.n3uro@gmail.com","login":"bdovaz","count":1},{"name":"Adin Ermie","email":"Adin.Ermie@outlook.com","login":"AErmie","count":1},{"name":"Adnan Gulegulzar","email":"32373065+ADorigi","login":"ADorigi","count":1},{"name":"Alan (Maciej) Paruszewski","email":"2752578+mparuszewski","login":"mparuszewski","count":1},{"name":"Alessio Greggi","email":"alessio.greggi@suse.com","login":"alegrey91","count":1},{"name":"Alexandr Hacicheant","email":"a.hacicheant@gmail.com","login":"disc","count":1},{"name":"Alexandre Barone","email":"48306674+devodev","login":"devodev","count":1},{"name":"AlinaPodoba-personal","email":"57321895+AlinaPodoba","login":"AlinaPodoba","count":1},{"name":"Andrei Stefanie","email":"andrei.stefanie@gmail.com","login":"AndreiStefanie","count":1},{"name":"Arpit Jain","email":"3242828+arpitjain099","login":"arpitjain099","count":1},{"name":"Avtar Gill","email":"avtargill@gmail.com","login":"avtar","count":1},{"name":"Dmitriy Ivolgin","email":"dmitriy@replicated.com","login":"divolgin","count":1},{"name":"Yevhenii Pokhvalii","email":"68227075+YevheniiPokhvalii","login":"YevheniiPokhvalii","count":1},{"name":"Yash","email":"trooper0018080@gmail.com","login":"wasup-yash","count":1},{"name":"William Bates","email":"148372411+will-bates11","login":"will-bates11","count":1},{"name":"Vinod Anandan","email":"vinod@owasp.org","login":"VinodAnandan","count":1},{"name":"Trevor Dunlap","email":"16122665+tdunlap607","login":"tdunlap607","count":1},{"name":"Tony DevOps","email":"868644+TonyLovesDevOps","login":"TonyLovesDevOps","count":1},{"name":"Tom Sparrow","email":"793763+sparrowt","login":"sparrowt","count":1},{"name":"Tim Gerla","email":"tim@gerla.net","login":"tgerla","count":1},{"name":"Stepan","email":"Stepworm@yandex.ru","login":"axidex","count":1},{"name":"Stefan Hacker","email":"mail@hacst.net","login":"hacst","count":1},{"name":"Shane Dell","email":"32347414+Shanedell","login":"Shanedell","count":1},{"name":"Sebastien Dionne","email":"survivant00@gmail.com","login":"survivant","count":1},{"name":"Sebastian","email":"sebastian.danielsson@proton.me","login":"sebdanielsson","count":1},{"name":"Sean Killeen","email":"SeanKilleen@gmail.com","login":"SeanKilleen","count":1},{"name":"SALES","email":"Adrien.Sales@gmail.com","login":"adriens","count":1},{"name":"Robin Li","email":"robin.li@datarobot.com","login":"rxl7906","count":1},{"name":"Robert","email":"robert.soor@gmail.com","login":"RobertoRoos","count":1},{"name":"Rob Szumski","email":"rob@robszumski.com","login":"robszumski","count":1},{"name":"Štefan Baebler","email":"319826+stefanb","login":"stefanb","count":1},{"name":"xixishidibei","email":"xixishidibei@outlook.com","login":"xixishidibei","count":1},{"name":"vimalpatel19","email":"48461348+vimalpatel19","login":"vimalpatel19","count":1},{"name":"u-ways","email":"ue95.career@gmail.com","login":"u-ways","count":1},{"name":"skuethe","email":"56306041+skuethe","login":"skuethe","count":1},{"name":"oftenoccur","email":"166520808+oftenoccur","login":"oftenoccur","count":1},{"name":"kema","email":"github@kema.dev","login":"kema-dev","count":1},{"name":"j-k","email":"dev@j-k.io","login":"06kellyjac","count":1},{"name":"hellozzm","email":"280299418@qq.com","login":"hellozzm","count":1},{"name":"gab","email":"32674884+gabetrau","login":"gabetrau","count":1},{"name":"deftdawg","email":"deftdawg@gmail.com","login":"deftdawg","count":1},{"name":"cyw","email":"peteeelol@gmail.com","login":"goatwu1993","count":1},{"name":"chavacava","email":"salvadorcavadini+github@gmail.com","login":"chavacava","count":1},{"name":"chait-slim","email":"161596220+chait-slim","login":"chait-slim","count":1},{"name":"bytetigers","email":"bytetiger@icloud.com","login":"bytetigers","count":1},{"name":"ben","email":"11063165+uaqben","login":"uaqben","count":1},{"name":"artsv79","email":"55409337+artsv79","login":"artsv79","count":1},{"name":"Zac Medico","email":"zmedico@gmail.com","login":"zmedico","count":1},{"name":"Joe Ton","email":"joe@tonindustries.com","login":"joe-ton","count":1},{"name":"Jeff van Dam","email":"66410239+JvD-Ericsson","login":"JvD-Ericsson","count":1},{"name":"Jan Hensel","email":"63857598+ja-he","login":"ja-he","count":1},{"name":"James Hebden","email":"124828098+jhebden-gl","login":"jhebden-gl","count":1},{"name":"James Gardner","email":"jamestexasgardner@gmail.com","login":"jamestexas","count":1},{"name":"Immanuel Tikhonov","email":"122638311+immanuwell","login":"immanuwell","count":1},{"name":"Herby Gillot","email":"herby.gillot@gmail.com","login":"herbygillot","count":1},{"name":"HNKNTA","email":"hnknta@gmail.com","login":"HNKNTA","count":1},{"name":"Graham Siener","email":"siener@gmail.com","login":"gsiener","count":1},{"name":"George Liontos","email":"georgeliontos98@gmail.com","login":"GeorgeLS","count":1},{"name":"Felix Bünemann","email":"Felix.Buenemann@gmail.com","login":"felixbuenemann","count":1},{"name":"Fabrice Jammes","email":"fjammes","login":"fjammes","count":1},{"name":"Emmanuel Ferdman","email":"emmanuelferdman@gmail.com","login":"emmanuel-ferdman","count":1},{"name":"Emil Sågfors","email":"emil.sagfors@iki.fi","login":"lime","count":1},{"name":"Eiji Ito","email":"aeffy7+git@gmail.com","login":"aeg","count":1},{"name":"Bala Raman","email":"1273137+srbala","login":"srbala","count":1},{"name":"Benji Visser","email":"benji@093b.org","login":"noqcks","count":1},{"name":"Swathi Gangisetty","email":"swathi@anchore.com","login":null,"count":1},{"name":"Richard Mayes","email":"caveman-dick","login":"caveman-dick","count":1},{"name":"Rafał Maj","email":"rafal.maj@snowflake.com","login":"sfc-gh-rmaj","count":1},{"name":"Piyush Bhaskar","email":"102078527+Piyush-r-bhaskar","login":"Piyush-r-bhaskar","count":1},{"name":"Patrick Burke","email":"24pburke@gmail.com","login":"patrickjburke245","count":1},{"name":"Ori","email":"59772293+orizerah","login":"orizerah","count":1},{"name":"Olivier Boudet","email":"o.boudet@gmail.com","login":"olivierboudet","count":1},{"name":"Nandhis","email":"45960035+msnandhis","login":"msnandhis","count":1},{"name":"Márk Sági-Kazár","email":"sagikazarmark","login":"sagikazarmark","count":1},{"name":"Morten Linderud","email":"morten@linderud.pw","login":"Foxboron","count":1},{"name":"Michał Sochoń","email":"kaszpir@gmail.com","login":"nvtkaszpir","count":1},{"name":"Maxim Zhiburt","email":"zhiburt@gmail.com","login":"zhiburt","count":1},{"name":"Mauricio Andrade","email":"mauricio_andrade@outlook.com","login":"mauricioandrade","count":1},{"name":"Mateusz Urbanek","email":"mateusz.urbanek.98@gmail.com","login":"shanduur","count":1},{"name":"Lakshya","email":"51348857+jainlakshya","login":"jainlakshya","count":1},{"name":"Konrad Szlachetka","email":"161604545+kenvez","login":"kenvez","count":1},{"name":"KeisukeYamashita","email":"19yamashita15@gmail.com","login":"KeisukeYamashita","count":1},{"name":"Joshua Cooper","email":"Cooperjoshua@gmail.com","login":"JoshuaCooper","count":1},{"name":"Josh Soref","email":"2119212+jsoref","login":"jsoref","count":1}],"past_year_committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":208},{"name":"anchore-actions-token-generator[bot]","email":"102182147+anchore-actions-token-generator[bot]","login":"anchore-actions-token-generator[bot]","count":61},{"name":"Will Murphy","email":"willmurphyscode","login":"willmurphyscode","count":56},{"name":"Alex Goodman","email":"wagoodman","login":"wagoodman","count":28},{"name":"anchore-oss-update-bot","email":"anchore-oss-update-bot@anchore.com","login":"anchore-oss-update-bot","count":23},{"name":"Weston Steimel","email":"author@code.w.steimel.me.uk","login":"westonsteimel","count":14},{"name":"Keith Zantow","email":"kzantow@gmail.com","login":"kzantow","count":13},{"name":"Christopher Angelo Phillips","email":"32073428+spiffcs","login":"spiffcs","count":6},{"name":"Matias Insaurralde","email":"matias@insaurral.de","login":"matiasinsaurralde","count":4},{"name":"Brandt Keller","email":"43887158+brandtkeller","login":"brandtkeller","count":3},{"name":"Zack Crosley","email":"zackary.crosley@chainguard.dev","login":"crosleyzack","count":2},{"name":"David Dashti","email":"47575784+Dashtid","login":"Dashtid","count":2},{"name":"Jeremy Spilman","email":"jeremy.spilman@anchore.com","login":"jspilman","count":2},{"name":"Joonas Bergius","email":"joonas","login":"joonas","count":2},{"name":"Adam Chovanec","email":"23148601+chovanecadam","login":"chovanecadam","count":1},{"name":"Alan Pope","email":"alan.pope@anchore.com","login":"popey","count":1},{"name":"Alessio Greggi","email":"alessio.greggi@suse.com","login":"alegrey91","count":1},{"name":"Arpit Jain","email":"3242828+arpitjain099","login":"arpitjain099","count":1},{"name":"Dan Luhring","email":"luhring","login":"luhring","count":1},{"name":"Dario Zachow","email":"147033205+dariozachow","login":"dariozachow","count":1},{"name":"Dmitrii Sharshakov","email":"d3dx12.xx@gmail.com","login":"dsseng","count":1},{"name":"u-ways","email":"ue95.career@gmail.com","login":"u-ways","count":1},{"name":"hellozzm","email":"280299418@qq.com","login":"hellozzm","count":1},{"name":"gab","email":"32674884+gabetrau","login":"gabetrau","count":1},{"name":"chait-slim","email":"161596220+chait-slim","login":"chait-slim","count":1},{"name":"Yash","email":"trooper0018080@gmail.com","login":"wasup-yash","count":1},{"name":"William Bates","email":"148372411+will-bates11","login":"will-bates11","count":1},{"name":"Stepan","email":"Stepworm@yandex.ru","login":"axidex","count":1},{"name":"Sebastien Dionne","email":"survivant00@gmail.com","login":"survivant","count":1},{"name":"Sebastian","email":"sebastian.danielsson@proton.me","login":"sebdanielsson","count":1},{"name":"Rafał Maj","email":"rafal.maj@snowflake.com","login":"sfc-gh-rmaj","count":1},{"name":"Nandhis","email":"45960035+msnandhis","login":"msnandhis","count":1},{"name":"Michał Sochoń","email":"kaszpir@gmail.com","login":"nvtkaszpir","count":1},{"name":"Mauricio Andrade","email":"mauricio_andrade@outlook.com","login":"mauricioandrade","count":1},{"name":"Lakshya","email":"51348857+jainlakshya","login":"jainlakshya","count":1},{"name":"Konrad Szlachetka","email":"161604545+kenvez","login":"kenvez","count":1},{"name":"Juan Ariza Toledano","email":"juan.ariza@broadcom.com","login":"juan131","count":1},{"name":"Jeff van Dam","email":"66410239+JvD-Ericsson","login":"JvD-Ericsson","count":1},{"name":"James Gardner","email":"jamestexasgardner@gmail.com","login":"jamestexas","count":1},{"name":"Immanuel Tikhonov","email":"122638311+immanuwell","login":"immanuwell","count":1},{"name":"Emil Sågfors","email":"emil.sagfors@iki.fi","login":"lime","count":1},{"name":"Dmitriy Ivolgin","email":"dmitriy@replicated.com","login":"divolgin","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-09T00:00:10.762Z","repositories_count":6622318,"commits_count":917270994,"contributors_count":38930736,"owners_count":1329269,"committers_count":3288082,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"anchore/grype","html_url":"https://github.com/anchore/grype","last_synced_at":"2026-08-09T05:03:34.210Z","status":null,"issues_count":663,"pull_requests_count":1921,"avg_time_to_close_issue":18495912.82991202,"avg_time_to_close_pull_request":543698.2574018127,"issues_closed_count":341,"pull_requests_closed_count":1655,"pull_request_authors_count":112,"issue_authors_count":365,"avg_comments_per_issue":2.5505279034690798,"avg_comments_per_pull_request":0.32535137948984905,"merged_pull_requests_count":1490,"bot_issues_count":7,"bot_pull_requests_count":1123,"past_year_issues_count":38,"past_year_pull_requests_count":161,"past_year_avg_time_to_close_issue":2811599.7647058824,"past_year_avg_time_to_close_pull_request":682496.1782178218,"past_year_issues_closed_count":17,"past_year_pull_requests_closed_count":101,"past_year_pull_request_authors_count":38,"past_year_issue_authors_count":35,"past_year_avg_comments_per_issue":2.5526315789473686,"past_year_avg_comments_per_pull_request":0.37267080745341613,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":82,"past_year_merged_pull_requests_count":93,"created_at":"2023-05-10T18:45:19.215Z","updated_at":"2026-08-12T10:58:56.262Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchore%2Fgrype/issues","issue_labels_count":{"table":{"bug":420,"enhancement":172,"changelog-ignore":105,"false-positive":77,"false-positive:cpe":30,"good-first-issue":19,"needs-investigation":18,"ecosystem:java":18,"false-negative":14,"false positive":12,"good first issue":10,"question":9,"dependencies":8,"package-overlap":7,"I/O":7,"database":6,"distro:sles":6,"documentation":5,"needs-discussion":4,"not-affected":4,"breaking-change":4,"ecosystem:rust":3,"false negative":3,"ecosystem:ruby":3,"go":3,"vulnerability-data-source":3,"missing-vulnerability-data":2,"blocked":2,"needs-proposal":2,"ecosystem:javascript":2,"new-data-source":2,"planning":2,"spike":1,"performance":1,"multiple-sources":1,"test":1,"ecosystem:go":1,"front-end":1,"duplicate":1,"ui":1,"deprecation":1,"new-matcher":1,"json":1,"windows":1,"ecosystem:python":1,"needs investigation":1,"templating":1,"package-repo-source":1,"ecosystem:os":1}},"pull_request_labels_count":{"table":{"dependencies":1089,"go":418,"github_actions":348,"changelog-ignore":235,"bug":94,"enhancement":53,"pre-release":38,"test":30,"documentation":19,"github-actions":10,"automation":8,"needs-manual-review":5,"blocked":5,"database":3,"binny":3,"performance":3,"breaking-change":3,"security":2,"needs-discussion":1,"release":1}},"issue_author_associations_count":{"table":{"NONE":489,"CONTRIBUTOR":171,"MEMBER":2,"OWNER":1}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":1814,"NONE":95,"MEMBER":12}},"issue_authors":{"table":{"sekveaja":68,"wagoodman":46,"willmurphyscode":21,"luhring":18,"tomersein":14,"kzantow":12,"chovanecadam":8,"metametadata":8,"TimBrown1611":8,"tomerse-sg":7,"dbrugman":6,"joshbressers":6,"karthickm512":5,"Dentrax":5,"asadjaffar":4,"philroche":4,"jurassicLizard":4,"navzen2000":4,"anchore-actions-token-generator[bot]":4,"popey":4,"Atharex":4,"mirekphd":4,"ep4sh":3,"isuftin":3,"dependabot[bot]":3,"lclc":3,"developer-guy":3,"mamccorm":3,"lazka":3,"westonsteimel":3,"fouadh":3,"adriens":3,"alfredodeza":3,"freedom-isnotanarchy":3,"enzofrnt":3,"APegaDavis":2,"pkeecom":2,"rthiyatlsn":2,"samcornwell":2,"pcreager23":2,"HariSekhon":2,"ColinMcMicken":2,"edhinard":2,"sparrowt":2,"ramanNarasimhan77":2,"d3matt":2,"spiffcs":2,"e4711s":2,"nvp152":2,"jonjohnsonjr":2,"abg":2,"YevheniiPokhvalii":2,"willyw0nka":2,"zhill":2,"cpendery":2,"tgerla":2,"goatwu1993":2,"nishakm":2,"ferozsalam":2,"ashu4":2,"henrysachs":2,"prabutdr":2,"stefanb":2,"Oh-Py-God":2,"eric-desrochers":2,"P-Nishanth":1,"chomezski":1,"hev":1,"Amndeep7":1,"SimonHeidrich":1,"0mm1n":1,"lyzhang1999":1,"stevehipwell":1,"charlie-romeo":1,"mssfang":1,"hkadakia":1,"rsareth":1,"Amar-Babu":1,"ayushs2k1":1,"nb044":1,"farhan0102":1,"5p2O5pe25ouT":1,"tlbjr":1,"kaniini":1,"Bergstein":1,"benjaminwilcox":1,"RunFox":1,"karserasl":1,"slashben":1,"EnguerrandDeclercq":1,"alessandro-casella-domotz":1,"jijames":1,"nblack-er":1,"ashearin":1,"Tamizh-Thiru":1,"bdovaz":1,"mcarbonne":1,"kandarpsarvaiya":1,"rcohencyberarmor":1,"TheDevelolper":1,"mythili-krishnan":1,"shyim":1,"mvs5465":1,"lvets":1,"etarast":1,"dsseng":1,"KimNorgaard":1,"markbastiaans":1,"leonardsaraujo":1,"AbhigyanKumarTrellix":1,"sambetts-cisco":1,"djq183u":1,"amouat":1,"CheneyCookie":1,"chavacava":1,"romainfrancois":1,"crispysipper":1,"ssullivan":1,"josesa-xx":1,"rawlingsj":1,"itineric":1,"Nicu-Ducal":1,"xnox":1,"ionimit":1,"dnegreira":1,"JL-Tests":1,"Itxaka":1,"wats9999":1,"jkowalleck":1,"amahakalkar":1,"danielsotopino":1,"florian-pahl-tm":1,"jiri-muller":1,"fingeromer":1,"DaddyXz":1,"Joerki":1,"frederi-co":1,"avtar":1,"B3ns44d":1,"kwelch426":1,"brians-neptune":1,"kevin-niland":1,"exortech":1,"amontfaucon":1,"this-username-has-been-taken":1,"mike-19":1,"bturner-cpacket":1,"leo-tanj":1,"mgzenitech":1,"cezapata":1,"supersimple":1,"abelsromero":1,"dwertent":1,"ArieLevs":1,"olivierboudet":1,"markush81":1,"kapistka":1,"nehas4":1,"geofffranks":1,"RPGillespie6":1,"rouilj":1,"jtougas":1,"driessamyn":1,"sinirajapan":1,"myrkytyn":1,"matthyx":1,"GeorgeLS":1,"kuwv":1,"josetirablaz":1,"akcrisp":1,"MShekow":1,"FlorianPfaff":1,"e0894aca0e8":1,"tgagneret-embedded":1,"zakandrewking":1,"wangzhichao666":1,"sprt":1,"kruttjr":1,"ataraxus":1,"tomasr":1,"jspeed-meyers":1,"stefaniuk":1,"andmagom":1,"lokcio":1,"bignay2000":1,"levpachmanov":1,"ThomasVitale":1,"piewen911":1,"sttcns":1,"snakefoot":1,"Cerebus":1,"delsner":1,"richardkhardy":1,"ctr49":1,"sankyfunky":1,"auyer":1,"henryguan":1,"anilkumarmyla":1,"heubeck":1,"Saubure":1,"dannystaple":1,"anetanel":1,"pantelis-karamolegkos":1,"durera":1,"andre-aktivconsultancy":1,"Leyart":1,"OfriOuzan":1,"ns-svemu":1,"Tanish-26":1,"sschakraborty":1,"electronicapc":1,"Sephiroth336":1,"kninxx":1,"meuper":1,"joshuai96":1,"woodsonmiles":1,"driseley":1,"tsunamaru":1,"abuhurraira":1,"jinsihou19":1,"simonc6372":1,"mxmehl":1,"hibare":1,"cdhaydensmith":1,"rmccarth":1,"JustAnotherSwCoderAndTester":1,"imperatives":1,"wjunLu":1,"Dungeon1":1,"nvuillam":1,"netanel-innovid":1,"13567436138":1,"elgrassa":1,"imnazipov":1,"gutschet":1,"Gaurav2Github":1,"100tomer":1,"anuragagarwal561994":1,"nozomi-slibero":1,"sameerkattel":1,"aeg":1,"sunwhawhang":1,"aaa912":1,"Alphasite":1,"SebastienSyd":1,"SDDunt":1,"tony-oss-titan":1,"MrtPla":1,"remiville":1,"Jiri-Stary":1,"awoodobvio":1,"tidusete":1,"nielsaka":1,"venkatn087":1,"jacky92":1,"sabw8217":1,"bergernir":1,"willejs":1,"bhreddy83":1,"Damian-Mangold":1,"vishwas36":1,"kingjs10":1,"chiyi-creator":1,"Overcolor":1,"dinofizz":1,"juan131":1,"SteveHespelt":1,"pin392":1,"mar1ged":1,"Pivotal-Jeff-Jun":1,"michaellayfer":1,"varunir07":1,"SebastianKonplan":1,"waovu":1,"lucasrod16":1,"willem-delbare":1,"tyilo":1,"Shweta4398":1,"espressodriven":1,"acartag7":1,"Soopx":1,"rpnegro":1,"cjnosal":1,"chitti-intel":1,"colton-freeman":1,"shanealv":1,"JordanFaust":1,"walshy9999":1,"jnathangreeg":1,"sunpan1101":1,"gireesh-kumar":1,"samj1912":1,"cjyar":1,"harve106":1,"RothAndrew":1,"ChristophRh":1,"Thorsten-Sick":1,"ammarkhanone":1,"plavy":1,"moon2263":1,"Shiva19908":1,"jesun-cisco":1,"eram":1,"LOLCATATONIA":1,"FrimIdan":1,"mrginglymus":1,"victor-li":1,"Migwel":1,"lucacome":1,"mprimeaux":1,"joonas":1,"jgauth":1,"jeremybryan":1,"ocervell":1,"duckasylum":1,"samueloph":1,"jneate":1,"infiniator":1,"DavidPerezIngeniero":1,"ragaskar":1,"akpsgit":1,"sfc-gh-ylefloch":1,"mathrock":1,"jessesmd":1,"krab-skunk":1,"ChrisHolman":1,"sfc-gh-mhazy":1,"luislavena":1,"maciej-markowski":1,"petrukhnov":1,"Sirdorblu":1,"Mzyxptlk":1,"rhdesmond":1,"anubhav06":1,"eslamkarim":1,"brandtkeller":1,"debuglevel":1,"imperialguy":1,"jax79sg":1,"longwuyuan":1,"dlorenc":1,"williamh":1,"afek854":1,"githala-deepak":1,"menocu":1,"ekalampa":1,"shanedell":1,"elwinh":1,"rootlikegroot":1,"reneleonhardt":1,"evgenymo":1,"woodyweaver":1,"damaoooo":1,"cwrau":1,"huornlmj":1,"josmartin":1,"hotpheex":1,"chidambaranathan-r":1,"jrwren":1,"ReDemoNBR":1,"gionn":1,"Javiery3889":1,"L1ghtman2k":1,"rmkanda":1,"yudong":1}},"pull_request_authors":{"table":{"dependabot[bot]":810,"anchore-actions-token-generator[bot]":313,"wagoodman":241,"willmurphyscode":114,"kzantow":90,"spiffcs":50,"westonsteimel":50,"luhring":18,"popey":12,"anchore-oss-update-bot":10,"testwill":9,"zhill":8,"tomersein":8,"seiyab":5,"barnuri":5,"OnceUponALoop":5,"jneate":5,"xnox":5,"patrickjburke245":5,"ferozsalam":4,"juan131":4,"lucasrod16":4,"avtar":4,"HN23":4,"asomya":4,"chovanecadam":4,"puerco":3,"ChrisJr404":3,"rawlingsj":3,"shanedell":3,"JoshuaCooper":2,"bytetigers":2,"plavy":2,"TonyLovesDevOps":2,"AndreiStefanie":2,"xixishidibei":2,"adammcclenaghan":2,"felixbuenemann":2,"hacst":2,"bdovaz":2,"CrosleyZack":2,"GeorgeLS":2,"Daniel-Wachter":2,"devfbe":2,"uaqben":2,"RobertoRoos":2,"joshuai96":2,"emmanuel-ferdman":2,"stefanb":2,"pouyan021":2,"tdunlap607":2,"disc":2,"kema-dev":2,"Piyush-r-bhaskar":2,"oftenoccur":2,"joe-ton":2,"aeg":2,"devodev":2,"AlinaPodoba":2,"kchason":2,"orizerah":2,"gabetrau":2,"hibare":2,"ADorigi":2,"Mirza-Samad-Ahmed-Baig":2,"robszumski":2,"toller892":1,"mauricioandrade":1,"hamodywe":1,"RossComputerGuy":1,"nvuillam":1,"landesfeind":1,"wjunLu":1,"brandtkeller":1,"Juneezee":1,"dfandrich":1,"axidex":1,"harve106":1,"YevheniiPokhvalii":1,"sfc-gh-rmaj":1,"asgeirn":1,"nwl":1,"Shanedell":1,"ayham291":1,"sueun-dev":1,"goatwu1993":1,"olivierboudet":1,"laurentb4":1,"vaibhav-rf":1,"shanduur":1,"cleanstart-community-admin":1,"axel7083":1,"hellozzm":1,"romansok":1,"jspilman":1,"crosleyzack":1,"chait-slim":1,"alegrey91":1,"HNKNTA":1,"idebeijer":1,"immanuwell":1,"chavacava":1,"hasnatbashir":1,"dsseng":1,"survivant":1,"5p2O5pe25ouT":1,"sebdanielsson":1,"msnandhis":1,"matiasinsaurralde":1,"deftdawg":1,"Eljees":1,"Dashtid":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-12T00:00:07.634Z","repositories_count":16026382,"issues_count":40536820,"pull_requests_count":131048287,"authors_count":11440391,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{"bug":20,"changelog-ignore":6,"enhancement":6,"false-positive":2,"package-overlap":2,"distro:sles":2,"false-negative":2,"needs-investigation":2,"not-affected":2,"needs-proposal":1,"multiple-sources":1,"good-first-issue":1}},"past_year_pull_request_labels_count":{"table":{"dependencies":85,"go":34,"github_actions":17,"changelog-ignore":17,"automation":8,"pre-release":6,"needs-manual-review":5,"bug":5,"enhancement":5,"binny":3,"test":1,"needs-discussion":1,"performance":1,"database":1}},"past_year_issue_author_associations_count":{"table":{"NONE":30,"CONTRIBUTOR":5,"MEMBER":2}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":136,"NONE":23}},"past_year_issue_authors":{"table":{"zhill":2,"joshbressers":2,"rthiyatlsn":2,"jesun-cisco":1,"jgauth":1,"joonas":1,"karserasl":1,"kninxx":1,"lvets":1,"mprimeaux":1,"nozomi-slibero":1,"piewen911":1,"rpnegro":1,"SebastienSyd":1,"sekveaja":1,"Tanish-26":1,"willmurphyscode":1,"13567436138":1,"amahakalkar":1,"ashu4":1,"auyer":1,"avtar":1,"brandtkeller":1,"chiyi-creator":1,"ChristophRh":1,"ColinMcMicken":1,"cwrau":1,"damaoooo":1,"duckasylum":1,"ekalampa":1,"etarast":1,"imnazipov":1,"imperatives":1,"infiniator":1}},"past_year_pull_request_authors":{"table":{"dependabot[bot]":65,"willmurphyscode":24,"anchore-actions-token-generator[bot]":16,"anchore-oss-update-bot":10,"wagoodman":5,"westonsteimel":4,"ChrisJr404":3,"CrosleyZack":2,"asgeirn":1,"mauricioandrade":1,"msnandhis":1,"nvuillam":1,"romansok":1,"RossComputerGuy":1,"sebdanielsson":1,"sfc-gh-rmaj":1,"spiffcs":1,"sueun-dev":1,"survivant":1,"toller892":1,"vaibhav-rf":1,"xnox":1,"axel7083":1,"axidex":1,"brandtkeller":1,"chait-slim":1,"cleanstart-community-admin":1,"crosleyzack":1,"Dashtid":1,"Eljees":1,"hamodywe":1,"hasnatbashir":1,"hellozzm":1,"idebeijer":1,"immanuwell":1,"jspilman":1,"laurentb4":1,"matiasinsaurralde":1}},"maintainers":[{"table":{"login":"zhill","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}},{"table":{"login":"HN23","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HN23"}},{"table":{"login":"Migwel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Migwel"}}],"active_maintainers":[{"table":{"login":"zhill","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zhill"}}]}},"events":null,"keywords":["container-image","containers","cyclonedx","docker","go","golang","hacktoberfest","oci","openvex","security","static-analysis","tool","vex","vulnerabilities","vulnerability"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/release.yaml","sha":null,"kind":"manifest","created_at":"2023-01-17T13:15:59.181Z","updated_at":"2023-01-17T13:15:59.181Z","repository_link":"https://github.com/anchore/grype/blob/main/.github/workflows/release.yaml","dependencies":[{"id":6994634892,"package_name":"actions/checkout","ecosystem":"actions","requirements":"e2f20e631ae6d7dd3b768f56a5d2af784dd54791","direct":true,"kind":"composite","optional":false},{"id":6994634894,"package_name":"fountainhead/action-wait-for-check","ecosystem":"actions","requirements":"297be350cf8393728ea4d4b39435c7d7ae167c93","direct":true,"kind":"composite","optional":false},{"id":6994634895,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"c4a742cab115ed795e34d4513e2cf7d472deb55f","direct":true,"kind":"composite","optional":false},{"id":6994634896,"package_name":"actions/cache","ecosystem":"actions","requirements":"9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7","direct":true,"kind":"composite","optional":false},{"id":6994634897,"package_name":"anchore/sbom-action","ecosystem":"actions","requirements":"06e109483e6aa305a2b2395eabae554e51530e1d","direct":true,"kind":"composite","optional":false},{"id":6994634898,"package_name":"8398a7/action-slack","ecosystem":"actions","requirements":"a189acbf0b7ea434558662ae25a0de71df69a435","direct":true,"kind":"composite","optional":false},{"id":6994634899,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"83fd05a356d7e2593de66fc9913b3002723633cb","direct":true,"kind":"composite","optional":false},{"id":6994634900,"package_name":"docker/login-action","ecosystem":"actions","requirements":"f4ef78c080cd8ba55a85445d5b36e214a81df20a","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"docker","filepath":"Dockerfile","sha":null,"kind":"manifest","created_at":"2023-01-17T13:16:00.626Z","updated_at":"2023-01-17T13:16:00.626Z","repository_link":"https://github.com/anchore/grype/blob/main/Dockerfile","dependencies":[{"id":6994660869,"package_name":"gcr.io/distroless/static-debian11@sha256","ecosystem":"docker","requirements":"5759d194607e472ff80fff5833442d3991dd89b219c96552837a2c8f74058617","direct":true,"kind":"build","optional":false},{"id":6994660870,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/validations.yaml","sha":null,"kind":"manifest","created_at":"2023-01-17T13:16:00.172Z","updated_at":"2023-01-17T13:16:00.172Z","repository_link":"https://github.com/anchore/grype/blob/main/.github/workflows/validations.yaml","dependencies":[{"id":6994647427,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"c4a742cab115ed795e34d4513e2cf7d472deb55f","direct":true,"kind":"composite","optional":false},{"id":6994647429,"package_name":"actions/checkout","ecosystem":"actions","requirements":"e2f20e631ae6d7dd3b768f56a5d2af784dd54791","direct":true,"kind":"composite","optional":false},{"id":6994647431,"package_name":"actions/cache","ecosystem":"actions","requirements":"9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7","direct":true,"kind":"composite","optional":false},{"id":6994647433,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"83fd05a356d7e2593de66fc9913b3002723633cb","direct":true,"kind":"composite","optional":false},{"id":6994647435,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"13ae5bb136fac2878aff31522b9efb785519f984","direct":true,"kind":"composite","optional":false},{"id":6994647437,"package_name":"docker/setup-qemu-action","ecosystem":"actions","requirements":"e81a89b1732b9c48d79cd809d8d81d79c4647a18","direct":true,"kind":"composite","optional":false},{"id":6994647440,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"9782bd6a9848b53b110e712e20e42d89988822b7","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2023-01-17T13:16:03.323Z","updated_at":"2023-01-17T13:16:03.323Z","repository_link":"https://github.com/anchore/grype/blob/main/go.mod","dependencies":[{"id":6994684917,"package_name":"github.com/CycloneDX/cyclonedx-go","ecosystem":"go","requirements":"v0.7.1-0.20221222100750-41a1ac565cce","direct":true,"kind":"runtime","optional":false},{"id":6994684918,"package_name":"github.com/Masterminds/sprig/v3","ecosystem":"go","requirements":"v3.2.2","direct":true,"kind":"runtime","optional":false},{"id":6994684919,"package_name":"github.com/acarl005/stripansi","ecosystem":"go","requirements":"v0.0.0-20180116102854-5a71ef0e047d","direct":true,"kind":"runtime","optional":false},{"id":6994684920,"package_name":"github.com/adrg/xdg","ecosystem":"go","requirements":"v0.3.3","direct":true,"kind":"runtime","optional":false},{"id":6994684921,"package_name":"github.com/anchore/go-testutils","ecosystem":"go","requirements":"v0.0.0-20200925183923-d5f45b0d3c04","direct":true,"kind":"runtime","optional":false},{"id":6994684924,"package_name":"github.com/anchore/go-version","ecosystem":"go","requirements":"v1.2.2-0.20210903204242-51efa5b487c4","direct":true,"kind":"runtime","optional":false},{"id":6994684925,"package_name":"github.com/anchore/packageurl-go","ecosystem":"go","requirements":"v0.1.1-0.20220428202044-a072fa3cb6d7","direct":true,"kind":"runtime","optional":false},{"id":6994684926,"package_name":"github.com/anchore/stereoscope","ecosystem":"go","requirements":"v0.0.0-20221208011002-c5ff155d72f1","direct":true,"kind":"runtime","optional":false},{"id":6994684939,"package_name":"github.com/bmatcuk/doublestar/v2","ecosystem":"go","requirements":"v2.0.4","direct":true,"kind":"runtime","optional":false},{"id":6994684942,"package_name":"github.com/docker/docker","ecosystem":"go","requirements":"v20.10.17+incompatible","direct":true,"kind":"runtime","optional":false},{"id":6994684944,"package_name":"github.com/dustin/go-humanize","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994684945,"package_name":"github.com/facebookincubator/nvdtools","ecosystem":"go","requirements":"v0.1.4","direct":true,"kind":"runtime","optional":false},{"id":6994685008,"package_name":"github.com/gabriel-vasile/mimetype","ecosystem":"go","requirements":"v1.4.0","direct":true,"kind":"runtime","optional":false},{"id":6994685019,"package_name":"github.com/go-test/deep","ecosystem":"go","requirements":"v1.0.8","direct":true,"kind":"runtime","optional":false},{"id":6994685022,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.9","direct":true,"kind":"runtime","optional":false},{"id":6994685024,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.3.0","direct":true,"kind":"runtime","optional":false},{"id":6994685025,"package_name":"github.com/gookit/color","ecosystem":"go","requirements":"v1.4.2","direct":true,"kind":"runtime","optional":false},{"id":6994685028,"package_name":"github.com/hashicorp/go-cleanhttp","ecosystem":"go","requirements":"v0.5.2","direct":true,"kind":"runtime","optional":false},{"id":6994685030,"package_name":"github.com/hashicorp/go-getter","ecosystem":"go","requirements":"v1.6.1","direct":true,"kind":"runtime","optional":false},{"id":6994685194,"package_name":"github.com/hashicorp/go-multierror","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685197,"package_name":"github.com/hashicorp/go-version","ecosystem":"go","requirements":"v1.6.0","direct":true,"kind":"runtime","optional":false},{"id":6994685199,"package_name":"github.com/knqyf263/go-apk-version","ecosystem":"go","requirements":"v0.0.0-20200609155635-041fdbb8563f","direct":true,"kind":"runtime","optional":false},{"id":6994685254,"package_name":"github.com/knqyf263/go-deb-version","ecosystem":"go","requirements":"v0.0.0-20190517075300-09fca494f03d","direct":true,"kind":"runtime","optional":false},{"id":6994685279,"package_name":"github.com/mholt/archiver/v3","ecosystem":"go","requirements":"v3.5.1","direct":true,"kind":"runtime","optional":false},{"id":6994685280,"package_name":"github.com/mitchellh/go-homedir","ecosystem":"go","requirements":"v1.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685281,"package_name":"github.com/mitchellh/hashstructure/v2","ecosystem":"go","requirements":"v2.0.2","direct":true,"kind":"runtime","optional":false},{"id":6994685282,"package_name":"github.com/olekukonko/tablewriter","ecosystem":"go","requirements":"v0.0.5","direct":true,"kind":"runtime","optional":false},{"id":6994685283,"package_name":"github.com/owenrumney/go-sarif","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685284,"package_name":"github.com/pkg/profile","ecosystem":"go","requirements":"v1.6.0","direct":true,"kind":"runtime","optional":false},{"id":6994685285,"package_name":"github.com/scylladb/go-set","ecosystem":"go","requirements":"v1.0.3-0.20200225121959-cc7b2070d91e","direct":true,"kind":"runtime","optional":false},{"id":6994685286,"package_name":"github.com/sergi/go-diff","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685287,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.9.0","direct":true,"kind":"runtime","optional":false},{"id":6994685288,"package_name":"github.com/spf13/afero","ecosystem":"go","requirements":"v1.8.2","direct":true,"kind":"runtime","optional":false},{"id":6994685289,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v1.6.0","direct":true,"kind":"runtime","optional":false},{"id":6994685296,"package_name":"github.com/spf13/pflag","ecosystem":"go","requirements":"v1.0.5","direct":true,"kind":"runtime","optional":false},{"id":6994685297,"package_name":"github.com/spf13/viper","ecosystem":"go","requirements":"v1.13.0","direct":true,"kind":"runtime","optional":false},{"id":6994685299,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.8.1","direct":true,"kind":"runtime","optional":false},{"id":6994685300,"package_name":"github.com/wagoodman/go-partybus","ecosystem":"go","requirements":"v0.0.0-20210627031916-db1f5573bbc5","direct":true,"kind":"runtime","optional":false},{"id":6994685302,"package_name":"github.com/wagoodman/go-progress","ecosystem":"go","requirements":"v0.0.0-20200807221327-51d465df1451","direct":true,"kind":"runtime","optional":false},{"id":6994685304,"package_name":"github.com/wagoodman/jotframe","ecosystem":"go","requirements":"v0.0.0-20211129225309-56b0d0a4aebb","direct":true,"kind":"runtime","optional":false},{"id":6994685306,"package_name":"github.com/x-cray/logrus-prefixed-formatter","ecosystem":"go","requirements":"v0.5.2","direct":true,"kind":"runtime","optional":false},{"id":6994685308,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20220919170432-7a66f970e087","direct":true,"kind":"runtime","optional":false},{"id":6994685309,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.4.0","direct":true,"kind":"runtime","optional":false},{"id":6994685311,"package_name":"gorm.io/gorm","ecosystem":"go","requirements":"v1.23.5","direct":true,"kind":"runtime","optional":false},{"id":6994685312,"package_name":"github.com/anchore/go-logger","ecosystem":"go","requirements":"v0.0.0-20220728155337-03b66a5207d8","direct":true,"kind":"runtime","optional":false},{"id":6994685315,"package_name":"github.com/anchore/sqlite","ecosystem":"go","requirements":"v1.4.6-0.20220607210448-bcc6ee5c4963","direct":true,"kind":"runtime","optional":false},{"id":6994685316,"package_name":"github.com/anchore/syft","ecosystem":"go","requirements":"v0.65.0","direct":true,"kind":"runtime","optional":false},{"id":6994685317,"package_name":"github.com/hako/durafmt","ecosystem":"go","requirements":"v0.0.0-20210608085754-5c1018a4e16b","direct":true,"kind":"runtime","optional":false},{"id":6994685318,"package_name":"github.com/in-toto/in-toto-golang","ecosystem":"go","requirements":"v0.4.1-0.20221018183522-731d0640b65f","direct":true,"kind":"runtime","optional":false},{"id":6994685319,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.5.0","direct":true,"kind":"runtime","optional":false},{"id":6994685324,"package_name":"github.com/secure-systems-lab/go-securesystemslib","ecosystem":"go","requirements":"v0.4.0","direct":true,"kind":"runtime","optional":false},{"id":6994685326,"package_name":"github.com/sigstore/cosign","ecosystem":"go","requirements":"v1.13.1","direct":true,"kind":"runtime","optional":false},{"id":6994685327,"package_name":"github.com/sigstore/sigstore","ecosystem":"go","requirements":"v1.4.4","direct":true,"kind":"runtime","optional":false},{"id":6994685329,"package_name":"bitbucket.org/creachadair/shell","ecosystem":"go","requirements":"v0.0.7","direct":true,"kind":"runtime","optional":false},{"id":6994685330,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.104.0","direct":true,"kind":"runtime","optional":false},{"id":6994685332,"package_name":"cloud.google.com/go/compute","ecosystem":"go","requirements":"v1.10.0","direct":true,"kind":"runtime","optional":false},{"id":6994685335,"package_name":"cloud.google.com/go/iam","ecosystem":"go","requirements":"v0.5.0","direct":true,"kind":"runtime","optional":false},{"id":6994685336,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.23.0","direct":true,"kind":"runtime","optional":false},{"id":6994685337,"package_name":"github.com/Azure/go-autorest","ecosystem":"go","requirements":"v14.2.0+incompatible","direct":true,"kind":"runtime","optional":false},{"id":6994685339,"package_name":"github.com/Azure/go-autorest/autorest","ecosystem":"go","requirements":"v0.11.28","direct":true,"kind":"runtime","optional":false},{"id":6994685341,"package_name":"github.com/Azure/go-autorest/autorest/adal","ecosystem":"go","requirements":"v0.9.21","direct":true,"kind":"runtime","optional":false},{"id":6994685342,"package_name":"github.com/Azure/go-autorest/autorest/date","ecosystem":"go","requirements":"v0.3.0","direct":true,"kind":"runtime","optional":false},{"id":6994685344,"package_name":"github.com/Azure/go-autorest/logger","ecosystem":"go","requirements":"v0.2.1","direct":true,"kind":"runtime","optional":false},{"id":6994685347,"package_name":"github.com/Azure/go-autorest/tracing","ecosystem":"go","requirements":"v0.6.0","direct":true,"kind":"runtime","optional":false},{"id":6994685349,"package_name":"github.com/DataDog/zstd","ecosystem":"go","requirements":"v1.4.5","direct":true,"kind":"runtime","optional":false},{"id":6994685351,"package_name":"github.com/Masterminds/goutils","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685353,"package_name":"github.com/Masterminds/semver/v3","ecosystem":"go","requirements":"v3.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685355,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.5.2","direct":true,"kind":"runtime","optional":false},{"id":6994685356,"package_name":"github.com/ThalesIgnite/crypto11","ecosystem":"go","requirements":"v1.2.5","direct":true,"kind":"runtime","optional":false},{"id":6994685400,"package_name":"github.com/acobaugh/osrelease","ecosystem":"go","requirements":"v0.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685403,"package_name":"github.com/anchore/go-macholibre","ecosystem":"go","requirements":"v0.0.0-20220308212642-53e6d0aaf6fb","direct":true,"kind":"runtime","optional":false},{"id":6994685405,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.0.4","direct":true,"kind":"runtime","optional":false},{"id":6994685406,"package_name":"github.com/asaskevich/govalidator","ecosystem":"go","requirements":"v0.0.0-20210307081110-f21760c49a8d","direct":true,"kind":"runtime","optional":false},{"id":6994685407,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.44.114","direct":true,"kind":"runtime","optional":false},{"id":6994685409,"package_name":"github.com/benbjohnson/clock","ecosystem":"go","requirements":"v1.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685410,"package_name":"github.com/beorn7/perks","ecosystem":"go","requirements":"v1.0.1","direct":true,"kind":"runtime","optional":false},{"id":6994685412,"package_name":"github.com/bgentry/go-netrc","ecosystem":"go","requirements":"v0.0.0-20140422174119-9fd32a8b3d3d","direct":true,"kind":"runtime","optional":false},{"id":6994685414,"package_name":"github.com/bgentry/speakeasy","ecosystem":"go","requirements":"v0.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685415,"package_name":"github.com/blang/semver","ecosystem":"go","requirements":"v3.5.1+incompatible","direct":true,"kind":"runtime","optional":false},{"id":6994685417,"package_name":"github.com/bmatcuk/doublestar/v4","ecosystem":"go","requirements":"v4.0.2","direct":true,"kind":"runtime","optional":false},{"id":6994685419,"package_name":"github.com/cenkalti/backoff/v4","ecosystem":"go","requirements":"v4.1.3","direct":true,"kind":"runtime","optional":false},{"id":6994685420,"package_name":"github.com/census-instrumentation/opencensus-proto","ecosystem":"go","requirements":"v0.3.0","direct":true,"kind":"runtime","optional":false},{"id":6994685422,"package_name":"github.com/cespare/xxhash/v2","ecosystem":"go","requirements":"v2.1.2","direct":true,"kind":"runtime","optional":false},{"id":6994685423,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20210930031921-04548b0d99d4","direct":true,"kind":"runtime","optional":false},{"id":6994685424,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20211130200136-a8f946100490","direct":true,"kind":"runtime","optional":false},{"id":6994685425,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.6.12","direct":true,"kind":"runtime","optional":false},{"id":6994685426,"package_name":"github.com/containerd/stargz-snapshotter/estargz","ecosystem":"go","requirements":"v0.12.0","direct":true,"kind":"runtime","optional":false},{"id":6994685427,"package_name":"github.com/coreos/go-semver","ecosystem":"go","requirements":"v0.3.0","direct":true,"kind":"runtime","optional":false},{"id":6994685428,"package_name":"github.com/coreos/go-systemd/v22","ecosystem":"go","requirements":"v22.3.2","direct":true,"kind":"runtime","optional":false},{"id":6994685429,"package_name":"github.com/cpuguy83/go-md2man/v2","ecosystem":"go","requirements":"v2.0.2","direct":true,"kind":"runtime","optional":false},{"id":6994685430,"package_name":"github.com/cyberphone/json-canonicalization","ecosystem":"go","requirements":"v0.0.0-20210823021906-dc406ceaf94b","direct":true,"kind":"runtime","optional":false},{"id":6994685431,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685432,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v20.10.17+incompatible","direct":true,"kind":"runtime","optional":false},{"id":6994685433,"package_name":"github.com/docker/distribution","ecosystem":"go","requirements":"v2.8.1+incompatible","direct":true,"kind":"runtime","optional":false},{"id":6994685434,"package_name":"github.com/docker/docker-credential-helpers","ecosystem":"go","requirements":"v0.6.4","direct":true,"kind":"runtime","optional":false},{"id":6994685435,"package_name":"github.com/docker/go-connections","ecosystem":"go","requirements":"v0.4.0","direct":true,"kind":"runtime","optional":false},{"id":6994685436,"package_name":"github.com/docker/go-units","ecosystem":"go","requirements":"v0.4.0","direct":true,"kind":"runtime","optional":false},{"id":6994685437,"package_name":"github.com/dsnet/compress","ecosystem":"go","requirements":"v0.0.2-0.20210315054119-f66993602bf5","direct":true,"kind":"runtime","optional":false},{"id":6994685438,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.10.2-0.20220325020618-49ff273808a1","direct":true,"kind":"runtime","optional":false},{"id":6994685440,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v0.6.2","direct":true,"kind":"runtime","optional":false},{"id":6994685442,"package_name":"github.com/fsnotify/fsnotify","ecosystem":"go","requirements":"v1.5.4","direct":true,"kind":"runtime","optional":false},{"id":6994685444,"package_name":"github.com/fullstorydev/grpcurl","ecosystem":"go","requirements":"v1.8.7","direct":true,"kind":"runtime","optional":false},{"id":6994685446,"package_name":"github.com/go-chi/chi","ecosystem":"go","requirements":"v4.1.2+incompatible","direct":true,"kind":"runtime","optional":false},{"id":6994685448,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v1.2.3","direct":true,"kind":"runtime","optional":false},{"id":6994685449,"package_name":"github.com/go-logr/stdr","ecosystem":"go","requirements":"v1.2.2","direct":true,"kind":"runtime","optional":false},{"id":6994685451,"package_name":"github.com/go-openapi/analysis","ecosystem":"go","requirements":"v0.21.4","direct":true,"kind":"runtime","optional":false},{"id":6994685454,"package_name":"github.com/go-openapi/errors","ecosystem":"go","requirements":"v0.20.3","direct":true,"kind":"runtime","optional":false},{"id":6994685456,"package_name":"github.com/go-openapi/jsonpointer","ecosystem":"go","requirements":"v0.19.5","direct":true,"kind":"runtime","optional":false},{"id":6994685458,"package_name":"github.com/go-openapi/jsonreference","ecosystem":"go","requirements":"v0.20.0","direct":true,"kind":"runtime","optional":false},{"id":6994685460,"package_name":"github.com/go-openapi/loads","ecosystem":"go","requirements":"v0.21.2","direct":true,"kind":"runtime","optional":false},{"id":6994685462,"package_name":"github.com/go-openapi/runtime","ecosystem":"go","requirements":"v0.24.2","direct":true,"kind":"runtime","optional":false},{"id":6994685464,"package_name":"github.com/go-openapi/spec","ecosystem":"go","requirements":"v0.20.7","direct":true,"kind":"runtime","optional":false},{"id":6994685466,"package_name":"github.com/go-openapi/strfmt","ecosystem":"go","requirements":"v0.21.3","direct":true,"kind":"runtime","optional":false},{"id":6994685468,"package_name":"github.com/go-openapi/swag","ecosystem":"go","requirements":"v0.22.3","direct":true,"kind":"runtime","optional":false},{"id":6994685469,"package_name":"github.com/go-openapi/validate","ecosystem":"go","requirements":"v0.22.0","direct":true,"kind":"runtime","optional":false},{"id":6994685470,"package_name":"github.com/go-playground/locales","ecosystem":"go","requirements":"v0.14.0","direct":true,"kind":"runtime","optional":false},{"id":6994685471,"package_name":"github.com/go-playground/universal-translator","ecosystem":"go","requirements":"v0.18.0","direct":true,"kind":"runtime","optional":false},{"id":6994685472,"package_name":"github.com/go-playground/validator/v10","ecosystem":"go","requirements":"v10.11.0","direct":true,"kind":"runtime","optional":false},{"id":6994685474,"package_name":"github.com/go-restruct/restruct","ecosystem":"go","requirements":"v1.2.0-alpha","direct":true,"kind":"runtime","optional":false},{"id":6994685477,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.3.2","direct":true,"kind":"runtime","optional":false},{"id":6994685478,"package_name":"github.com/golang-jwt/jwt","ecosystem":"go","requirements":"v3.2.2+incompatible","direct":true,"kind":"runtime","optional":false},{"id":6994685480,"package_name":"github.com/golang-jwt/jwt/v4","ecosystem":"go","requirements":"v4.4.2","direct":true,"kind":"runtime","optional":false},{"id":6994685482,"package_name":"github.com/golang/glog","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685483,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20210331224755-41bb18bfe9da","direct":true,"kind":"runtime","optional":false},{"id":6994685484,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.6.0","direct":true,"kind":"runtime","optional":false},{"id":6994685485,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.2","direct":true,"kind":"runtime","optional":false},{"id":6994685486,"package_name":"github.com/golang/snappy","ecosystem":"go","requirements":"v0.0.4","direct":true,"kind":"runtime","optional":false},{"id":6994685487,"package_name":"github.com/google/btree","ecosystem":"go","requirements":"v1.1.2","direct":true,"kind":"runtime","optional":false},{"id":6994685488,"package_name":"github.com/google/certificate-transparency-go","ecosystem":"go","requirements":"v1.1.3","direct":true,"kind":"runtime","optional":false},{"id":6994685489,"package_name":"github.com/google/go-containerregistry","ecosystem":"go","requirements":"v0.11.0","direct":true,"kind":"runtime","optional":false},{"id":6994685490,"package_name":"github.com/google/go-github/v45","ecosystem":"go","requirements":"v45.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685491,"package_name":"github.com/google/go-querystring","ecosystem":"go","requirements":"v1.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685493,"package_name":"github.com/google/gofuzz","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685494,"package_name":"github.com/google/trillian","ecosystem":"go","requirements":"v1.5.0","direct":true,"kind":"runtime","optional":false},{"id":6994685496,"package_name":"github.com/googleapis/enterprise-certificate-proxy","ecosystem":"go","requirements":"v0.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685498,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.5.1","direct":true,"kind":"runtime","optional":false},{"id":6994685500,"package_name":"github.com/googleapis/gnostic","ecosystem":"go","requirements":"v0.5.5","direct":true,"kind":"runtime","optional":false},{"id":6994685502,"package_name":"github.com/googleapis/go-type-adapters","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685504,"package_name":"github.com/gorilla/websocket","ecosystem":"go","requirements":"v1.4.2","direct":true,"kind":"runtime","optional":false},{"id":6994685506,"package_name":"github.com/grpc-ecosystem/go-grpc-middleware","ecosystem":"go","requirements":"v1.3.0","direct":true,"kind":"runtime","optional":false},{"id":6994685509,"package_name":"github.com/grpc-ecosystem/go-grpc-prometheus","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685511,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.16.0","direct":true,"kind":"runtime","optional":false},{"id":6994685513,"package_name":"github.com/grpc-ecosystem/grpc-gateway/v2","ecosystem":"go","requirements":"v2.11.3","direct":true,"kind":"runtime","optional":false},{"id":6994685515,"package_name":"github.com/hashicorp/errwrap","ecosystem":"go","requirements":"v1.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685518,"package_name":"github.com/hashicorp/go-retryablehttp","ecosystem":"go","requirements":"v0.7.1","direct":true,"kind":"runtime","optional":false},{"id":6994685520,"package_name":"github.com/hashicorp/go-safetemp","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685522,"package_name":"github.com/hashicorp/hcl","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685524,"package_name":"github.com/huandu/xstrings","ecosystem":"go","requirements":"v1.3.2","direct":true,"kind":"runtime","optional":false},{"id":6994685527,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.12","direct":true,"kind":"runtime","optional":false},{"id":6994685529,"package_name":"github.com/inconshreveable/mousetrap","ecosystem":"go","requirements":"v1.0.1","direct":true,"kind":"runtime","optional":false},{"id":6994685531,"package_name":"github.com/jedisct1/go-minisign","ecosystem":"go","requirements":"v0.0.0-20211028175153-1c139d1cc84b","direct":true,"kind":"runtime","optional":false},{"id":6994685533,"package_name":"github.com/jhump/protoreflect","ecosystem":"go","requirements":"v1.13.0","direct":true,"kind":"runtime","optional":false},{"id":6994685535,"package_name":"github.com/jinzhu/copier","ecosystem":"go","requirements":"v0.3.2","direct":true,"kind":"runtime","optional":false},{"id":6994685537,"package_name":"github.com/jinzhu/inflection","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685539,"package_name":"github.com/jinzhu/now","ecosystem":"go","requirements":"v1.1.4","direct":true,"kind":"runtime","optional":false},{"id":6994685541,"package_name":"github.com/jmespath/go-jmespath","ecosystem":"go","requirements":"v0.4.0","direct":true,"kind":"runtime","optional":false},{"id":6994685544,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.3.0","direct":true,"kind":"runtime","optional":false},{"id":6994685546,"package_name":"github.com/josharian/intern","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685547,"package_name":"github.com/json-iterator/go","ecosystem":"go","requirements":"v1.1.12","direct":true,"kind":"runtime","optional":false},{"id":6994685549,"package_name":"github.com/kballard/go-shellquote","ecosystem":"go","requirements":"v0.0.0-20180428030007-95032a82bc51","direct":true,"kind":"runtime","optional":false},{"id":6994685551,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.15.9","direct":true,"kind":"runtime","optional":false},{"id":6994685554,"package_name":"github.com/klauspost/pgzip","ecosystem":"go","requirements":"v1.2.5","direct":true,"kind":"runtime","optional":false},{"id":6994685556,"package_name":"github.com/knqyf263/go-rpmdb","ecosystem":"go","requirements":"v0.0.0-20221030135625-4082a22221ce","direct":true,"kind":"runtime","optional":false},{"id":6994685559,"package_name":"github.com/leodido/go-urn","ecosystem":"go","requirements":"v1.2.1","direct":true,"kind":"runtime","optional":false},{"id":6994685561,"package_name":"github.com/letsencrypt/boulder","ecosystem":"go","requirements":"v0.0.0-20220929215747-76583552c2be","direct":true,"kind":"runtime","optional":false},{"id":6994685563,"package_name":"github.com/logrusorgru/aurora","ecosystem":"go","requirements":"v0.0.0-20200102142835-e9ef32dff381","direct":true,"kind":"runtime","optional":false},{"id":6994685564,"package_name":"github.com/magiconair/properties","ecosystem":"go","requirements":"v1.8.6","direct":true,"kind":"runtime","optional":false},{"id":6994685565,"package_name":"github.com/mailru/easyjson","ecosystem":"go","requirements":"v0.7.7","direct":true,"kind":"runtime","optional":false},{"id":6994685566,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.13","direct":true,"kind":"runtime","optional":false},{"id":6994685567,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.16","direct":true,"kind":"runtime","optional":false},{"id":6994685568,"package_name":"github.com/mattn/go-runewidth","ecosystem":"go","requirements":"v0.0.13","direct":true,"kind":"runtime","optional":false},{"id":6994685569,"package_name":"github.com/matttproud/golang_protobuf_extensions","ecosystem":"go","requirements":"v1.0.4","direct":true,"kind":"runtime","optional":false},{"id":6994685570,"package_name":"github.com/mgutz/ansi","ecosystem":"go","requirements":"v0.0.0-20200706080929-d51e80ef957d","direct":true,"kind":"runtime","optional":false},{"id":6994685571,"package_name":"github.com/microsoft/go-rustaudit","ecosystem":"go","requirements":"v0.0.0-20220730194248-4b17361d90a5","direct":true,"kind":"runtime","optional":false},{"id":6994685572,"package_name":"github.com/miekg/pkcs11","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685573,"package_name":"github.com/mitchellh/copystructure","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685574,"package_name":"github.com/mitchellh/go-testing-interface","ecosystem":"go","requirements":"v1.14.1","direct":true,"kind":"runtime","optional":false},{"id":6994685575,"package_name":"github.com/mitchellh/reflectwalk","ecosystem":"go","requirements":"v1.0.2","direct":true,"kind":"runtime","optional":false},{"id":6994685576,"package_name":"github.com/moby/term","ecosystem":"go","requirements":"v0.0.0-20210619224110-3f7ff695adc6","direct":true,"kind":"runtime","optional":false},{"id":6994685577,"package_name":"github.com/modern-go/concurrent","ecosystem":"go","requirements":"v0.0.0-20180306012644-bacd9c7ef1dd","direct":true,"kind":"runtime","optional":false},{"id":6994685578,"package_name":"github.com/modern-go/reflect2","ecosystem":"go","requirements":"v1.0.2","direct":true,"kind":"runtime","optional":false},{"id":6994685579,"package_name":"github.com/nwaples/rardecode","ecosystem":"go","requirements":"v1.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685580,"package_name":"github.com/oklog/ulid","ecosystem":"go","requirements":"v1.3.1","direct":true,"kind":"runtime","optional":false},{"id":6994685581,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685582,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.0.3-0.20220114050600-8b9d41f48198","direct":true,"kind":"runtime","optional":false},{"id":6994685583,"package_name":"github.com/opentracing/opentracing-go","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685584,"package_name":"github.com/pelletier/go-toml","ecosystem":"go","requirements":"v1.9.5","direct":true,"kind":"runtime","optional":false},{"id":6994685585,"package_name":"github.com/pelletier/go-toml/v2","ecosystem":"go","requirements":"v2.0.5","direct":true,"kind":"runtime","optional":false},{"id":6994685586,"package_name":"github.com/pierrec/lz4/v4","ecosystem":"go","requirements":"v4.1.15","direct":true,"kind":"runtime","optional":false},{"id":6994685587,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.9.1","direct":true,"kind":"runtime","optional":false},{"id":6994685588,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685589,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.13.0","direct":true,"kind":"runtime","optional":false},{"id":6994685590,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685591,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.37.0","direct":true,"kind":"runtime","optional":false},{"id":6994685592,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.8.0","direct":true,"kind":"runtime","optional":false},{"id":6994685593,"package_name":"github.com/remyoudompheng/bigfft","ecosystem":"go","requirements":"v0.0.0-20200410134404-eec4a21b6bb0","direct":true,"kind":"runtime","optional":false},{"id":6994685594,"package_name":"github.com/rivo/uniseg","ecosystem":"go","requirements":"v0.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685595,"package_name":"github.com/russross/blackfriday/v2","ecosystem":"go","requirements":"v2.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685596,"package_name":"github.com/sassoftware/go-rpmutils","ecosystem":"go","requirements":"v0.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685597,"package_name":"github.com/sassoftware/relic","ecosystem":"go","requirements":"v0.0.0-20210427151427-dfb082b79b74","direct":true,"kind":"runtime","optional":false},{"id":6994685598,"package_name":"github.com/shibumi/go-pathspec","ecosystem":"go","requirements":"v1.3.0","direct":true,"kind":"runtime","optional":false},{"id":6994685599,"package_name":"github.com/shopspring/decimal","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":6994685600,"package_name":"github.com/sigstore/rekor","ecosystem":"go","requirements":"v0.12.1-0.20220915152154-4bb6f441c1b2","direct":true,"kind":"runtime","optional":false},{"id":6994685601,"package_name":"github.com/soheilhy/cmux","ecosystem":"go","requirements":"v0.1.5","direct":true,"kind":"runtime","optional":false},{"id":6994685602,"package_name":"github.com/spdx/tools-golang","ecosystem":"go","requirements":"v0.3.1-0.20221108182156-8a01147e6342","direct":true,"kind":"runtime","optional":false},{"id":6994685603,"package_name":"github.com/spf13/cast","ecosystem":"go","requirements":"v1.5.0","direct":true,"kind":"runtime","optional":false},{"id":6994685604,"package_name":"github.com/spf13/jwalterweatherman","ecosystem":"go","requirements":"v1.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685605,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.5.0","direct":true,"kind":"runtime","optional":false},{"id":6994685606,"package_name":"github.com/subosito/gotenv","ecosystem":"go","requirements":"v1.4.1","direct":true,"kind":"runtime","optional":false},{"id":6994685608,"package_name":"github.com/sylabs/sif/v2","ecosystem":"go","requirements":"v2.8.1","direct":true,"kind":"runtime","optional":false},{"id":6994685609,"package_name":"github.com/sylabs/squashfs","ecosystem":"go","requirements":"v0.6.1","direct":true,"kind":"runtime","optional":false},{"id":6994685611,"package_name":"github.com/syndtr/goleveldb","ecosystem":"go","requirements":"v1.0.1-0.20220721030215-126854af5e6d","direct":true,"kind":"runtime","optional":false},{"id":6994685613,"package_name":"github.com/tent/canonical-json-go","ecosystem":"go","requirements":"v0.0.0-20130607151641-96e4ba3a7613","direct":true,"kind":"runtime","optional":false},{"id":6994685616,"package_name":"github.com/thales-e-security/pool","ecosystem":"go","requirements":"v0.0.2","direct":true,"kind":"runtime","optional":false},{"id":6994685618,"package_name":"github.com/therootcompany/xz","ecosystem":"go","requirements":"v1.0.1","direct":true,"kind":"runtime","optional":false},{"id":6994685620,"package_name":"github.com/theupdateframework/go-tuf","ecosystem":"go","requirements":"v0.5.2-0.20220930112810-3890c1e7ace4","direct":true,"kind":"runtime","optional":false},{"id":6994685623,"package_name":"github.com/titanous/rocacheck","ecosystem":"go","requirements":"v0.0.0-20171023193734-afe73141d399","direct":true,"kind":"runtime","optional":false},{"id":6994685625,"package_name":"github.com/tmc/grpc-websocket-proxy","ecosystem":"go","requirements":"v0.0.0-20201229170055-e5319fda7802","direct":true,"kind":"runtime","optional":false},{"id":6994685628,"package_name":"github.com/transparency-dev/merkle","ecosystem":"go","requirements":"v0.0.1","direct":true,"kind":"runtime","optional":false},{"id":6994685637,"package_name":"github.com/ulikunitz/xz","ecosystem":"go","requirements":"v0.5.10","direct":true,"kind":"runtime","optional":false},{"id":6994685639,"package_name":"github.com/urfave/cli","ecosystem":"go","requirements":"v1.22.7","direct":true,"kind":"runtime","optional":false},{"id":6994685640,"package_name":"github.com/vbatts/go-mtree","ecosystem":"go","requirements":"v0.5.0","direct":true,"kind":"runtime","optional":false},{"id":6994685673,"package_name":"github.com/vbatts/tar-split","ecosystem":"go","requirements":"v0.11.2","direct":true,"kind":"runtime","optional":false},{"id":6994685674,"package_name":"github.com/vifraa/gopom","ecosystem":"go","requirements":"v0.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685730,"package_name":"github.com/xanzy/go-gitlab","ecosystem":"go","requirements":"v0.73.1","direct":true,"kind":"runtime","optional":false},{"id":6994685731,"package_name":"github.com/xi2/xz","ecosystem":"go","requirements":"v0.0.0-20171230120015-48954b6210f8","direct":true,"kind":"runtime","optional":false},{"id":6994685732,"package_name":"github.com/xiang90/probing","ecosystem":"go","requirements":"v0.0.0-20190116061207-43a291ad63a2","direct":true,"kind":"runtime","optional":false},{"id":6994685733,"package_name":"github.com/xo/terminfo","ecosystem":"go","requirements":"v0.0.0-20210125001918-ca9a967f8778","direct":true,"kind":"runtime","optional":false},{"id":6994685734,"package_name":"github.com/zclconf/go-cty","ecosystem":"go","requirements":"v1.10.0","direct":true,"kind":"runtime","optional":false},{"id":6994685735,"package_name":"go.etcd.io/bbolt","ecosystem":"go","requirements":"v1.3.6","direct":true,"kind":"runtime","optional":false},{"id":6994685736,"package_name":"go.etcd.io/etcd/api/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685737,"package_name":"go.etcd.io/etcd/client/pkg/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685738,"package_name":"go.etcd.io/etcd/client/v2","ecosystem":"go","requirements":"v2.306.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685739,"package_name":"go.etcd.io/etcd/client/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685740,"package_name":"go.etcd.io/etcd/etcdctl/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685741,"package_name":"go.etcd.io/etcd/etcdutl/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685742,"package_name":"go.etcd.io/etcd/pkg/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685743,"package_name":"go.etcd.io/etcd/raft/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685744,"package_name":"go.etcd.io/etcd/server/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685745,"package_name":"go.etcd.io/etcd/tests/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685746,"package_name":"go.etcd.io/etcd/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":true,"kind":"runtime","optional":false},{"id":6994685747,"package_name":"go.mongodb.org/mongo-driver","ecosystem":"go","requirements":"v1.10.0","direct":true,"kind":"runtime","optional":false},{"id":6994685748,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.23.0","direct":true,"kind":"runtime","optional":false},{"id":6994685749,"package_name":"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc","ecosystem":"go","requirements":"v0.28.0","direct":true,"kind":"runtime","optional":false},{"id":6994685750,"package_name":"go.opentelemetry.io/otel","ecosystem":"go","requirements":"v1.7.0","direct":true,"kind":"runtime","optional":false},{"id":6994685751,"package_name":"go.opentelemetry.io/otel/exporters/otlp/internal/retry","ecosystem":"go","requirements":"v1.7.0","direct":true,"kind":"runtime","optional":false},{"id":6994685752,"package_name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace","ecosystem":"go","requirements":"v1.7.0","direct":true,"kind":"runtime","optional":false},{"id":6994685753,"package_name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","ecosystem":"go","requirements":"v1.7.0","direct":true,"kind":"runtime","optional":false},{"id":6994685754,"package_name":"go.opentelemetry.io/otel/sdk","ecosystem":"go","requirements":"v1.7.0","direct":true,"kind":"runtime","optional":false},{"id":6994685755,"package_name":"go.opentelemetry.io/otel/trace","ecosystem":"go","requirements":"v1.7.0","direct":true,"kind":"runtime","optional":false},{"id":6994685756,"package_name":"go.opentelemetry.io/proto/otlp","ecosystem":"go","requirements":"v0.16.0","direct":true,"kind":"runtime","optional":false},{"id":6994685757,"package_name":"go.uber.org/atomic","ecosystem":"go","requirements":"v1.10.0","direct":true,"kind":"runtime","optional":false},{"id":6994685758,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.8.0","direct":true,"kind":"runtime","optional":false},{"id":6994685759,"package_name":"go.uber.org/zap","ecosystem":"go","requirements":"v1.23.0","direct":true,"kind":"runtime","optional":false},{"id":6994685760,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220926161630-eccd6366d1be","direct":true,"kind":"runtime","optional":false},{"id":6994685761,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20220823124025-807a23277127","direct":true,"kind":"runtime","optional":false},{"id":6994685762,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.6.0-dev.0.20220419223038-86c51ed26bb4","direct":true,"kind":"runtime","optional":false},{"id":6994685763,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20221012135044-0b7e1fb9d458","direct":true,"kind":"runtime","optional":false},{"id":6994685764,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20221006150949-b44042a4b9c1","direct":true,"kind":"runtime","optional":false},{"id":6994685765,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.1.0","direct":true,"kind":"runtime","optional":false},{"id":6994685766,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220928140112-f11e5e49a4ec","direct":true,"kind":"runtime","optional":false},{"id":6994685767,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.8-0.20211004125949-5bd84dd9b33b","direct":true,"kind":"runtime","optional":false},{"id":6994685768,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20220922220347-f3bd1da661af","direct":true,"kind":"runtime","optional":false},{"id":6994685769,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.12","direct":true,"kind":"runtime","optional":false},{"id":6994685770,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20220907171357-04be3eba64a2","direct":true,"kind":"runtime","optional":false},{"id":6994685771,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.99.0","direct":true,"kind":"runtime","optional":false},{"id":6994685772,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.6.7","direct":true,"kind":"runtime","optional":false},{"id":6994685773,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20221010155953-15ba04fc1c0e","direct":true,"kind":"runtime","optional":false},{"id":6994685774,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.50.1","direct":true,"kind":"runtime","optional":false},{"id":6994685775,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.28.1","direct":true,"kind":"runtime","optional":false},{"id":6994685776,"package_name":"gopkg.in/cheggaaa/pb.v1","ecosystem":"go","requirements":"v1.0.28","direct":true,"kind":"runtime","optional":false},{"id":6994685777,"package_name":"gopkg.in/inf.v0","ecosystem":"go","requirements":"v0.9.1","direct":true,"kind":"runtime","optional":false},{"id":6994685778,"package_name":"gopkg.in/ini.v1","ecosystem":"go","requirements":"v1.67.0","direct":true,"kind":"runtime","optional":false},{"id":6994685779,"package_name":"gopkg.in/natefinch/lumberjack.v2","ecosystem":"go","requirements":"v2.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685780,"package_name":"gopkg.in/square/go-jose.v2","ecosystem":"go","requirements":"v2.6.0","direct":true,"kind":"runtime","optional":false},{"id":6994685781,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.1","direct":true,"kind":"runtime","optional":false},{"id":6994685782,"package_name":"k8s.io/api","ecosystem":"go","requirements":"v0.23.5","direct":true,"kind":"runtime","optional":false},{"id":6994685783,"package_name":"k8s.io/apimachinery","ecosystem":"go","requirements":"v0.23.5","direct":true,"kind":"runtime","optional":false},{"id":6994685784,"package_name":"k8s.io/client-go","ecosystem":"go","requirements":"v0.23.5","direct":true,"kind":"runtime","optional":false},{"id":6994685785,"package_name":"k8s.io/klog/v2","ecosystem":"go","requirements":"v2.60.1-0.20220317184644-43cc75f9ae89","direct":true,"kind":"runtime","optional":false},{"id":6994685786,"package_name":"k8s.io/kube-openapi","ecosystem":"go","requirements":"v0.0.0-20220124234850-424119656bbf","direct":true,"kind":"runtime","optional":false},{"id":6994685787,"package_name":"k8s.io/utils","ecosystem":"go","requirements":"v0.0.0-20220210201930-3a6ce19ff2f9","direct":true,"kind":"runtime","optional":false},{"id":6994685788,"package_name":"lukechampine.com/uint128","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685789,"package_name":"modernc.org/cc/v3","ecosystem":"go","requirements":"v3.36.0","direct":true,"kind":"runtime","optional":false},{"id":6994685790,"package_name":"modernc.org/ccgo/v3","ecosystem":"go","requirements":"v3.16.6","direct":true,"kind":"runtime","optional":false},{"id":6994685791,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v1.16.8","direct":true,"kind":"runtime","optional":false},{"id":6994685792,"package_name":"modernc.org/mathutil","ecosystem":"go","requirements":"v1.4.1","direct":true,"kind":"runtime","optional":false},{"id":6994685793,"package_name":"modernc.org/memory","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685794,"package_name":"modernc.org/opt","ecosystem":"go","requirements":"v0.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685795,"package_name":"modernc.org/sqlite","ecosystem":"go","requirements":"v1.17.3","direct":true,"kind":"runtime","optional":false},{"id":6994685796,"package_name":"modernc.org/strutil","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":6994685797,"package_name":"modernc.org/token","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6994685798,"package_name":"sigs.k8s.io/json","ecosystem":"go","requirements":"v0.0.0-20211208200746-9f7c6b3444d2","direct":true,"kind":"runtime","optional":false},{"id":6994685799,"package_name":"sigs.k8s.io/structured-merge-diff/v4","ecosystem":"go","requirements":"v4.2.1","direct":true,"kind":"runtime","optional":false},{"id":6994685800,"package_name":"sigs.k8s.io/yaml","ecosystem":"go","requirements":"v1.3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"go.sum","sha":null,"kind":"lockfile","created_at":"2023-01-17T13:16:03.589Z","updated_at":"2023-01-17T13:16:03.589Z","repository_link":"https://github.com/anchore/grype/blob/main/go.sum","dependencies":[{"id":6994693549,"package_name":"github.com/ugorji/go/codec","ecosystem":"go","requirements":"v0.0.0-20181204163529-d75b2dcb6bc8","direct":false,"kind":"runtime","optional":false},{"id":6994693550,"package_name":"github.com/ulikunitz/xz","ecosystem":"go","requirements":"v0.5.6","direct":false,"kind":"runtime","optional":false},{"id":6994693551,"package_name":"github.com/ulikunitz/xz","ecosystem":"go","requirements":"v0.5.7","direct":false,"kind":"runtime","optional":false},{"id":6994693552,"package_name":"github.com/ulikunitz/xz","ecosystem":"go","requirements":"v0.5.8","direct":false,"kind":"runtime","optional":false},{"id":6994693553,"package_name":"github.com/ulikunitz/xz","ecosystem":"go","requirements":"v0.5.9","direct":false,"kind":"runtime","optional":false},{"id":6994693554,"package_name":"github.com/ulikunitz/xz","ecosystem":"go","requirements":"v0.5.10","direct":false,"kind":"runtime","optional":false},{"id":6994693555,"package_name":"github.com/ultraware/funlen","ecosystem":"go","requirements":"v0.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693556,"package_name":"github.com/ultraware/whitespace","ecosystem":"go","requirements":"v0.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994693557,"package_name":"github.com/urfave/cli","ecosystem":"go","requirements":"v0.0.0-20171014202726-7bc6a0acffa5","direct":false,"kind":"runtime","optional":false},{"id":6994693558,"package_name":"github.com/urfave/cli","ecosystem":"go","requirements":"v1.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693559,"package_name":"github.com/urfave/cli","ecosystem":"go","requirements":"v1.22.1","direct":false,"kind":"runtime","optional":false},{"id":6994693560,"package_name":"github.com/urfave/cli","ecosystem":"go","requirements":"v1.22.2","direct":false,"kind":"runtime","optional":false},{"id":6994693561,"package_name":"github.com/urfave/cli","ecosystem":"go","requirements":"v1.22.4","direct":false,"kind":"runtime","optional":false},{"id":6994693562,"package_name":"github.com/urfave/cli","ecosystem":"go","requirements":"v1.22.7","direct":false,"kind":"runtime","optional":false},{"id":6994693563,"package_name":"github.com/uudashr/gocognit","ecosystem":"go","requirements":"v1.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994693564,"package_name":"github.com/valyala/bytebufferpool","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693565,"package_name":"github.com/valyala/fasthttp","ecosystem":"go","requirements":"v1.30.0","direct":false,"kind":"runtime","optional":false},{"id":6994693566,"package_name":"github.com/valyala/quicktemplate","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693567,"package_name":"github.com/valyala/tcplisten","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693568,"package_name":"github.com/vbatts/go-mtree","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693569,"package_name":"github.com/vbatts/tar-split","ecosystem":"go","requirements":"v0.11.2","direct":false,"kind":"runtime","optional":false},{"id":6994693570,"package_name":"github.com/vifraa/gopom","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693571,"package_name":"github.com/viki-org/dnscache","ecosystem":"go","requirements":"v0.0.0-20130720023526-c70c1f23c5d8","direct":false,"kind":"runtime","optional":false},{"id":6994693572,"package_name":"github.com/vishvananda/netlink","ecosystem":"go","requirements":"v0.0.0-20181108222139-023a6dafdcdf","direct":false,"kind":"runtime","optional":false},{"id":6994693573,"package_name":"github.com/vishvananda/netlink","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693574,"package_name":"github.com/vishvananda/netlink","ecosystem":"go","requirements":"v1.1.1-0.20201029203352-d40f9887b852","direct":false,"kind":"runtime","optional":false},{"id":6994693575,"package_name":"github.com/vishvananda/netlink","ecosystem":"go","requirements":"v1.1.1-0.20210330154013-f5de75959ad5","direct":false,"kind":"runtime","optional":false},{"id":6994693576,"package_name":"github.com/vishvananda/netns","ecosystem":"go","requirements":"v0.0.0-20180720170159-13995c7128cc","direct":false,"kind":"runtime","optional":false},{"id":6994693577,"package_name":"github.com/vishvananda/netns","ecosystem":"go","requirements":"v0.0.0-20191106174202-0a2b9b5464df","direct":false,"kind":"runtime","optional":false},{"id":6994693578,"package_name":"github.com/vishvananda/netns","ecosystem":"go","requirements":"v0.0.0-20200728191858-db3c7e526aae","direct":false,"kind":"runtime","optional":false},{"id":6994693579,"package_name":"github.com/vishvananda/netns","ecosystem":"go","requirements":"v0.0.0-20210104183010-2eb08e3e575f","direct":false,"kind":"runtime","optional":false},{"id":6994693580,"package_name":"github.com/vmihailenco/msgpack/v4","ecosystem":"go","requirements":"v4.3.12","direct":false,"kind":"runtime","optional":false},{"id":6994693581,"package_name":"github.com/vmihailenco/msgpack/v5","ecosystem":"go","requirements":"v5.3.5","direct":false,"kind":"runtime","optional":false},{"id":6994693582,"package_name":"github.com/vmihailenco/tagparser","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693583,"package_name":"github.com/vmihailenco/tagparser/v2","ecosystem":"go","requirements":"v2.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693584,"package_name":"github.com/wagoodman/go-partybus","ecosystem":"go","requirements":"v0.0.0-20200526224238-eb215533f07d","direct":false,"kind":"runtime","optional":false},{"id":6994693585,"package_name":"github.com/wagoodman/go-partybus","ecosystem":"go","requirements":"v0.0.0-20210627031916-db1f5573bbc5","direct":false,"kind":"runtime","optional":false},{"id":6994693586,"package_name":"github.com/wagoodman/go-progress","ecosystem":"go","requirements":"v0.0.0-20200621122631-1a2120f0695a","direct":false,"kind":"runtime","optional":false},{"id":6994693587,"package_name":"github.com/wagoodman/go-progress","ecosystem":"go","requirements":"v0.0.0-20200807221327-51d465df1451","direct":false,"kind":"runtime","optional":false},{"id":6994693588,"package_name":"github.com/wagoodman/jotframe","ecosystem":"go","requirements":"v0.0.0-20211129225309-56b0d0a4aebb","direct":false,"kind":"runtime","optional":false},{"id":6994693589,"package_name":"github.com/willf/bitset","ecosystem":"go","requirements":"v1.1.11-0.20200630133818-d5bec3311243","direct":false,"kind":"runtime","optional":false},{"id":6994693590,"package_name":"github.com/willf/bitset","ecosystem":"go","requirements":"v1.1.11","direct":false,"kind":"runtime","optional":false},{"id":6994693591,"package_name":"github.com/x-cray/logrus-prefixed-formatter","ecosystem":"go","requirements":"v0.5.2","direct":false,"kind":"runtime","optional":false},{"id":6994693592,"package_name":"github.com/xanzy/go-gitlab","ecosystem":"go","requirements":"v0.31.0","direct":false,"kind":"runtime","optional":false},{"id":6994693593,"package_name":"github.com/xanzy/go-gitlab","ecosystem":"go","requirements":"v0.73.1","direct":false,"kind":"runtime","optional":false},{"id":6994693594,"package_name":"github.com/xanzy/ssh-agent","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693595,"package_name":"github.com/xdg-go/pbkdf2","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693596,"package_name":"github.com/xdg-go/scram","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693597,"package_name":"github.com/xdg-go/scram","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693598,"package_name":"github.com/xdg-go/stringprep","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693599,"package_name":"github.com/xdg-go/stringprep","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693600,"package_name":"github.com/xeipuuv/gojsonpointer","ecosystem":"go","requirements":"v0.0.0-20180127040702-4e3ac2762d5f","direct":false,"kind":"runtime","optional":false},{"id":6994693601,"package_name":"github.com/xeipuuv/gojsonreference","ecosystem":"go","requirements":"v0.0.0-20180127040603-bd5ef7bd5415","direct":false,"kind":"runtime","optional":false},{"id":6994693602,"package_name":"github.com/xeipuuv/gojsonschema","ecosystem":"go","requirements":"v0.0.0-20180618132009-1d523034197f","direct":false,"kind":"runtime","optional":false},{"id":6994693603,"package_name":"github.com/xeipuuv/gojsonschema","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693604,"package_name":"github.com/xi2/xz","ecosystem":"go","requirements":"v0.0.0-20171230120015-48954b6210f8","direct":false,"kind":"runtime","optional":false},{"id":6994693605,"package_name":"github.com/xiang90/probing","ecosystem":"go","requirements":"v0.0.0-20190116061207-43a291ad63a2","direct":false,"kind":"runtime","optional":false},{"id":6994693606,"package_name":"github.com/xo/terminfo","ecosystem":"go","requirements":"v0.0.0-20210125001918-ca9a967f8778","direct":false,"kind":"runtime","optional":false},{"id":6994693607,"package_name":"github.com/xordataexchange/crypt","ecosystem":"go","requirements":"v0.0.3-0.20170626215501-b2862e3d0a77","direct":false,"kind":"runtime","optional":false},{"id":6994693608,"package_name":"github.com/yeya24/promlinter","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693609,"package_name":"github.com/youmark/pkcs8","ecosystem":"go","requirements":"v0.0.0-20181117223130-1be2e3e5546d","direct":false,"kind":"runtime","optional":false},{"id":6994693610,"package_name":"github.com/yudai/gojsondiff","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693611,"package_name":"github.com/yudai/golcs","ecosystem":"go","requirements":"v0.0.0-20170316035057-ecda9a501e82","direct":false,"kind":"runtime","optional":false},{"id":6994693612,"package_name":"github.com/yudai/pp","ecosystem":"go","requirements":"v2.0.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693613,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.1.25","direct":false,"kind":"runtime","optional":false},{"id":6994693614,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.1.27","direct":false,"kind":"runtime","optional":false},{"id":6994693615,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.1.32","direct":false,"kind":"runtime","optional":false},{"id":6994693616,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693617,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.3.5","direct":false,"kind":"runtime","optional":false},{"id":6994693618,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693619,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693620,"package_name":"github.com/yvasiyarov/go-metrics","ecosystem":"go","requirements":"v0.0.0-20140926110328-57bccd1ccd43","direct":false,"kind":"runtime","optional":false},{"id":6994693621,"package_name":"github.com/yvasiyarov/gorelic","ecosystem":"go","requirements":"v0.0.0-20141212073537-a9bba5b9ab50","direct":false,"kind":"runtime","optional":false},{"id":6994693622,"package_name":"github.com/yvasiyarov/newrelic_platform_go","ecosystem":"go","requirements":"v0.0.0-20140908184405-b21fdbd4370f","direct":false,"kind":"runtime","optional":false},{"id":6994693623,"package_name":"github.com/zalando/go-keyring","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693624,"package_name":"github.com/zclconf/go-cty","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994693625,"package_name":"go.etcd.io/bbolt","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994693626,"package_name":"go.etcd.io/bbolt","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":6994693627,"package_name":"go.etcd.io/bbolt","ecosystem":"go","requirements":"v1.3.4","direct":false,"kind":"runtime","optional":false},{"id":6994693628,"package_name":"go.etcd.io/bbolt","ecosystem":"go","requirements":"v1.3.5","direct":false,"kind":"runtime","optional":false},{"id":6994693629,"package_name":"go.etcd.io/bbolt","ecosystem":"go","requirements":"v1.3.6","direct":false,"kind":"runtime","optional":false},{"id":6994693630,"package_name":"go.etcd.io/etcd","ecosystem":"go","requirements":"v0.0.0-20191023171146-3cf2f69b5738","direct":false,"kind":"runtime","optional":false},{"id":6994693631,"package_name":"go.etcd.io/etcd","ecosystem":"go","requirements":"v0.0.0-20200513171258-e048e166ab9c","direct":false,"kind":"runtime","optional":false},{"id":6994693632,"package_name":"go.etcd.io/etcd","ecosystem":"go","requirements":"v0.5.0-alpha.5.0.20200910180754-dd1b699fc489","direct":false,"kind":"runtime","optional":false},{"id":6994693633,"package_name":"go.etcd.io/etcd/api/v3","ecosystem":"go","requirements":"v3.5.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693634,"package_name":"go.etcd.io/etcd/api/v3","ecosystem":"go","requirements":"v3.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693635,"package_name":"go.etcd.io/etcd/api/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693636,"package_name":"go.etcd.io/etcd/api/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693637,"package_name":"go.etcd.io/etcd/client/pkg/v3","ecosystem":"go","requirements":"v3.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693638,"package_name":"go.etcd.io/etcd/client/pkg/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693639,"package_name":"go.etcd.io/etcd/client/pkg/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693640,"package_name":"go.etcd.io/etcd/client/v2","ecosystem":"go","requirements":"v2.305.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693641,"package_name":"go.etcd.io/etcd/client/v2","ecosystem":"go","requirements":"v2.305.0","direct":false,"kind":"runtime","optional":false},{"id":6994693642,"package_name":"go.etcd.io/etcd/client/v2","ecosystem":"go","requirements":"v2.305.4","direct":false,"kind":"runtime","optional":false},{"id":6994693643,"package_name":"go.etcd.io/etcd/client/v2","ecosystem":"go","requirements":"v2.306.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693644,"package_name":"go.etcd.io/etcd/client/v3","ecosystem":"go","requirements":"v3.5.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693645,"package_name":"go.etcd.io/etcd/client/v3","ecosystem":"go","requirements":"v3.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693646,"package_name":"go.etcd.io/etcd/client/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693647,"package_name":"go.etcd.io/etcd/client/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693648,"package_name":"go.etcd.io/etcd/etcdctl/v3","ecosystem":"go","requirements":"v3.5.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693649,"package_name":"go.etcd.io/etcd/etcdctl/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693650,"package_name":"go.etcd.io/etcd/etcdctl/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693651,"package_name":"go.etcd.io/etcd/etcdutl/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693652,"package_name":"go.etcd.io/etcd/etcdutl/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693653,"package_name":"go.etcd.io/etcd/pkg/v3","ecosystem":"go","requirements":"v3.5.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693654,"package_name":"go.etcd.io/etcd/pkg/v3","ecosystem":"go","requirements":"v3.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693655,"package_name":"go.etcd.io/etcd/pkg/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693656,"package_name":"go.etcd.io/etcd/pkg/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693657,"package_name":"go.etcd.io/etcd/raft/v3","ecosystem":"go","requirements":"v3.5.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693658,"package_name":"go.etcd.io/etcd/raft/v3","ecosystem":"go","requirements":"v3.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693659,"package_name":"go.etcd.io/etcd/raft/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693660,"package_name":"go.etcd.io/etcd/raft/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693661,"package_name":"go.etcd.io/etcd/server/v3","ecosystem":"go","requirements":"v3.5.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693662,"package_name":"go.etcd.io/etcd/server/v3","ecosystem":"go","requirements":"v3.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693663,"package_name":"go.etcd.io/etcd/server/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693664,"package_name":"go.etcd.io/etcd/server/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693665,"package_name":"go.etcd.io/etcd/tests/v3","ecosystem":"go","requirements":"v3.5.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693666,"package_name":"go.etcd.io/etcd/tests/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693667,"package_name":"go.etcd.io/etcd/tests/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693668,"package_name":"go.etcd.io/etcd/v3","ecosystem":"go","requirements":"v3.5.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693669,"package_name":"go.etcd.io/etcd/v3","ecosystem":"go","requirements":"v3.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994693670,"package_name":"go.etcd.io/etcd/v3","ecosystem":"go","requirements":"v3.6.0-alpha.0","direct":false,"kind":"runtime","optional":false},{"id":6994693671,"package_name":"go.mongodb.org/mongo-driver","ecosystem":"go","requirements":"v1.7.3","direct":false,"kind":"runtime","optional":false},{"id":6994693672,"package_name":"go.mongodb.org/mongo-driver","ecosystem":"go","requirements":"v1.7.5","direct":false,"kind":"runtime","optional":false},{"id":6994693673,"package_name":"go.mongodb.org/mongo-driver","ecosystem":"go","requirements":"v1.8.3","direct":false,"kind":"runtime","optional":false},{"id":6994693674,"package_name":"go.mongodb.org/mongo-driver","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994693675,"package_name":"go.mozilla.org/mozlog","ecosystem":"go","requirements":"v0.0.0-20170222151521-4bb13139d403","direct":false,"kind":"runtime","optional":false},{"id":6994693676,"package_name":"go.mozilla.org/pkcs7","ecosystem":"go","requirements":"v0.0.0-20200128120323-432b2356ecb1","direct":false,"kind":"runtime","optional":false},{"id":6994693677,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.15.0","direct":false,"kind":"runtime","optional":false},{"id":6994693678,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.20.1","direct":false,"kind":"runtime","optional":false},{"id":6994693679,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.20.2","direct":false,"kind":"runtime","optional":false},{"id":6994693680,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.21.0","direct":false,"kind":"runtime","optional":false},{"id":6994693681,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.22.0","direct":false,"kind":"runtime","optional":false},{"id":6994693682,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.22.2","direct":false,"kind":"runtime","optional":false},{"id":6994693683,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.22.3","direct":false,"kind":"runtime","optional":false},{"id":6994693684,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.22.4","direct":false,"kind":"runtime","optional":false},{"id":6994693685,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.22.5","direct":false,"kind":"runtime","optional":false},{"id":6994693686,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.23.0","direct":false,"kind":"runtime","optional":false},{"id":6994693687,"package_name":"go.opentelemetry.io/contrib","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693688,"package_name":"go.opentelemetry.io/contrib","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693689,"package_name":"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693690,"package_name":"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc","ecosystem":"go","requirements":"v0.28.0","direct":false,"kind":"runtime","optional":false},{"id":6994693691,"package_name":"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693692,"package_name":"go.opentelemetry.io/otel","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693693,"package_name":"go.opentelemetry.io/otel","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994691839,"package_name":"4d63.com/gochecknoglobals","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691841,"package_name":"bazil.org/fuse","ecosystem":"go","requirements":"v0.0.0-20160811212531-371fbbdaa898","direct":false,"kind":"runtime","optional":false},{"id":6994691843,"package_name":"bazil.org/fuse","ecosystem":"go","requirements":"v0.0.0-20180421153158-65cc252bf669","direct":false,"kind":"runtime","optional":false},{"id":6994691845,"package_name":"bazil.org/fuse","ecosystem":"go","requirements":"v0.0.0-20200407214033-5883e5a4b512","direct":false,"kind":"runtime","optional":false},{"id":6994691847,"package_name":"bitbucket.org/creachadair/shell","ecosystem":"go","requirements":"v0.0.6","direct":false,"kind":"runtime","optional":false},{"id":6994691849,"package_name":"bitbucket.org/creachadair/shell","ecosystem":"go","requirements":"v0.0.7","direct":false,"kind":"runtime","optional":false},{"id":6994691850,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.26.0","direct":false,"kind":"runtime","optional":false},{"id":6994691852,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.34.0","direct":false,"kind":"runtime","optional":false},{"id":6994691853,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.38.0","direct":false,"kind":"runtime","optional":false},{"id":6994691854,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.39.0","direct":false,"kind":"runtime","optional":false},{"id":6994691855,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.44.1","direct":false,"kind":"runtime","optional":false},{"id":6994691856,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.44.2","direct":false,"kind":"runtime","optional":false},{"id":6994691857,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.44.3","direct":false,"kind":"runtime","optional":false},{"id":6994691858,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.45.1","direct":false,"kind":"runtime","optional":false},{"id":6994691859,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.46.3","direct":false,"kind":"runtime","optional":false},{"id":6994691860,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.50.0","direct":false,"kind":"runtime","optional":false},{"id":6994691861,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.52.0","direct":false,"kind":"runtime","optional":false},{"id":6994691862,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.53.0","direct":false,"kind":"runtime","optional":false},{"id":6994691863,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.54.0","direct":false,"kind":"runtime","optional":false},{"id":6994691864,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.56.0","direct":false,"kind":"runtime","optional":false},{"id":6994691865,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.57.0","direct":false,"kind":"runtime","optional":false},{"id":6994691866,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.60.0","direct":false,"kind":"runtime","optional":false},{"id":6994691867,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.62.0","direct":false,"kind":"runtime","optional":false},{"id":6994691868,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.65.0","direct":false,"kind":"runtime","optional":false},{"id":6994691869,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.72.0","direct":false,"kind":"runtime","optional":false},{"id":6994691870,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.74.0","direct":false,"kind":"runtime","optional":false},{"id":6994691871,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.75.0","direct":false,"kind":"runtime","optional":false},{"id":6994691872,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.78.0","direct":false,"kind":"runtime","optional":false},{"id":6994691873,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.79.0","direct":false,"kind":"runtime","optional":false},{"id":6994691874,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.81.0","direct":false,"kind":"runtime","optional":false},{"id":6994691875,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.83.0","direct":false,"kind":"runtime","optional":false},{"id":6994691876,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.84.0","direct":false,"kind":"runtime","optional":false},{"id":6994691877,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.87.0","direct":false,"kind":"runtime","optional":false},{"id":6994691878,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.90.0","direct":false,"kind":"runtime","optional":false},{"id":6994691879,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.93.3","direct":false,"kind":"runtime","optional":false},{"id":6994691880,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.94.1","direct":false,"kind":"runtime","optional":false},{"id":6994691881,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.97.0","direct":false,"kind":"runtime","optional":false},{"id":6994691882,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.99.0","direct":false,"kind":"runtime","optional":false},{"id":6994691883,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.100.1","direct":false,"kind":"runtime","optional":false},{"id":6994691884,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.100.2","direct":false,"kind":"runtime","optional":false},{"id":6994691885,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.102.0","direct":false,"kind":"runtime","optional":false},{"id":6994691886,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.102.1","direct":false,"kind":"runtime","optional":false},{"id":6994691887,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.104.0","direct":false,"kind":"runtime","optional":false},{"id":6994691888,"package_name":"cloud.google.com/go/bigquery","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994691889,"package_name":"cloud.google.com/go/bigquery","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994691890,"package_name":"cloud.google.com/go/bigquery","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994691891,"package_name":"cloud.google.com/go/bigquery","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994691892,"package_name":"cloud.google.com/go/bigquery","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994691893,"package_name":"cloud.google.com/go/bigquery","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994691894,"package_name":"cloud.google.com/go/bigquery","ecosystem":"go","requirements":"v1.17.0","direct":false,"kind":"runtime","optional":false},{"id":6994691895,"package_name":"cloud.google.com/go/compute","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691896,"package_name":"cloud.google.com/go/compute","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994691897,"package_name":"cloud.google.com/go/compute","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994691898,"package_name":"cloud.google.com/go/compute","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994691899,"package_name":"cloud.google.com/go/compute","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994691900,"package_name":"cloud.google.com/go/compute","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994691901,"package_name":"cloud.google.com/go/compute","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994691902,"package_name":"cloud.google.com/go/datastore","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994691903,"package_name":"cloud.google.com/go/datastore","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691904,"package_name":"cloud.google.com/go/datastore","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994691905,"package_name":"cloud.google.com/go/firestore","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691906,"package_name":"cloud.google.com/go/firestore","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994691907,"package_name":"cloud.google.com/go/iam","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994691908,"package_name":"cloud.google.com/go/iam","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994691909,"package_name":"cloud.google.com/go/iam","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994691910,"package_name":"cloud.google.com/go/monitoring","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691911,"package_name":"cloud.google.com/go/pubsub","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994691912,"package_name":"cloud.google.com/go/pubsub","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691913,"package_name":"cloud.google.com/go/pubsub","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994691914,"package_name":"cloud.google.com/go/pubsub","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994691915,"package_name":"cloud.google.com/go/pubsub","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994691916,"package_name":"cloud.google.com/go/pubsub","ecosystem":"go","requirements":"v1.11.0-beta.schemas","direct":false,"kind":"runtime","optional":false},{"id":6994691917,"package_name":"cloud.google.com/go/spanner","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994691918,"package_name":"cloud.google.com/go/spanner","ecosystem":"go","requirements":"v1.17.0","direct":false,"kind":"runtime","optional":false},{"id":6994691919,"package_name":"cloud.google.com/go/spanner","ecosystem":"go","requirements":"v1.18.0","direct":false,"kind":"runtime","optional":false},{"id":6994691920,"package_name":"cloud.google.com/go/spanner","ecosystem":"go","requirements":"v1.31.0","direct":false,"kind":"runtime","optional":false},{"id":6994691921,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994691922,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994691923,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994691924,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994691925,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994691926,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.14.0","direct":false,"kind":"runtime","optional":false},{"id":6994691927,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.15.0","direct":false,"kind":"runtime","optional":false},{"id":6994691928,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.22.1","direct":false,"kind":"runtime","optional":false},{"id":6994691929,"package_name":"cloud.google.com/go/storage","ecosystem":"go","requirements":"v1.23.0","direct":false,"kind":"runtime","optional":false},{"id":6994691930,"package_name":"cloud.google.com/go/trace","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994691931,"package_name":"code.gitea.io/sdk/gitea","ecosystem":"go","requirements":"v0.11.3","direct":false,"kind":"runtime","optional":false},{"id":6994691932,"package_name":"contrib.go.opencensus.io/exporter/aws","ecosystem":"go","requirements":"v0.0.0-20181029163544-2befc13012d0","direct":false,"kind":"runtime","optional":false},{"id":6994691933,"package_name":"contrib.go.opencensus.io/exporter/ocagent","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994691934,"package_name":"contrib.go.opencensus.io/exporter/stackdriver","ecosystem":"go","requirements":"v0.12.1","direct":false,"kind":"runtime","optional":false},{"id":6994691935,"package_name":"contrib.go.opencensus.io/exporter/stackdriver","ecosystem":"go","requirements":"v0.13.4","direct":false,"kind":"runtime","optional":false},{"id":6994691936,"package_name":"contrib.go.opencensus.io/exporter/stackdriver","ecosystem":"go","requirements":"v0.13.5","direct":false,"kind":"runtime","optional":false},{"id":6994691937,"package_name":"contrib.go.opencensus.io/exporter/stackdriver","ecosystem":"go","requirements":"v0.13.12","direct":false,"kind":"runtime","optional":false},{"id":6994691938,"package_name":"contrib.go.opencensus.io/integrations/ocsql","ecosystem":"go","requirements":"v0.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994691939,"package_name":"contrib.go.opencensus.io/resource","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994691940,"package_name":"dmitri.shuralyov.com/gpu/mtl","ecosystem":"go","requirements":"v0.0.0-20190408044501-666a987793e9","direct":false,"kind":"runtime","optional":false},{"id":6994691941,"package_name":"github.com/AdaLogics/go-fuzz-headers","ecosystem":"go","requirements":"v0.0.0-20210715213245-6c3934b029d8","direct":false,"kind":"runtime","optional":false},{"id":6994691942,"package_name":"github.com/Antonboom/errname","ecosystem":"go","requirements":"v0.1.5","direct":false,"kind":"runtime","optional":false},{"id":6994691943,"package_name":"github.com/Antonboom/nilnil","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691944,"package_name":"github.com/Azure/azure-amqp-common-go/v2","ecosystem":"go","requirements":"v2.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691945,"package_name":"github.com/Azure/azure-pipeline-go","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994691946,"package_name":"github.com/Azure/azure-sdk-for-go","ecosystem":"go","requirements":"v16.2.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691947,"package_name":"github.com/Azure/azure-sdk-for-go","ecosystem":"go","requirements":"v29.0.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691948,"package_name":"github.com/Azure/azure-sdk-for-go","ecosystem":"go","requirements":"v30.1.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691949,"package_name":"github.com/Azure/azure-sdk-for-go","ecosystem":"go","requirements":"v66.0.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691950,"package_name":"github.com/Azure/azure-service-bus-go","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994691951,"package_name":"github.com/Azure/azure-storage-blob-go","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994691952,"package_name":"github.com/Azure/go-ansiterm","ecosystem":"go","requirements":"v0.0.0-20170929234023-d6e3b3328b78","direct":false,"kind":"runtime","optional":false},{"id":6994691953,"package_name":"github.com/Azure/go-ansiterm","ecosystem":"go","requirements":"v0.0.0-20210608223527-2377c96fe795","direct":false,"kind":"runtime","optional":false},{"id":6994691954,"package_name":"github.com/Azure/go-ansiterm","ecosystem":"go","requirements":"v0.0.0-20210617225240-d185dfc1b5a1","direct":false,"kind":"runtime","optional":false},{"id":6994691955,"package_name":"github.com/Azure/go-autorest","ecosystem":"go","requirements":"v10.8.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691956,"package_name":"github.com/Azure/go-autorest","ecosystem":"go","requirements":"v12.0.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691957,"package_name":"github.com/Azure/go-autorest","ecosystem":"go","requirements":"v14.2.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691958,"package_name":"github.com/Azure/go-autorest/autorest","ecosystem":"go","requirements":"v0.11.1","direct":false,"kind":"runtime","optional":false},{"id":6994691959,"package_name":"github.com/Azure/go-autorest/autorest","ecosystem":"go","requirements":"v0.11.18","direct":false,"kind":"runtime","optional":false},{"id":6994691960,"package_name":"github.com/Azure/go-autorest/autorest","ecosystem":"go","requirements":"v0.11.28","direct":false,"kind":"runtime","optional":false},{"id":6994691961,"package_name":"github.com/Azure/go-autorest/autorest/adal","ecosystem":"go","requirements":"v0.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994691962,"package_name":"github.com/Azure/go-autorest/autorest/adal","ecosystem":"go","requirements":"v0.9.5","direct":false,"kind":"runtime","optional":false},{"id":6994691963,"package_name":"github.com/Azure/go-autorest/autorest/adal","ecosystem":"go","requirements":"v0.9.13","direct":false,"kind":"runtime","optional":false},{"id":6994691964,"package_name":"github.com/Azure/go-autorest/autorest/adal","ecosystem":"go","requirements":"v0.9.18","direct":false,"kind":"runtime","optional":false},{"id":6994691965,"package_name":"github.com/Azure/go-autorest/autorest/adal","ecosystem":"go","requirements":"v0.9.21","direct":false,"kind":"runtime","optional":false},{"id":6994691966,"package_name":"github.com/Azure/go-autorest/autorest/azure/auth","ecosystem":"go","requirements":"v0.5.11","direct":false,"kind":"runtime","optional":false},{"id":6994691967,"package_name":"github.com/Azure/go-autorest/autorest/azure/cli","ecosystem":"go","requirements":"v0.4.6","direct":false,"kind":"runtime","optional":false},{"id":6994691968,"package_name":"github.com/Azure/go-autorest/autorest/date","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994691969,"package_name":"github.com/Azure/go-autorest/autorest/mocks","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994691970,"package_name":"github.com/Azure/go-autorest/autorest/mocks","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994691971,"package_name":"github.com/Azure/go-autorest/autorest/mocks","ecosystem":"go","requirements":"v0.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994691972,"package_name":"github.com/Azure/go-autorest/autorest/to","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994691973,"package_name":"github.com/Azure/go-autorest/autorest/validation","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994691974,"package_name":"github.com/Azure/go-autorest/logger","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994691975,"package_name":"github.com/Azure/go-autorest/logger","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994691976,"package_name":"github.com/Azure/go-autorest/tracing","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994691977,"package_name":"github.com/BurntSushi/toml","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994691978,"package_name":"github.com/BurntSushi/toml","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994691979,"package_name":"github.com/BurntSushi/xgb","ecosystem":"go","requirements":"v0.0.0-20160522181843-27f122750802","direct":false,"kind":"runtime","optional":false},{"id":6994691980,"package_name":"github.com/CycloneDX/cyclonedx-go","ecosystem":"go","requirements":"v0.7.1-0.20221222100750-41a1ac565cce","direct":false,"kind":"runtime","optional":false},{"id":6994691981,"package_name":"github.com/DataDog/zstd","ecosystem":"go","requirements":"v1.4.5","direct":false,"kind":"runtime","optional":false},{"id":6994691982,"package_name":"github.com/Djarvur/go-err113","ecosystem":"go","requirements":"v0.0.0-20210108212216-aea10b59be24","direct":false,"kind":"runtime","optional":false},{"id":6994691983,"package_name":"github.com/GoogleCloudPlatform/cloudsql-proxy","ecosystem":"go","requirements":"v0.0.0-20191009163259-e802c2cb94ae","direct":false,"kind":"runtime","optional":false},{"id":6994691984,"package_name":"github.com/GoogleCloudPlatform/docker-credential-gcr","ecosystem":"go","requirements":"v2.0.5+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691985,"package_name":"github.com/Knetic/govaluate","ecosystem":"go","requirements":"v3.0.1-0.20171022003610-9aa49832a739+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691986,"package_name":"github.com/Masterminds/goutils","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691987,"package_name":"github.com/Masterminds/goutils","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994691988,"package_name":"github.com/Masterminds/semver","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994691989,"package_name":"github.com/Masterminds/semver","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994691990,"package_name":"github.com/Masterminds/semver/v3","ecosystem":"go","requirements":"v3.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994691992,"package_name":"github.com/Masterminds/semver/v3","ecosystem":"go","requirements":"v3.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994691993,"package_name":"github.com/Masterminds/semver/v3","ecosystem":"go","requirements":"v3.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994691994,"package_name":"github.com/Masterminds/sprig","ecosystem":"go","requirements":"v2.15.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691995,"package_name":"github.com/Masterminds/sprig","ecosystem":"go","requirements":"v2.22.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994691996,"package_name":"github.com/Masterminds/sprig/v3","ecosystem":"go","requirements":"v3.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994691997,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.4.11","direct":false,"kind":"runtime","optional":false},{"id":6994691998,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.4.14","direct":false,"kind":"runtime","optional":false},{"id":6994691999,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.4.15-0.20190919025122-fc70bd9a86b5","direct":false,"kind":"runtime","optional":false},{"id":6994692000,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.4.16-0.20201130162521-d1ffc52c7331","direct":false,"kind":"runtime","optional":false},{"id":6994692001,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.4.16","direct":false,"kind":"runtime","optional":false},{"id":6994692002,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.4.17-0.20210211115548-6eac466e5fa3","direct":false,"kind":"runtime","optional":false},{"id":6994692003,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.4.17-0.20210324224401-5516f17a5958","direct":false,"kind":"runtime","optional":false},{"id":6994692004,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.4.17","direct":false,"kind":"runtime","optional":false},{"id":6994692005,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692006,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.5.2","direct":false,"kind":"runtime","optional":false},{"id":6994692007,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.6","direct":false,"kind":"runtime","optional":false},{"id":6994692008,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.7-0.20190325164909-8abdbb8205e4","direct":false,"kind":"runtime","optional":false},{"id":6994692009,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.7","direct":false,"kind":"runtime","optional":false},{"id":6994692010,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.9","direct":false,"kind":"runtime","optional":false},{"id":6994692011,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.14","direct":false,"kind":"runtime","optional":false},{"id":6994692012,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.15","direct":false,"kind":"runtime","optional":false},{"id":6994692013,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.16","direct":false,"kind":"runtime","optional":false},{"id":6994692014,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.20","direct":false,"kind":"runtime","optional":false},{"id":6994692015,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.21","direct":false,"kind":"runtime","optional":false},{"id":6994692016,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.8.23","direct":false,"kind":"runtime","optional":false},{"id":6994692017,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.9.2","direct":false,"kind":"runtime","optional":false},{"id":6994692018,"package_name":"github.com/Microsoft/hcsshim","ecosystem":"go","requirements":"v0.9.5","direct":false,"kind":"runtime","optional":false},{"id":6994692019,"package_name":"github.com/Microsoft/hcsshim/test","ecosystem":"go","requirements":"v0.0.0-20201218223536-d3e5debf77da","direct":false,"kind":"runtime","optional":false},{"id":6994692020,"package_name":"github.com/Microsoft/hcsshim/test","ecosystem":"go","requirements":"v0.0.0-20210227013316-43a75bb4edd3","direct":false,"kind":"runtime","optional":false},{"id":6994692021,"package_name":"github.com/NYTimes/gziphandler","ecosystem":"go","requirements":"v0.0.0-20170623195520-56545f4a5d46","direct":false,"kind":"runtime","optional":false},{"id":6994692022,"package_name":"github.com/NYTimes/gziphandler","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692023,"package_name":"github.com/OneOfOne/xxhash","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692024,"package_name":"github.com/OpenPeeDeeP/depguard","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692025,"package_name":"github.com/ProtonMail/go-crypto","ecosystem":"go","requirements":"v0.0.0-20220824120805-4b6e5c587895","direct":false,"kind":"runtime","optional":false},{"id":6994692026,"package_name":"github.com/PuerkitoBio/purell","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692027,"package_name":"github.com/PuerkitoBio/purell","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692028,"package_name":"github.com/PuerkitoBio/urlesc","ecosystem":"go","requirements":"v0.0.0-20160726150825-5bd2802263f2","direct":false,"kind":"runtime","optional":false},{"id":6994692029,"package_name":"github.com/PuerkitoBio/urlesc","ecosystem":"go","requirements":"v0.0.0-20170810143723-de5bf2ad4578","direct":false,"kind":"runtime","optional":false},{"id":6994692030,"package_name":"github.com/Shopify/logrus-bugsnag","ecosystem":"go","requirements":"v0.0.0-20171204204709-577dee27f20d","direct":false,"kind":"runtime","optional":false},{"id":6994692031,"package_name":"github.com/Shopify/sarama","ecosystem":"go","requirements":"v1.19.0","direct":false,"kind":"runtime","optional":false},{"id":6994692032,"package_name":"github.com/Shopify/toxiproxy","ecosystem":"go","requirements":"v2.1.4+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692033,"package_name":"github.com/StackExchange/wmi","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692034,"package_name":"github.com/ThalesIgnite/crypto11","ecosystem":"go","requirements":"v1.2.5","direct":false,"kind":"runtime","optional":false},{"id":6994692035,"package_name":"github.com/VividCortex/gohistogram","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692036,"package_name":"github.com/acarl005/stripansi","ecosystem":"go","requirements":"v0.0.0-20180116102854-5a71ef0e047d","direct":false,"kind":"runtime","optional":false},{"id":6994692037,"package_name":"github.com/acobaugh/osrelease","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692038,"package_name":"github.com/adrg/xdg","ecosystem":"go","requirements":"v0.3.3","direct":false,"kind":"runtime","optional":false},{"id":6994692039,"package_name":"github.com/afex/hystrix-go","ecosystem":"go","requirements":"v0.0.0-20180502004556-fa1af6a1f4f5","direct":false,"kind":"runtime","optional":false},{"id":6994692040,"package_name":"github.com/alcortesm/tgz","ecosystem":"go","requirements":"v0.0.0-20161220082320-9c5fe88206d7","direct":false,"kind":"runtime","optional":false},{"id":6994692041,"package_name":"github.com/alecthomas/kingpin","ecosystem":"go","requirements":"v2.2.6+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692042,"package_name":"github.com/alecthomas/template","ecosystem":"go","requirements":"v0.0.0-20160405071501-a0175ee3bccc","direct":false,"kind":"runtime","optional":false},{"id":6994692043,"package_name":"github.com/alecthomas/template","ecosystem":"go","requirements":"v0.0.0-20190718012654-fb15b899a751","direct":false,"kind":"runtime","optional":false},{"id":6994692044,"package_name":"github.com/alecthomas/units","ecosystem":"go","requirements":"v0.0.0-20151022065526-2efee857e7cf","direct":false,"kind":"runtime","optional":false},{"id":6994692045,"package_name":"github.com/alecthomas/units","ecosystem":"go","requirements":"v0.0.0-20190717042225-c3de453c63f4","direct":false,"kind":"runtime","optional":false},{"id":6994692046,"package_name":"github.com/alecthomas/units","ecosystem":"go","requirements":"v0.0.0-20190924025748-f65c72e2690d","direct":false,"kind":"runtime","optional":false},{"id":6994692047,"package_name":"github.com/alexflint/go-filemutex","ecosystem":"go","requirements":"v0.0.0-20171022225611-72bdc8eae2ae","direct":false,"kind":"runtime","optional":false},{"id":6994692048,"package_name":"github.com/alexflint/go-filemutex","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692049,"package_name":"github.com/alexkohler/prealloc","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692050,"package_name":"github.com/anchore/go-logger","ecosystem":"go","requirements":"v0.0.0-20220728155337-03b66a5207d8","direct":false,"kind":"runtime","optional":false},{"id":6994692051,"package_name":"github.com/anchore/go-macholibre","ecosystem":"go","requirements":"v0.0.0-20220308212642-53e6d0aaf6fb","direct":false,"kind":"runtime","optional":false},{"id":6994692052,"package_name":"github.com/anchore/go-testutils","ecosystem":"go","requirements":"v0.0.0-20200925183923-d5f45b0d3c04","direct":false,"kind":"runtime","optional":false},{"id":6994692053,"package_name":"github.com/anchore/go-version","ecosystem":"go","requirements":"v1.2.2-0.20210903204242-51efa5b487c4","direct":false,"kind":"runtime","optional":false},{"id":6994692054,"package_name":"github.com/anchore/packageurl-go","ecosystem":"go","requirements":"v0.1.1-0.20220428202044-a072fa3cb6d7","direct":false,"kind":"runtime","optional":false},{"id":6994692055,"package_name":"github.com/anchore/sqlite","ecosystem":"go","requirements":"v1.4.6-0.20220607210448-bcc6ee5c4963","direct":false,"kind":"runtime","optional":false},{"id":6994692056,"package_name":"github.com/anchore/stereoscope","ecosystem":"go","requirements":"v0.0.0-20221208011002-c5ff155d72f1","direct":false,"kind":"runtime","optional":false},{"id":6994692057,"package_name":"github.com/anchore/syft","ecosystem":"go","requirements":"v0.65.0","direct":false,"kind":"runtime","optional":false},{"id":6994692058,"package_name":"github.com/andreyvit/diff","ecosystem":"go","requirements":"v0.0.0-20170406064948-c7f18ee00883","direct":false,"kind":"runtime","optional":false},{"id":6994692059,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692060,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692061,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692062,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994692063,"package_name":"github.com/anmitsu/go-shlex","ecosystem":"go","requirements":"v0.0.0-20161002113705-648efa622239","direct":false,"kind":"runtime","optional":false},{"id":6994692064,"package_name":"github.com/antihax/optional","ecosystem":"go","requirements":"v0.0.0-20180407024304-ca021399b1a6","direct":false,"kind":"runtime","optional":false},{"id":6994692065,"package_name":"github.com/antihax/optional","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692066,"package_name":"github.com/aokoli/goutils","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692067,"package_name":"github.com/apache/beam","ecosystem":"go","requirements":"v2.28.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692068,"package_name":"github.com/apache/beam/sdks/v2","ecosystem":"go","requirements":"v2.0.0-20211012030016-ef4364519c94","direct":false,"kind":"runtime","optional":false},{"id":6994692069,"package_name":"github.com/apache/thrift","ecosystem":"go","requirements":"v0.12.0","direct":false,"kind":"runtime","optional":false},{"id":6994692070,"package_name":"github.com/apache/thrift","ecosystem":"go","requirements":"v0.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994692071,"package_name":"github.com/apex/log","ecosystem":"go","requirements":"v1.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994692072,"package_name":"github.com/apex/logs","ecosystem":"go","requirements":"v0.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994692073,"package_name":"github.com/aphistic/golf","ecosystem":"go","requirements":"v0.0.0-20180712155816-02c07f170c5a","direct":false,"kind":"runtime","optional":false},{"id":6994692074,"package_name":"github.com/aphistic/sweet","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692075,"package_name":"github.com/apparentlymart/go-textseg/v13","ecosystem":"go","requirements":"v13.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692076,"package_name":"github.com/armon/circbuf","ecosystem":"go","requirements":"v0.0.0-20150827004946-bbbad097214e","direct":false,"kind":"runtime","optional":false},{"id":6994692077,"package_name":"github.com/armon/consul-api","ecosystem":"go","requirements":"v0.0.0-20180202201655-eb2c6b5be1b6","direct":false,"kind":"runtime","optional":false},{"id":6994692078,"package_name":"github.com/armon/go-metrics","ecosystem":"go","requirements":"v0.0.0-20180917152333-f0300d1749da","direct":false,"kind":"runtime","optional":false},{"id":6994692079,"package_name":"github.com/armon/go-metrics","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692080,"package_name":"github.com/armon/go-radix","ecosystem":"go","requirements":"v0.0.0-20180808171621-7fddfc383310","direct":false,"kind":"runtime","optional":false},{"id":6994692081,"package_name":"github.com/armon/go-radix","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692082,"package_name":"github.com/armon/go-socks5","ecosystem":"go","requirements":"v0.0.0-20160902184237-e75332964ef5","direct":false,"kind":"runtime","optional":false},{"id":6994692083,"package_name":"github.com/aryann/difflib","ecosystem":"go","requirements":"v0.0.0-20170710044230-e206f873d14a","direct":false,"kind":"runtime","optional":false},{"id":6994692084,"package_name":"github.com/asaskevich/govalidator","ecosystem":"go","requirements":"v0.0.0-20190424111038-f61b66f89f4a","direct":false,"kind":"runtime","optional":false},{"id":6994692085,"package_name":"github.com/asaskevich/govalidator","ecosystem":"go","requirements":"v0.0.0-20200907205600-7a23bdc65eef","direct":false,"kind":"runtime","optional":false},{"id":6994692086,"package_name":"github.com/asaskevich/govalidator","ecosystem":"go","requirements":"v0.0.0-20210307081110-f21760c49a8d","direct":false,"kind":"runtime","optional":false},{"id":6994692087,"package_name":"github.com/ashanbrown/forbidigo","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692088,"package_name":"github.com/ashanbrown/makezero","ecosystem":"go","requirements":"v0.0.0-20210520155254-b6261585ddde","direct":false,"kind":"runtime","optional":false},{"id":6994692089,"package_name":"github.com/aws/aws-lambda-go","ecosystem":"go","requirements":"v1.13.3","direct":false,"kind":"runtime","optional":false},{"id":6994692090,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.15.11","direct":false,"kind":"runtime","optional":false},{"id":6994692091,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.15.27","direct":false,"kind":"runtime","optional":false},{"id":6994692092,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.15.78","direct":false,"kind":"runtime","optional":false},{"id":6994692093,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.19.18","direct":false,"kind":"runtime","optional":false},{"id":6994692094,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.19.45","direct":false,"kind":"runtime","optional":false},{"id":6994692095,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.20.6","direct":false,"kind":"runtime","optional":false},{"id":6994692096,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.23.20","direct":false,"kind":"runtime","optional":false},{"id":6994692097,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.25.11","direct":false,"kind":"runtime","optional":false},{"id":6994692098,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.25.37","direct":false,"kind":"runtime","optional":false},{"id":6994692099,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.27.0","direct":false,"kind":"runtime","optional":false},{"id":6994692100,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.36.30","direct":false,"kind":"runtime","optional":false},{"id":6994692101,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.37.0","direct":false,"kind":"runtime","optional":false},{"id":6994692102,"package_name":"github.com/aws/aws-sdk-go","ecosystem":"go","requirements":"v1.44.114","direct":false,"kind":"runtime","optional":false},{"id":6994692103,"package_name":"github.com/aws/aws-sdk-go-v2","ecosystem":"go","requirements":"v0.18.0","direct":false,"kind":"runtime","optional":false},{"id":6994692104,"package_name":"github.com/aws/aws-sdk-go-v2","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":6994692105,"package_name":"github.com/aws/aws-sdk-go-v2","ecosystem":"go","requirements":"v1.16.16","direct":false,"kind":"runtime","optional":false},{"id":6994692106,"package_name":"github.com/aws/aws-sdk-go-v2/config","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692107,"package_name":"github.com/aws/aws-sdk-go-v2/config","ecosystem":"go","requirements":"v1.17.8","direct":false,"kind":"runtime","optional":false},{"id":6994692108,"package_name":"github.com/aws/aws-sdk-go-v2/credentials","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692109,"package_name":"github.com/aws/aws-sdk-go-v2/credentials","ecosystem":"go","requirements":"v1.12.21","direct":false,"kind":"runtime","optional":false},{"id":6994692110,"package_name":"github.com/aws/aws-sdk-go-v2/feature/ec2/imds","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692111,"package_name":"github.com/aws/aws-sdk-go-v2/feature/ec2/imds","ecosystem":"go","requirements":"v1.12.17","direct":false,"kind":"runtime","optional":false},{"id":6994692112,"package_name":"github.com/aws/aws-sdk-go-v2/internal/configsources","ecosystem":"go","requirements":"v1.1.23","direct":false,"kind":"runtime","optional":false},{"id":6994692113,"package_name":"github.com/aws/aws-sdk-go-v2/internal/endpoints/v2","ecosystem":"go","requirements":"v2.4.17","direct":false,"kind":"runtime","optional":false},{"id":6994692114,"package_name":"github.com/aws/aws-sdk-go-v2/internal/ini","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692115,"package_name":"github.com/aws/aws-sdk-go-v2/internal/ini","ecosystem":"go","requirements":"v1.3.24","direct":false,"kind":"runtime","optional":false},{"id":6994692116,"package_name":"github.com/aws/aws-sdk-go-v2/service/ecr","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692117,"package_name":"github.com/aws/aws-sdk-go-v2/service/ecrpublic","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692118,"package_name":"github.com/aws/aws-sdk-go-v2/service/internal/presigned-url","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692119,"package_name":"github.com/aws/aws-sdk-go-v2/service/internal/presigned-url","ecosystem":"go","requirements":"v1.9.17","direct":false,"kind":"runtime","optional":false},{"id":6994692120,"package_name":"github.com/aws/aws-sdk-go-v2/service/kms","ecosystem":"go","requirements":"v1.18.11","direct":false,"kind":"runtime","optional":false},{"id":6994692121,"package_name":"github.com/aws/aws-sdk-go-v2/service/sso","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692122,"package_name":"github.com/aws/aws-sdk-go-v2/service/sso","ecosystem":"go","requirements":"v1.11.23","direct":false,"kind":"runtime","optional":false},{"id":6994692123,"package_name":"github.com/aws/aws-sdk-go-v2/service/ssooidc","ecosystem":"go","requirements":"v1.13.6","direct":false,"kind":"runtime","optional":false},{"id":6994692124,"package_name":"github.com/aws/aws-sdk-go-v2/service/sts","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692125,"package_name":"github.com/aws/aws-sdk-go-v2/service/sts","ecosystem":"go","requirements":"v1.16.19","direct":false,"kind":"runtime","optional":false},{"id":6994692126,"package_name":"github.com/aws/smithy-go","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692127,"package_name":"github.com/aws/smithy-go","ecosystem":"go","requirements":"v1.13.3","direct":false,"kind":"runtime","optional":false},{"id":6994692128,"package_name":"github.com/awslabs/amazon-ecr-credential-helper/ecr-login","ecosystem":"go","requirements":"v0.0.0-20220517224237-e6f29200ae04","direct":false,"kind":"runtime","optional":false},{"id":6994692129,"package_name":"github.com/aybabtme/rgbterm","ecosystem":"go","requirements":"v0.0.0-20170906152045-cc83f3b3ce59","direct":false,"kind":"runtime","optional":false},{"id":6994692130,"package_name":"github.com/beevik/etree","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692131,"package_name":"github.com/benbjohnson/clock","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692132,"package_name":"github.com/benbjohnson/clock","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692133,"package_name":"github.com/beorn7/perks","ecosystem":"go","requirements":"v0.0.0-20160804104726-4c0e84591b9a","direct":false,"kind":"runtime","optional":false},{"id":6994692134,"package_name":"github.com/beorn7/perks","ecosystem":"go","requirements":"v0.0.0-20180321164747-3a771d992973","direct":false,"kind":"runtime","optional":false},{"id":6994692135,"package_name":"github.com/beorn7/perks","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692136,"package_name":"github.com/beorn7/perks","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692137,"package_name":"github.com/bgentry/go-netrc","ecosystem":"go","requirements":"v0.0.0-20140422174119-9fd32a8b3d3d","direct":false,"kind":"runtime","optional":false},{"id":6994692138,"package_name":"github.com/bgentry/speakeasy","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692139,"package_name":"github.com/bitly/go-simplejson","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692140,"package_name":"github.com/bits-and-blooms/bitset","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692141,"package_name":"github.com/bketelsen/crypt","ecosystem":"go","requirements":"v0.0.3-0.20200106085610-5cbc8cc4026c","direct":false,"kind":"runtime","optional":false},{"id":6994692142,"package_name":"github.com/bketelsen/crypt","ecosystem":"go","requirements":"v0.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994692143,"package_name":"github.com/bkielbasa/cyclop","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692144,"package_name":"github.com/blakesmith/ar","ecosystem":"go","requirements":"v0.0.0-20190502131153-809d4375e1fb","direct":false,"kind":"runtime","optional":false},{"id":6994692145,"package_name":"github.com/blang/semver","ecosystem":"go","requirements":"v3.1.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692146,"package_name":"github.com/blang/semver","ecosystem":"go","requirements":"v3.5.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692147,"package_name":"github.com/blizzy78/varnamelen","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692148,"package_name":"github.com/bmatcuk/doublestar/v2","ecosystem":"go","requirements":"v2.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994692149,"package_name":"github.com/bmatcuk/doublestar/v4","ecosystem":"go","requirements":"v4.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692150,"package_name":"github.com/bmizerany/assert","ecosystem":"go","requirements":"v0.0.0-20160611221934-b7ed37b82869","direct":false,"kind":"runtime","optional":false},{"id":6994692151,"package_name":"github.com/bombsimon/wsl/v3","ecosystem":"go","requirements":"v3.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692152,"package_name":"github.com/bradfitz/gomemcache","ecosystem":"go","requirements":"v0.0.0-20190913173617-a41fca850d0b","direct":false,"kind":"runtime","optional":false},{"id":6994692153,"package_name":"github.com/bradleyjkemp/cupaloy/v2","ecosystem":"go","requirements":"v2.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692154,"package_name":"github.com/breml/bidichk","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692155,"package_name":"github.com/bshuster-repo/logrus-logstash-hook","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692156,"package_name":"github.com/buger/jsonparser","ecosystem":"go","requirements":"v0.0.0-20180808090653-f4dd9f5a6b44","direct":false,"kind":"runtime","optional":false},{"id":6994692157,"package_name":"github.com/buger/jsonparser","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692158,"package_name":"github.com/bugsnag/bugsnag-go","ecosystem":"go","requirements":"v0.0.0-20141110184014-b1d153021fcd","direct":false,"kind":"runtime","optional":false},{"id":6994692159,"package_name":"github.com/bugsnag/osext","ecosystem":"go","requirements":"v0.0.0-20130617224835-0dd3f918b21b","direct":false,"kind":"runtime","optional":false},{"id":6994692160,"package_name":"github.com/bugsnag/panicwrap","ecosystem":"go","requirements":"v0.0.0-20151223152923-e2c28503fcd0","direct":false,"kind":"runtime","optional":false},{"id":6994692161,"package_name":"github.com/butuzov/ireturn","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692162,"package_name":"github.com/bwesterb/go-ristretto","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692163,"package_name":"github.com/caarlos0/ctrlc","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692164,"package_name":"github.com/campoy/unique","ecosystem":"go","requirements":"v0.0.0-20180121183637-88950e537e7e","direct":false,"kind":"runtime","optional":false},{"id":6994692165,"package_name":"github.com/casbin/casbin/v2","ecosystem":"go","requirements":"v2.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994692166,"package_name":"github.com/cavaliercoder/go-cpio","ecosystem":"go","requirements":"v0.0.0-20180626203310-925f9528c45e","direct":false,"kind":"runtime","optional":false},{"id":6994692167,"package_name":"github.com/cenkalti/backoff","ecosystem":"go","requirements":"v2.2.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692168,"package_name":"github.com/cenkalti/backoff/v3","ecosystem":"go","requirements":"v3.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692169,"package_name":"github.com/cenkalti/backoff/v4","ecosystem":"go","requirements":"v4.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692170,"package_name":"github.com/cenkalti/backoff/v4","ecosystem":"go","requirements":"v4.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994692171,"package_name":"github.com/cenkalti/backoff/v4","ecosystem":"go","requirements":"v4.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994692172,"package_name":"github.com/census-instrumentation/opencensus-proto","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692173,"package_name":"github.com/census-instrumentation/opencensus-proto","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692174,"package_name":"github.com/census-instrumentation/opencensus-proto","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692175,"package_name":"github.com/certifi/gocertifi","ecosystem":"go","requirements":"v0.0.0-20191021191039-0944d244cd40","direct":false,"kind":"runtime","optional":false},{"id":6994692176,"package_name":"github.com/certifi/gocertifi","ecosystem":"go","requirements":"v0.0.0-20200922220541-2c3bb06c6054","direct":false,"kind":"runtime","optional":false},{"id":6994692177,"package_name":"github.com/cespare/xxhash","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692178,"package_name":"github.com/cespare/xxhash/v2","ecosystem":"go","requirements":"v2.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692179,"package_name":"github.com/cespare/xxhash/v2","ecosystem":"go","requirements":"v2.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994692180,"package_name":"github.com/charithe/durationcheck","ecosystem":"go","requirements":"v0.0.9","direct":false,"kind":"runtime","optional":false},{"id":6994692181,"package_name":"github.com/chavacava/garif","ecosystem":"go","requirements":"v0.0.0-20210405164556-e8a0a408d6af","direct":false,"kind":"runtime","optional":false},{"id":6994692182,"package_name":"github.com/checkpoint-restore/go-criu/v4","ecosystem":"go","requirements":"v4.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692183,"package_name":"github.com/checkpoint-restore/go-criu/v5","ecosystem":"go","requirements":"v5.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692184,"package_name":"github.com/checkpoint-restore/go-criu/v5","ecosystem":"go","requirements":"v5.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692185,"package_name":"github.com/cheggaaa/pb","ecosystem":"go","requirements":"v1.0.27","direct":false,"kind":"runtime","optional":false},{"id":6994692186,"package_name":"github.com/chzyer/logex","ecosystem":"go","requirements":"v1.1.10","direct":false,"kind":"runtime","optional":false},{"id":6994692187,"package_name":"github.com/chzyer/readline","ecosystem":"go","requirements":"v0.0.0-20180603132655-2972be24d48e","direct":false,"kind":"runtime","optional":false},{"id":6994692188,"package_name":"github.com/chzyer/test","ecosystem":"go","requirements":"v0.0.0-20180213035817-a1ea475d72b1","direct":false,"kind":"runtime","optional":false},{"id":6994692189,"package_name":"github.com/cilium/ebpf","ecosystem":"go","requirements":"v0.0.0-20200110133405-4032b1d8aae3","direct":false,"kind":"runtime","optional":false},{"id":6994692190,"package_name":"github.com/cilium/ebpf","ecosystem":"go","requirements":"v0.0.0-20200702112145-1c8d4c9ef775","direct":false,"kind":"runtime","optional":false},{"id":6994692191,"package_name":"github.com/cilium/ebpf","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692192,"package_name":"github.com/cilium/ebpf","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692193,"package_name":"github.com/cilium/ebpf","ecosystem":"go","requirements":"v0.6.2","direct":false,"kind":"runtime","optional":false},{"id":6994692194,"package_name":"github.com/cilium/ebpf","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994692195,"package_name":"github.com/clbanning/x2j","ecosystem":"go","requirements":"v0.0.0-20191024224557-825249438eec","direct":false,"kind":"runtime","optional":false},{"id":6994692196,"package_name":"github.com/client9/misspell","ecosystem":"go","requirements":"v0.3.4","direct":false,"kind":"runtime","optional":false},{"id":6994692197,"package_name":"github.com/cloudflare/circl","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692198,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20191209042840-269d4d468f6f","direct":false,"kind":"runtime","optional":false},{"id":6994692199,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20200629203442-efcf912fb354","direct":false,"kind":"runtime","optional":false},{"id":6994692200,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20201120205902-5459f2c99403","direct":false,"kind":"runtime","optional":false},{"id":6994692201,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20210930031921-04548b0d99d4","direct":false,"kind":"runtime","optional":false},{"id":6994692202,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20210312221358-fbca930ec8ed","direct":false,"kind":"runtime","optional":false},{"id":6994692203,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20210805033703-aa0b78936158","direct":false,"kind":"runtime","optional":false},{"id":6994692204,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20210922020428-25de7278fc84","direct":false,"kind":"runtime","optional":false},{"id":6994692205,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20211001041855-01bcc9b48dfe","direct":false,"kind":"runtime","optional":false},{"id":6994692206,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20211011173535-cb28da3451f1","direct":false,"kind":"runtime","optional":false},{"id":6994692207,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20211130200136-a8f946100490","direct":false,"kind":"runtime","optional":false},{"id":6994692208,"package_name":"github.com/cockroachdb/datadriven","ecosystem":"go","requirements":"v0.0.0-20190809214429-80d97fb3cbaa","direct":false,"kind":"runtime","optional":false},{"id":6994692209,"package_name":"github.com/cockroachdb/datadriven","ecosystem":"go","requirements":"v0.0.0-20200714090401-bf6692d28da5","direct":false,"kind":"runtime","optional":false},{"id":6994692210,"package_name":"github.com/cockroachdb/errors","ecosystem":"go","requirements":"v1.2.4","direct":false,"kind":"runtime","optional":false},{"id":6994692211,"package_name":"github.com/cockroachdb/logtags","ecosystem":"go","requirements":"v0.0.0-20190617123548-eb05cc24525f","direct":false,"kind":"runtime","optional":false},{"id":6994692212,"package_name":"github.com/codahale/hdrhistogram","ecosystem":"go","requirements":"v0.0.0-20161010025455-3a0bb77429bd","direct":false,"kind":"runtime","optional":false},{"id":6994692213,"package_name":"github.com/codahale/rfc6979","ecosystem":"go","requirements":"v0.0.0-20141003034818-6a90f24967eb","direct":false,"kind":"runtime","optional":false},{"id":6994692214,"package_name":"github.com/containerd/aufs","ecosystem":"go","requirements":"v0.0.0-20200908144142-dab0cbea06f4","direct":false,"kind":"runtime","optional":false},{"id":6994692215,"package_name":"github.com/containerd/aufs","ecosystem":"go","requirements":"v0.0.0-20201003224125-76a6863f2989","direct":false,"kind":"runtime","optional":false},{"id":6994692216,"package_name":"github.com/containerd/aufs","ecosystem":"go","requirements":"v0.0.0-20210316121734-20793ff83c97","direct":false,"kind":"runtime","optional":false},{"id":6994692217,"package_name":"github.com/containerd/aufs","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692218,"package_name":"github.com/containerd/btrfs","ecosystem":"go","requirements":"v0.0.0-20201111183144-404b9149801e","direct":false,"kind":"runtime","optional":false},{"id":6994692219,"package_name":"github.com/containerd/btrfs","ecosystem":"go","requirements":"v0.0.0-20210316141732-918d888fb676","direct":false,"kind":"runtime","optional":false},{"id":6994692220,"package_name":"github.com/containerd/btrfs","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692221,"package_name":"github.com/containerd/cgroups","ecosystem":"go","requirements":"v0.0.0-20190717030353-c4b9ac5c7601","direct":false,"kind":"runtime","optional":false},{"id":6994692222,"package_name":"github.com/containerd/cgroups","ecosystem":"go","requirements":"v0.0.0-20190919134610-bf292b21730f","direct":false,"kind":"runtime","optional":false},{"id":6994692223,"package_name":"github.com/containerd/cgroups","ecosystem":"go","requirements":"v0.0.0-20200531161412-0dbf7f05ba59","direct":false,"kind":"runtime","optional":false},{"id":6994692224,"package_name":"github.com/containerd/cgroups","ecosystem":"go","requirements":"v0.0.0-20200710171044-318312a37340","direct":false,"kind":"runtime","optional":false},{"id":6994692225,"package_name":"github.com/containerd/cgroups","ecosystem":"go","requirements":"v0.0.0-20200824123100-0b889c03f102","direct":false,"kind":"runtime","optional":false},{"id":6994692226,"package_name":"github.com/containerd/cgroups","ecosystem":"go","requirements":"v0.0.0-20210114181951-8a68de567b68","direct":false,"kind":"runtime","optional":false},{"id":6994692227,"package_name":"github.com/containerd/cgroups","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692228,"package_name":"github.com/containerd/cgroups","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692229,"package_name":"github.com/containerd/console","ecosystem":"go","requirements":"v0.0.0-20180822173158-c12b1e7919c1","direct":false,"kind":"runtime","optional":false},{"id":6994692230,"package_name":"github.com/containerd/console","ecosystem":"go","requirements":"v0.0.0-20181022165439-0650fd9eeb50","direct":false,"kind":"runtime","optional":false},{"id":6994692231,"package_name":"github.com/containerd/console","ecosystem":"go","requirements":"v0.0.0-20191206165004-02ecf6a7291e","direct":false,"kind":"runtime","optional":false},{"id":6994692232,"package_name":"github.com/containerd/console","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692233,"package_name":"github.com/containerd/console","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692234,"package_name":"github.com/containerd/console","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692235,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.2.10","direct":false,"kind":"runtime","optional":false},{"id":6994692236,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.3.0-beta.2.0.20190828155532-0293cbd26c69","direct":false,"kind":"runtime","optional":false},{"id":6994692237,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692238,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.3.1-0.20191213020239-082f7e3aed57","direct":false,"kind":"runtime","optional":false},{"id":6994692239,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994692240,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.4.0-beta.2.0.20200729163537-40b22ef07410","direct":false,"kind":"runtime","optional":false},{"id":6994692241,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692242,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.4.3","direct":false,"kind":"runtime","optional":false},{"id":6994692244,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.4.9","direct":false,"kind":"runtime","optional":false},{"id":6994692245,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.5.0-beta.1","direct":false,"kind":"runtime","optional":false},{"id":6994692247,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.5.0-beta.3","direct":false,"kind":"runtime","optional":false},{"id":6994692248,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.5.0-beta.4","direct":false,"kind":"runtime","optional":false},{"id":6994692249,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.5.0-rc.0","direct":false,"kind":"runtime","optional":false},{"id":6994692250,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692251,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.5.7","direct":false,"kind":"runtime","optional":false},{"id":6994692252,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.5.8","direct":false,"kind":"runtime","optional":false},{"id":6994692253,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994692254,"package_name":"github.com/containerd/containerd","ecosystem":"go","requirements":"v1.6.12","direct":false,"kind":"runtime","optional":false},{"id":6994692255,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.0.0-20190426062206-aaeac12a7ffc","direct":false,"kind":"runtime","optional":false},{"id":6994692256,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.0.0-20190815185530-f2a389ac0a02","direct":false,"kind":"runtime","optional":false},{"id":6994692257,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.0.0-20191127005431-f65d91d395eb","direct":false,"kind":"runtime","optional":false},{"id":6994692258,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.0.0-20200710164510-efbc4488d8fe","direct":false,"kind":"runtime","optional":false},{"id":6994692259,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.0.0-20201208142359-180525291bb7","direct":false,"kind":"runtime","optional":false},{"id":6994692260,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.0.0-20210208174643-50096c924a4e","direct":false,"kind":"runtime","optional":false},{"id":6994692261,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692262,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692263,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692264,"package_name":"github.com/containerd/fifo","ecosystem":"go","requirements":"v0.0.0-20180307165137-3d5202aec260","direct":false,"kind":"runtime","optional":false},{"id":6994692265,"package_name":"github.com/containerd/fifo","ecosystem":"go","requirements":"v0.0.0-20190226154929-a9fb20d87448","direct":false,"kind":"runtime","optional":false},{"id":6994692266,"package_name":"github.com/containerd/fifo","ecosystem":"go","requirements":"v0.0.0-20200410184934-f15a3290365b","direct":false,"kind":"runtime","optional":false},{"id":6994692267,"package_name":"github.com/containerd/fifo","ecosystem":"go","requirements":"v0.0.0-20201026212402-0724c46b320c","direct":false,"kind":"runtime","optional":false},{"id":6994692268,"package_name":"github.com/containerd/fifo","ecosystem":"go","requirements":"v0.0.0-20210316144830-115abcc95a1d","direct":false,"kind":"runtime","optional":false},{"id":6994692269,"package_name":"github.com/containerd/fifo","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692270,"package_name":"github.com/containerd/go-cni","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692271,"package_name":"github.com/containerd/go-cni","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692272,"package_name":"github.com/containerd/go-cni","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692273,"package_name":"github.com/containerd/go-cni","ecosystem":"go","requirements":"v1.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994692274,"package_name":"github.com/containerd/go-cni","ecosystem":"go","requirements":"v1.1.6","direct":false,"kind":"runtime","optional":false},{"id":6994692275,"package_name":"github.com/containerd/go-runc","ecosystem":"go","requirements":"v0.0.0-20180907222934-5a6d9f37cfa3","direct":false,"kind":"runtime","optional":false},{"id":6994692276,"package_name":"github.com/containerd/go-runc","ecosystem":"go","requirements":"v0.0.0-20190911050354-e029b79d8cda","direct":false,"kind":"runtime","optional":false},{"id":6994692277,"package_name":"github.com/containerd/go-runc","ecosystem":"go","requirements":"v0.0.0-20200220073739-7016d3ce2328","direct":false,"kind":"runtime","optional":false},{"id":6994692278,"package_name":"github.com/containerd/go-runc","ecosystem":"go","requirements":"v0.0.0-20201020171139-16b287bc67d0","direct":false,"kind":"runtime","optional":false},{"id":6994692279,"package_name":"github.com/containerd/go-runc","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692280,"package_name":"github.com/containerd/imgcrypt","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692281,"package_name":"github.com/containerd/imgcrypt","ecosystem":"go","requirements":"v1.0.4-0.20210301171431-0ae5c75f59ba","direct":false,"kind":"runtime","optional":false},{"id":6994692282,"package_name":"github.com/containerd/imgcrypt","ecosystem":"go","requirements":"v1.1.1-0.20210312161619-7ed62a527887","direct":false,"kind":"runtime","optional":false},{"id":6994692283,"package_name":"github.com/containerd/imgcrypt","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692284,"package_name":"github.com/containerd/imgcrypt","ecosystem":"go","requirements":"v1.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994692285,"package_name":"github.com/containerd/imgcrypt","ecosystem":"go","requirements":"v1.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994692286,"package_name":"github.com/containerd/nri","ecosystem":"go","requirements":"v0.0.0-20201007170849-eb1350a75164","direct":false,"kind":"runtime","optional":false},{"id":6994692287,"package_name":"github.com/containerd/nri","ecosystem":"go","requirements":"v0.0.0-20210316161719-dbaa18c31c14","direct":false,"kind":"runtime","optional":false},{"id":6994692288,"package_name":"github.com/containerd/nri","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692289,"package_name":"github.com/containerd/stargz-snapshotter/estargz","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692290,"package_name":"github.com/containerd/stargz-snapshotter/estargz","ecosystem":"go","requirements":"v0.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994692291,"package_name":"github.com/containerd/stargz-snapshotter/estargz","ecosystem":"go","requirements":"v0.12.0","direct":false,"kind":"runtime","optional":false},{"id":6994692292,"package_name":"github.com/containerd/ttrpc","ecosystem":"go","requirements":"v0.0.0-20190828154514-0e0f228740de","direct":false,"kind":"runtime","optional":false},{"id":6994692293,"package_name":"github.com/containerd/ttrpc","ecosystem":"go","requirements":"v0.0.0-20190828172938-92c8520ef9f8","direct":false,"kind":"runtime","optional":false},{"id":6994692294,"package_name":"github.com/containerd/ttrpc","ecosystem":"go","requirements":"v0.0.0-20191028202541-4f1b8fe65a5c","direct":false,"kind":"runtime","optional":false},{"id":6994692295,"package_name":"github.com/containerd/ttrpc","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692296,"package_name":"github.com/containerd/ttrpc","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692297,"package_name":"github.com/containerd/ttrpc","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692298,"package_name":"github.com/containerd/typeurl","ecosystem":"go","requirements":"v0.0.0-20180627222232-a93fcdb778cd","direct":false,"kind":"runtime","optional":false},{"id":6994692299,"package_name":"github.com/containerd/typeurl","ecosystem":"go","requirements":"v0.0.0-20190911142611-5eb25027c9fd","direct":false,"kind":"runtime","optional":false},{"id":6994692300,"package_name":"github.com/containerd/typeurl","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692301,"package_name":"github.com/containerd/typeurl","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692302,"package_name":"github.com/containerd/zfs","ecosystem":"go","requirements":"v0.0.0-20200918131355-0a33824f23a2","direct":false,"kind":"runtime","optional":false},{"id":6994692303,"package_name":"github.com/containerd/zfs","ecosystem":"go","requirements":"v0.0.0-20210301145711-11e8f1707f62","direct":false,"kind":"runtime","optional":false},{"id":6994692304,"package_name":"github.com/containerd/zfs","ecosystem":"go","requirements":"v0.0.0-20210315114300-dde8f0fda960","direct":false,"kind":"runtime","optional":false},{"id":6994692305,"package_name":"github.com/containerd/zfs","ecosystem":"go","requirements":"v0.0.0-20210324211415-d5c4544f0433","direct":false,"kind":"runtime","optional":false},{"id":6994692306,"package_name":"github.com/containerd/zfs","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692307,"package_name":"github.com/containernetworking/cni","ecosystem":"go","requirements":"v0.7.1","direct":false,"kind":"runtime","optional":false},{"id":6994692308,"package_name":"github.com/containernetworking/cni","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692309,"package_name":"github.com/containernetworking/cni","ecosystem":"go","requirements":"v0.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994692310,"package_name":"github.com/containernetworking/cni","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692311,"package_name":"github.com/containernetworking/cni","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692312,"package_name":"github.com/containernetworking/plugins","ecosystem":"go","requirements":"v0.8.6","direct":false,"kind":"runtime","optional":false},{"id":6994692313,"package_name":"github.com/containernetworking/plugins","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994692314,"package_name":"github.com/containernetworking/plugins","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692315,"package_name":"github.com/containernetworking/plugins","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692316,"package_name":"github.com/containers/ocicrypt","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692317,"package_name":"github.com/containers/ocicrypt","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692318,"package_name":"github.com/containers/ocicrypt","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692319,"package_name":"github.com/containers/ocicrypt","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994692320,"package_name":"github.com/containers/ocicrypt","ecosystem":"go","requirements":"v1.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994692321,"package_name":"github.com/coreos/bbolt","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994692322,"package_name":"github.com/coreos/etcd","ecosystem":"go","requirements":"v3.3.10+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692323,"package_name":"github.com/coreos/etcd","ecosystem":"go","requirements":"v3.3.13+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692324,"package_name":"github.com/coreos/go-etcd","ecosystem":"go","requirements":"v2.0.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692325,"package_name":"github.com/coreos/go-iptables","ecosystem":"go","requirements":"v0.4.5","direct":false,"kind":"runtime","optional":false},{"id":6994692326,"package_name":"github.com/coreos/go-iptables","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692327,"package_name":"github.com/coreos/go-iptables","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692328,"package_name":"github.com/coreos/go-oidc","ecosystem":"go","requirements":"v2.1.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692329,"package_name":"github.com/coreos/go-semver","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692330,"package_name":"github.com/coreos/go-semver","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692331,"package_name":"github.com/coreos/go-systemd","ecosystem":"go","requirements":"v0.0.0-20161114122254-48702e0da86b","direct":false,"kind":"runtime","optional":false},{"id":6994692332,"package_name":"github.com/coreos/go-systemd","ecosystem":"go","requirements":"v0.0.0-20180511133405-39ca1b05acc7","direct":false,"kind":"runtime","optional":false},{"id":6994692333,"package_name":"github.com/coreos/go-systemd","ecosystem":"go","requirements":"v0.0.0-20190321100706-95778dfbb74e","direct":false,"kind":"runtime","optional":false},{"id":6994692334,"package_name":"github.com/coreos/go-systemd","ecosystem":"go","requirements":"v0.0.0-20190620071333-e64a0ec8b42a","direct":false,"kind":"runtime","optional":false},{"id":6994692335,"package_name":"github.com/coreos/go-systemd/v22","ecosystem":"go","requirements":"v22.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692336,"package_name":"github.com/coreos/go-systemd/v22","ecosystem":"go","requirements":"v22.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692337,"package_name":"github.com/coreos/go-systemd/v22","ecosystem":"go","requirements":"v22.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994692338,"package_name":"github.com/coreos/pkg","ecosystem":"go","requirements":"v0.0.0-20160727233714-3ac0863d7acf","direct":false,"kind":"runtime","optional":false},{"id":6994692339,"package_name":"github.com/coreos/pkg","ecosystem":"go","requirements":"v0.0.0-20180928190104-399ea9e2e55f","direct":false,"kind":"runtime","optional":false},{"id":6994692340,"package_name":"github.com/cpuguy83/go-md2man","ecosystem":"go","requirements":"v1.0.10","direct":false,"kind":"runtime","optional":false},{"id":6994692341,"package_name":"github.com/cpuguy83/go-md2man/v2","ecosystem":"go","requirements":"v2.0.0-20190314233015-f79a8a8ca69d","direct":false,"kind":"runtime","optional":false},{"id":6994692342,"package_name":"github.com/cpuguy83/go-md2man/v2","ecosystem":"go","requirements":"v2.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692343,"package_name":"github.com/cpuguy83/go-md2man/v2","ecosystem":"go","requirements":"v2.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692344,"package_name":"github.com/cpuguy83/go-md2man/v2","ecosystem":"go","requirements":"v2.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692345,"package_name":"github.com/creack/pty","ecosystem":"go","requirements":"v1.1.7","direct":false,"kind":"runtime","optional":false},{"id":6994692346,"package_name":"github.com/creack/pty","ecosystem":"go","requirements":"v1.1.9","direct":false,"kind":"runtime","optional":false},{"id":6994692347,"package_name":"github.com/creack/pty","ecosystem":"go","requirements":"v1.1.11","direct":false,"kind":"runtime","optional":false},{"id":6994692348,"package_name":"github.com/cyberphone/json-canonicalization","ecosystem":"go","requirements":"v0.0.0-20210823021906-dc406ceaf94b","direct":false,"kind":"runtime","optional":false},{"id":6994692349,"package_name":"github.com/cyphar/filepath-securejoin","ecosystem":"go","requirements":"v0.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692350,"package_name":"github.com/cyphar/filepath-securejoin","ecosystem":"go","requirements":"v0.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994692351,"package_name":"github.com/d2g/dhcp4","ecosystem":"go","requirements":"v0.0.0-20170904100407-a1d1b6c41b1c","direct":false,"kind":"runtime","optional":false},{"id":6994692352,"package_name":"github.com/d2g/dhcp4client","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692353,"package_name":"github.com/d2g/dhcp4server","ecosystem":"go","requirements":"v0.0.0-20181031114812-7d4a0a7f59a5","direct":false,"kind":"runtime","optional":false},{"id":6994692354,"package_name":"github.com/d2g/hardwareaddr","ecosystem":"go","requirements":"v0.0.0-20190221164911-e7d9fbe030e4","direct":false,"kind":"runtime","optional":false},{"id":6994692355,"package_name":"github.com/daixiang0/gci","ecosystem":"go","requirements":"v0.2.9","direct":false,"kind":"runtime","optional":false},{"id":6994692356,"package_name":"github.com/danieljoos/wincred","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692357,"package_name":"github.com/danieljoos/wincred","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692358,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v0.0.0-20161028175848-04cdfd42973b","direct":false,"kind":"runtime","optional":false},{"id":6994692359,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692360,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692361,"package_name":"github.com/denis-tingajkin/go-header","ecosystem":"go","requirements":"v0.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994692362,"package_name":"github.com/denverdino/aliyungo","ecosystem":"go","requirements":"v0.0.0-20190125010748-a747050bb1ba","direct":false,"kind":"runtime","optional":false},{"id":6994692363,"package_name":"github.com/devigned/tab","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692364,"package_name":"github.com/dgrijalva/jwt-go","ecosystem":"go","requirements":"v0.0.0-20170104182250-a601269ab70c","direct":false,"kind":"runtime","optional":false},{"id":6994692365,"package_name":"github.com/dgrijalva/jwt-go","ecosystem":"go","requirements":"v3.2.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692366,"package_name":"github.com/dgryski/go-sip13","ecosystem":"go","requirements":"v0.0.0-20181026042036-e10d5fee7954","direct":false,"kind":"runtime","optional":false},{"id":6994692367,"package_name":"github.com/dimchansky/utfbom","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692368,"package_name":"github.com/dimchansky/utfbom","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692369,"package_name":"github.com/dnaeon/go-vcr","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692370,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v0.0.0-20191017083524-a8ff7f821017","direct":false,"kind":"runtime","optional":false},{"id":6994692371,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v20.10.10+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692372,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v20.10.12+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692373,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v20.10.17+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692374,"package_name":"github.com/docker/distribution","ecosystem":"go","requirements":"v0.0.0-20190905152932-14b96e55d84c","direct":false,"kind":"runtime","optional":false},{"id":6994692375,"package_name":"github.com/docker/distribution","ecosystem":"go","requirements":"v2.7.1-0.20190205005809-0d3efadf0154+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692376,"package_name":"github.com/docker/distribution","ecosystem":"go","requirements":"v2.7.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692377,"package_name":"github.com/docker/distribution","ecosystem":"go","requirements":"v2.8.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692378,"package_name":"github.com/docker/distribution","ecosystem":"go","requirements":"v2.8.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692379,"package_name":"github.com/docker/docker","ecosystem":"go","requirements":"v1.4.2-0.20190924003213-a8608b5b67c7","direct":false,"kind":"runtime","optional":false},{"id":6994692380,"package_name":"github.com/docker/docker","ecosystem":"go","requirements":"v20.10.10+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692381,"package_name":"github.com/docker/docker","ecosystem":"go","requirements":"v20.10.12+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692382,"package_name":"github.com/docker/docker","ecosystem":"go","requirements":"v20.10.17+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692383,"package_name":"github.com/docker/docker-credential-helpers","ecosystem":"go","requirements":"v0.6.3","direct":false,"kind":"runtime","optional":false},{"id":6994692384,"package_name":"github.com/docker/docker-credential-helpers","ecosystem":"go","requirements":"v0.6.4","direct":false,"kind":"runtime","optional":false},{"id":6994692385,"package_name":"github.com/docker/go-connections","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692386,"package_name":"github.com/docker/go-events","ecosystem":"go","requirements":"v0.0.0-20170721190031-9461782956ad","direct":false,"kind":"runtime","optional":false},{"id":6994692387,"package_name":"github.com/docker/go-events","ecosystem":"go","requirements":"v0.0.0-20190806004212-e31b211e4f1c","direct":false,"kind":"runtime","optional":false},{"id":6994692388,"package_name":"github.com/docker/go-metrics","ecosystem":"go","requirements":"v0.0.0-20180209012529-399ea8c73916","direct":false,"kind":"runtime","optional":false},{"id":6994692389,"package_name":"github.com/docker/go-metrics","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692390,"package_name":"github.com/docker/go-units","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692391,"package_name":"github.com/docker/libtrust","ecosystem":"go","requirements":"v0.0.0-20150114040149-fa567046d9b1","direct":false,"kind":"runtime","optional":false},{"id":6994692392,"package_name":"github.com/docker/spdystream","ecosystem":"go","requirements":"v0.0.0-20160310174837-449fdfce4d96","direct":false,"kind":"runtime","optional":false},{"id":6994692393,"package_name":"github.com/docopt/docopt-go","ecosystem":"go","requirements":"v0.0.0-20180111231733-ee0de3bc6815","direct":false,"kind":"runtime","optional":false},{"id":6994692394,"package_name":"github.com/dsnet/compress","ecosystem":"go","requirements":"v0.0.2-0.20210315054119-f66993602bf5","direct":false,"kind":"runtime","optional":false},{"id":6994692395,"package_name":"github.com/dsnet/golib","ecosystem":"go","requirements":"v0.0.0-20171103203638-1ea166775780","direct":false,"kind":"runtime","optional":false},{"id":6994692396,"package_name":"github.com/dustin/go-humanize","ecosystem":"go","requirements":"v0.0.0-20171111073723-bb3d318650d4","direct":false,"kind":"runtime","optional":false},{"id":6994692397,"package_name":"github.com/dustin/go-humanize","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692398,"package_name":"github.com/eapache/go-resiliency","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692399,"package_name":"github.com/eapache/go-xerial-snappy","ecosystem":"go","requirements":"v0.0.0-20180814174437-776d5712da21","direct":false,"kind":"runtime","optional":false},{"id":6994692400,"package_name":"github.com/eapache/queue","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692401,"package_name":"github.com/edsrzf/mmap-go","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692402,"package_name":"github.com/elazarl/goproxy","ecosystem":"go","requirements":"v0.0.0-20180725130230-947c36da3153","direct":false,"kind":"runtime","optional":false},{"id":6994692403,"package_name":"github.com/emicklei/go-restful","ecosystem":"go","requirements":"v0.0.0-20170410110728-ff4f55a20633","direct":false,"kind":"runtime","optional":false},{"id":6994692404,"package_name":"github.com/emicklei/go-restful","ecosystem":"go","requirements":"v2.9.5+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692405,"package_name":"github.com/emirpasic/gods","ecosystem":"go","requirements":"v1.12.0","direct":false,"kind":"runtime","optional":false},{"id":6994692406,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.6.9","direct":false,"kind":"runtime","optional":false},{"id":6994692407,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994693694,"package_name":"go.opentelemetry.io/otel","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994692408,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.1-0.20191026205805-5f8ba28d4473","direct":false,"kind":"runtime","optional":false},{"id":6994692409,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.4","direct":false,"kind":"runtime","optional":false},{"id":6994692410,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.7","direct":false,"kind":"runtime","optional":false},{"id":6994692411,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.9-0.20201210154907-fd9021fe5dad","direct":false,"kind":"runtime","optional":false},{"id":6994692412,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.9-0.20210217033140-668b12f5399d","direct":false,"kind":"runtime","optional":false},{"id":6994692413,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.9-0.20210512163311-63b5d3c536b0","direct":false,"kind":"runtime","optional":false},{"id":6994692414,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.10-0.20210907150352-cf90f659a021","direct":false,"kind":"runtime","optional":false},{"id":6994692415,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.10.2-0.20220325020618-49ff273808a1","direct":false,"kind":"runtime","optional":false},{"id":6994692416,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v0.0.14","direct":false,"kind":"runtime","optional":false},{"id":6994692417,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692418,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v0.3.0-java","direct":false,"kind":"runtime","optional":false},{"id":6994692419,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v0.6.2","direct":false,"kind":"runtime","optional":false},{"id":6994692420,"package_name":"github.com/esimonov/ifshort","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692421,"package_name":"github.com/etcd-io/gofail","ecosystem":"go","requirements":"v0.0.0-20190801230047-ad7f989257ca","direct":false,"kind":"runtime","optional":false},{"id":6994692422,"package_name":"github.com/ettle/strcase","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692423,"package_name":"github.com/evanphx/json-patch","ecosystem":"go","requirements":"v4.9.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692424,"package_name":"github.com/evanphx/json-patch","ecosystem":"go","requirements":"v4.11.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692425,"package_name":"github.com/evanphx/json-patch","ecosystem":"go","requirements":"v4.12.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692426,"package_name":"github.com/facebookgo/clock","ecosystem":"go","requirements":"v0.0.0-20150410010913-600d898af40a","direct":false,"kind":"runtime","optional":false},{"id":6994692427,"package_name":"github.com/facebookgo/limitgroup","ecosystem":"go","requirements":"v0.0.0-20150612190941-6abd8d71ec01","direct":false,"kind":"runtime","optional":false},{"id":6994692428,"package_name":"github.com/facebookgo/muster","ecosystem":"go","requirements":"v0.0.0-20150708232844-fd3d7953fd52","direct":false,"kind":"runtime","optional":false},{"id":6994692429,"package_name":"github.com/facebookincubator/nvdtools","ecosystem":"go","requirements":"v0.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994692430,"package_name":"github.com/fatih/color","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994692431,"package_name":"github.com/fatih/color","ecosystem":"go","requirements":"v1.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994692432,"package_name":"github.com/fatih/color","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994692433,"package_name":"github.com/fatih/color","ecosystem":"go","requirements":"v1.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994692434,"package_name":"github.com/fatih/set","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692435,"package_name":"github.com/fatih/structtag","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692436,"package_name":"github.com/felixge/httpsnoop","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692437,"package_name":"github.com/flynn/go-shlex","ecosystem":"go","requirements":"v0.0.0-20150515145356-3f9db97f8568","direct":false,"kind":"runtime","optional":false},{"id":6994692438,"package_name":"github.com/form3tech-oss/jwt-go","ecosystem":"go","requirements":"v3.2.2+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692439,"package_name":"github.com/form3tech-oss/jwt-go","ecosystem":"go","requirements":"v3.2.3+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692440,"package_name":"github.com/form3tech-oss/jwt-go","ecosystem":"go","requirements":"v3.2.5+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692441,"package_name":"github.com/fortytw2/leaktest","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692442,"package_name":"github.com/fortytw2/leaktest","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692443,"package_name":"github.com/franela/goblin","ecosystem":"go","requirements":"v0.0.0-20200105215937-c9ffbefa60db","direct":false,"kind":"runtime","optional":false},{"id":6994692444,"package_name":"github.com/franela/goreq","ecosystem":"go","requirements":"v0.0.0-20171204163338-bcd34c9993f8","direct":false,"kind":"runtime","optional":false},{"id":6994692445,"package_name":"github.com/frankban/quicktest","ecosystem":"go","requirements":"v1.11.3","direct":false,"kind":"runtime","optional":false},{"id":6994692446,"package_name":"github.com/frankban/quicktest","ecosystem":"go","requirements":"v1.14.3","direct":false,"kind":"runtime","optional":false},{"id":6994692447,"package_name":"github.com/fsnotify/fsnotify","ecosystem":"go","requirements":"v1.4.7","direct":false,"kind":"runtime","optional":false},{"id":6994692448,"package_name":"github.com/fsnotify/fsnotify","ecosystem":"go","requirements":"v1.4.9","direct":false,"kind":"runtime","optional":false},{"id":6994692449,"package_name":"github.com/fsnotify/fsnotify","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692450,"package_name":"github.com/fsnotify/fsnotify","ecosystem":"go","requirements":"v1.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994692451,"package_name":"github.com/fullsailor/pkcs7","ecosystem":"go","requirements":"v0.0.0-20190404230743-d7302db945fa","direct":false,"kind":"runtime","optional":false},{"id":6994692452,"package_name":"github.com/fullstorydev/grpcurl","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692453,"package_name":"github.com/fullstorydev/grpcurl","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692454,"package_name":"github.com/fullstorydev/grpcurl","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994692455,"package_name":"github.com/fullstorydev/grpcurl","ecosystem":"go","requirements":"v1.8.6","direct":false,"kind":"runtime","optional":false},{"id":6994692456,"package_name":"github.com/fullstorydev/grpcurl","ecosystem":"go","requirements":"v1.8.7","direct":false,"kind":"runtime","optional":false},{"id":6994692457,"package_name":"github.com/fzipp/gocyclo","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692458,"package_name":"github.com/gabriel-vasile/mimetype","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692459,"package_name":"github.com/garyburd/redigo","ecosystem":"go","requirements":"v0.0.0-20150301180006-535138d7bcd7","direct":false,"kind":"runtime","optional":false},{"id":6994692460,"package_name":"github.com/getkin/kin-openapi","ecosystem":"go","requirements":"v0.76.0","direct":false,"kind":"runtime","optional":false},{"id":6994692461,"package_name":"github.com/getsentry/raven-go","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692462,"package_name":"github.com/ghodss/yaml","ecosystem":"go","requirements":"v0.0.0-20150909031657-73d445a93680","direct":false,"kind":"runtime","optional":false},{"id":6994692463,"package_name":"github.com/ghodss/yaml","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692464,"package_name":"github.com/gliderlabs/ssh","ecosystem":"go","requirements":"v0.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692465,"package_name":"github.com/go-chi/chi","ecosystem":"go","requirements":"v4.1.2+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692466,"package_name":"github.com/go-critic/go-critic","ecosystem":"go","requirements":"v0.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994692467,"package_name":"github.com/go-gl/glfw","ecosystem":"go","requirements":"v0.0.0-20190409004039-e6da0acd62b1","direct":false,"kind":"runtime","optional":false},{"id":6994692468,"package_name":"github.com/go-gl/glfw/v3.3/glfw","ecosystem":"go","requirements":"v0.0.0-20191125211704-12ad95a8df72","direct":false,"kind":"runtime","optional":false},{"id":6994692469,"package_name":"github.com/go-gl/glfw/v3.3/glfw","ecosystem":"go","requirements":"v0.0.0-20200222043503-6f7a984d4dc4","direct":false,"kind":"runtime","optional":false},{"id":6994692470,"package_name":"github.com/go-ini/ini","ecosystem":"go","requirements":"v1.25.4","direct":false,"kind":"runtime","optional":false},{"id":6994692471,"package_name":"github.com/go-kit/kit","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692472,"package_name":"github.com/go-kit/kit","ecosystem":"go","requirements":"v0.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994692473,"package_name":"github.com/go-kit/kit","ecosystem":"go","requirements":"v0.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994692474,"package_name":"github.com/go-kit/log","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692475,"package_name":"github.com/go-kit/log","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692476,"package_name":"github.com/go-logfmt/logfmt","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692477,"package_name":"github.com/go-logfmt/logfmt","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692478,"package_name":"github.com/go-logfmt/logfmt","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692479,"package_name":"github.com/go-logfmt/logfmt","ecosystem":"go","requirements":"v0.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692480,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692481,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692482,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692483,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692484,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692485,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692486,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v1.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994692487,"package_name":"github.com/go-logr/stdr","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692488,"package_name":"github.com/go-logr/stdr","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692489,"package_name":"github.com/go-ole/go-ole","ecosystem":"go","requirements":"v1.2.5","direct":false,"kind":"runtime","optional":false},{"id":6994692490,"package_name":"github.com/go-ole/go-ole","ecosystem":"go","requirements":"v1.2.6","direct":false,"kind":"runtime","optional":false},{"id":6994692491,"package_name":"github.com/go-openapi/analysis","ecosystem":"go","requirements":"v0.21.2","direct":false,"kind":"runtime","optional":false},{"id":6994692492,"package_name":"github.com/go-openapi/analysis","ecosystem":"go","requirements":"v0.21.4","direct":false,"kind":"runtime","optional":false},{"id":6994692493,"package_name":"github.com/go-openapi/errors","ecosystem":"go","requirements":"v0.19.8","direct":false,"kind":"runtime","optional":false},{"id":6994692494,"package_name":"github.com/go-openapi/errors","ecosystem":"go","requirements":"v0.19.9","direct":false,"kind":"runtime","optional":false},{"id":6994692495,"package_name":"github.com/go-openapi/errors","ecosystem":"go","requirements":"v0.20.2","direct":false,"kind":"runtime","optional":false},{"id":6994692496,"package_name":"github.com/go-openapi/errors","ecosystem":"go","requirements":"v0.20.3","direct":false,"kind":"runtime","optional":false},{"id":6994692497,"package_name":"github.com/go-openapi/jsonpointer","ecosystem":"go","requirements":"v0.0.0-20160704185906-46af16f9f7b1","direct":false,"kind":"runtime","optional":false},{"id":6994692498,"package_name":"github.com/go-openapi/jsonpointer","ecosystem":"go","requirements":"v0.19.2","direct":false,"kind":"runtime","optional":false},{"id":6994692499,"package_name":"github.com/go-openapi/jsonpointer","ecosystem":"go","requirements":"v0.19.3","direct":false,"kind":"runtime","optional":false},{"id":6994692500,"package_name":"github.com/go-openapi/jsonpointer","ecosystem":"go","requirements":"v0.19.5","direct":false,"kind":"runtime","optional":false},{"id":6994692501,"package_name":"github.com/go-openapi/jsonreference","ecosystem":"go","requirements":"v0.0.0-20160704190145-13c6e3589ad9","direct":false,"kind":"runtime","optional":false},{"id":6994692502,"package_name":"github.com/go-openapi/jsonreference","ecosystem":"go","requirements":"v0.19.2","direct":false,"kind":"runtime","optional":false},{"id":6994692503,"package_name":"github.com/go-openapi/jsonreference","ecosystem":"go","requirements":"v0.19.3","direct":false,"kind":"runtime","optional":false},{"id":6994692504,"package_name":"github.com/go-openapi/jsonreference","ecosystem":"go","requirements":"v0.19.5","direct":false,"kind":"runtime","optional":false},{"id":6994692505,"package_name":"github.com/go-openapi/jsonreference","ecosystem":"go","requirements":"v0.19.6","direct":false,"kind":"runtime","optional":false},{"id":6994692506,"package_name":"github.com/go-openapi/jsonreference","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994692507,"package_name":"github.com/go-openapi/loads","ecosystem":"go","requirements":"v0.21.1","direct":false,"kind":"runtime","optional":false},{"id":6994692508,"package_name":"github.com/go-openapi/loads","ecosystem":"go","requirements":"v0.21.2","direct":false,"kind":"runtime","optional":false},{"id":6994692509,"package_name":"github.com/go-openapi/runtime","ecosystem":"go","requirements":"v0.24.2","direct":false,"kind":"runtime","optional":false},{"id":6994692510,"package_name":"github.com/go-openapi/spec","ecosystem":"go","requirements":"v0.0.0-20160808142527-6aced65f8501","direct":false,"kind":"runtime","optional":false},{"id":6994692511,"package_name":"github.com/go-openapi/spec","ecosystem":"go","requirements":"v0.19.3","direct":false,"kind":"runtime","optional":false},{"id":6994692512,"package_name":"github.com/go-openapi/spec","ecosystem":"go","requirements":"v0.20.4","direct":false,"kind":"runtime","optional":false},{"id":6994692513,"package_name":"github.com/go-openapi/spec","ecosystem":"go","requirements":"v0.20.6","direct":false,"kind":"runtime","optional":false},{"id":6994692514,"package_name":"github.com/go-openapi/spec","ecosystem":"go","requirements":"v0.20.7","direct":false,"kind":"runtime","optional":false},{"id":6994692515,"package_name":"github.com/go-openapi/strfmt","ecosystem":"go","requirements":"v0.21.0","direct":false,"kind":"runtime","optional":false},{"id":6994692516,"package_name":"github.com/go-openapi/strfmt","ecosystem":"go","requirements":"v0.21.1","direct":false,"kind":"runtime","optional":false},{"id":6994692517,"package_name":"github.com/go-openapi/strfmt","ecosystem":"go","requirements":"v0.21.2","direct":false,"kind":"runtime","optional":false},{"id":6994692518,"package_name":"github.com/go-openapi/strfmt","ecosystem":"go","requirements":"v0.21.3","direct":false,"kind":"runtime","optional":false},{"id":6994692519,"package_name":"github.com/go-openapi/swag","ecosystem":"go","requirements":"v0.0.0-20160704191624-1d0bd113de87","direct":false,"kind":"runtime","optional":false},{"id":6994692520,"package_name":"github.com/go-openapi/swag","ecosystem":"go","requirements":"v0.19.2","direct":false,"kind":"runtime","optional":false},{"id":6994692521,"package_name":"github.com/go-openapi/swag","ecosystem":"go","requirements":"v0.19.5","direct":false,"kind":"runtime","optional":false},{"id":6994692522,"package_name":"github.com/go-openapi/swag","ecosystem":"go","requirements":"v0.19.14","direct":false,"kind":"runtime","optional":false},{"id":6994692523,"package_name":"github.com/go-openapi/swag","ecosystem":"go","requirements":"v0.19.15","direct":false,"kind":"runtime","optional":false},{"id":6994692524,"package_name":"github.com/go-openapi/swag","ecosystem":"go","requirements":"v0.21.1","direct":false,"kind":"runtime","optional":false},{"id":6994692525,"package_name":"github.com/go-openapi/swag","ecosystem":"go","requirements":"v0.22.3","direct":false,"kind":"runtime","optional":false},{"id":6994692526,"package_name":"github.com/go-openapi/validate","ecosystem":"go","requirements":"v0.21.0","direct":false,"kind":"runtime","optional":false},{"id":6994692527,"package_name":"github.com/go-openapi/validate","ecosystem":"go","requirements":"v0.22.0","direct":false,"kind":"runtime","optional":false},{"id":6994692528,"package_name":"github.com/go-playground/assert/v2","ecosystem":"go","requirements":"v2.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692529,"package_name":"github.com/go-playground/locales","ecosystem":"go","requirements":"v0.14.0","direct":false,"kind":"runtime","optional":false},{"id":6994692530,"package_name":"github.com/go-playground/universal-translator","ecosystem":"go","requirements":"v0.18.0","direct":false,"kind":"runtime","optional":false},{"id":6994692531,"package_name":"github.com/go-playground/validator/v10","ecosystem":"go","requirements":"v10.11.0","direct":false,"kind":"runtime","optional":false},{"id":6994692532,"package_name":"github.com/go-redis/redis","ecosystem":"go","requirements":"v6.15.8+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692533,"package_name":"github.com/go-redis/redis","ecosystem":"go","requirements":"v6.15.9+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692534,"package_name":"github.com/go-restruct/restruct","ecosystem":"go","requirements":"v1.2.0-alpha","direct":false,"kind":"runtime","optional":false},{"id":6994692535,"package_name":"github.com/go-sql-driver/mysql","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692536,"package_name":"github.com/go-sql-driver/mysql","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692537,"package_name":"github.com/go-sql-driver/mysql","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692538,"package_name":"github.com/go-sql-driver/mysql","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692539,"package_name":"github.com/go-stack/stack","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692540,"package_name":"github.com/go-stack/stack","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994692541,"package_name":"github.com/go-task/slim-sprig","ecosystem":"go","requirements":"v0.0.0-20210107165309-348f09dbbbc0","direct":false,"kind":"runtime","optional":false},{"id":6994692542,"package_name":"github.com/go-test/deep","ecosystem":"go","requirements":"v1.0.8","direct":false,"kind":"runtime","optional":false},{"id":6994692543,"package_name":"github.com/go-toolsmith/astcast","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692544,"package_name":"github.com/go-toolsmith/astcopy","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692545,"package_name":"github.com/go-toolsmith/astequal","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692546,"package_name":"github.com/go-toolsmith/astequal","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692547,"package_name":"github.com/go-toolsmith/astfmt","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692548,"package_name":"github.com/go-toolsmith/astinfo","ecosystem":"go","requirements":"v0.0.0-20180906194353-9809ff7efb21","direct":false,"kind":"runtime","optional":false},{"id":6994692549,"package_name":"github.com/go-toolsmith/astp","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692550,"package_name":"github.com/go-toolsmith/pkgload","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692551,"package_name":"github.com/go-toolsmith/strparse","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692552,"package_name":"github.com/go-toolsmith/typep","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692553,"package_name":"github.com/go-toolsmith/typep","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692554,"package_name":"github.com/go-xmlfmt/xmlfmt","ecosystem":"go","requirements":"v0.0.0-20191208150333-d5b6f63a941b","direct":false,"kind":"runtime","optional":false},{"id":6994692555,"package_name":"github.com/gobuffalo/attrs","ecosystem":"go","requirements":"v0.0.0-20190224210810-a9411de4debd","direct":false,"kind":"runtime","optional":false},{"id":6994692556,"package_name":"github.com/gobuffalo/depgen","ecosystem":"go","requirements":"v0.0.0-20190329151759-d478694a28d3","direct":false,"kind":"runtime","optional":false},{"id":6994692557,"package_name":"github.com/gobuffalo/depgen","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692558,"package_name":"github.com/gobuffalo/envy","ecosystem":"go","requirements":"v1.6.15","direct":false,"kind":"runtime","optional":false},{"id":6994692559,"package_name":"github.com/gobuffalo/envy","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994692560,"package_name":"github.com/gobuffalo/flect","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692561,"package_name":"github.com/gobuffalo/flect","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692562,"package_name":"github.com/gobuffalo/flect","ecosystem":"go","requirements":"v0.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994692563,"package_name":"github.com/gobuffalo/genny","ecosystem":"go","requirements":"v0.0.0-20190329151137-27723ad26ef9","direct":false,"kind":"runtime","optional":false},{"id":6994692564,"package_name":"github.com/gobuffalo/genny","ecosystem":"go","requirements":"v0.0.0-20190403191548-3ca520ef0d9e","direct":false,"kind":"runtime","optional":false},{"id":6994692565,"package_name":"github.com/gobuffalo/genny","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692566,"package_name":"github.com/gobuffalo/genny","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692567,"package_name":"github.com/gobuffalo/gitgen","ecosystem":"go","requirements":"v0.0.0-20190315122116-cc086187d211","direct":false,"kind":"runtime","optional":false},{"id":6994692568,"package_name":"github.com/gobuffalo/gogen","ecosystem":"go","requirements":"v0.0.0-20190315121717-8f38393713f5","direct":false,"kind":"runtime","optional":false},{"id":6994692569,"package_name":"github.com/gobuffalo/gogen","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692570,"package_name":"github.com/gobuffalo/gogen","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692571,"package_name":"github.com/gobuffalo/logger","ecosystem":"go","requirements":"v0.0.0-20190315122211-86e12af44bc2","direct":false,"kind":"runtime","optional":false},{"id":6994692572,"package_name":"github.com/gobuffalo/mapi","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692573,"package_name":"github.com/gobuffalo/mapi","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692574,"package_name":"github.com/gobuffalo/packd","ecosystem":"go","requirements":"v0.0.0-20190315124812-a385830c7fc0","direct":false,"kind":"runtime","optional":false},{"id":6994692575,"package_name":"github.com/gobuffalo/packd","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692576,"package_name":"github.com/gobuffalo/packr/v2","ecosystem":"go","requirements":"v2.0.9","direct":false,"kind":"runtime","optional":false},{"id":6994692577,"package_name":"github.com/gobuffalo/packr/v2","ecosystem":"go","requirements":"v2.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692578,"package_name":"github.com/gobuffalo/syncx","ecosystem":"go","requirements":"v0.0.0-20190224160051-33c29581e754","direct":false,"kind":"runtime","optional":false},{"id":6994692579,"package_name":"github.com/gobwas/glob","ecosystem":"go","requirements":"v0.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994692580,"package_name":"github.com/godbus/dbus","ecosystem":"go","requirements":"v0.0.0-20151105175453-c7fdd8b5cd55","direct":false,"kind":"runtime","optional":false},{"id":6994692581,"package_name":"github.com/godbus/dbus","ecosystem":"go","requirements":"v0.0.0-20180201030542-885f9cc04c9c","direct":false,"kind":"runtime","optional":false},{"id":6994692582,"package_name":"github.com/godbus/dbus","ecosystem":"go","requirements":"v0.0.0-20190422162347-ade71ed3457e","direct":false,"kind":"runtime","optional":false},{"id":6994692583,"package_name":"github.com/godbus/dbus","ecosystem":"go","requirements":"v4.1.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692584,"package_name":"github.com/godbus/dbus/v5","ecosystem":"go","requirements":"v5.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692585,"package_name":"github.com/godbus/dbus/v5","ecosystem":"go","requirements":"v5.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994692586,"package_name":"github.com/godbus/dbus/v5","ecosystem":"go","requirements":"v5.0.6","direct":false,"kind":"runtime","optional":false},{"id":6994692587,"package_name":"github.com/gofrs/flock","ecosystem":"go","requirements":"v0.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994692588,"package_name":"github.com/gogo/googleapis","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692589,"package_name":"github.com/gogo/googleapis","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692590,"package_name":"github.com/gogo/googleapis","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692591,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692592,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692593,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692594,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.2.2-0.20190723190241-65acae22fc9d","direct":false,"kind":"runtime","optional":false},{"id":6994692595,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692596,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692597,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994692598,"package_name":"github.com/golang-jwt/jwt","ecosystem":"go","requirements":"v3.2.2+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692599,"package_name":"github.com/golang-jwt/jwt/v4","ecosystem":"go","requirements":"v4.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692600,"package_name":"github.com/golang-jwt/jwt/v4","ecosystem":"go","requirements":"v4.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692601,"package_name":"github.com/golang-jwt/jwt/v4","ecosystem":"go","requirements":"v4.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994692602,"package_name":"github.com/golang/glog","ecosystem":"go","requirements":"v0.0.0-20160126235308-23def4e6c14b","direct":false,"kind":"runtime","optional":false},{"id":6994692603,"package_name":"github.com/golang/glog","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692604,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20160516000752-02826c3e7903","direct":false,"kind":"runtime","optional":false},{"id":6994692605,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20190129154638-5b532d6fd5ef","direct":false,"kind":"runtime","optional":false},{"id":6994692606,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20190702054246-869f871628b6","direct":false,"kind":"runtime","optional":false},{"id":6994692607,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20191227052852-215e87163ea7","direct":false,"kind":"runtime","optional":false},{"id":6994692608,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20200121045136-8c9f03a8e57e","direct":false,"kind":"runtime","optional":false},{"id":6994692609,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20210331224755-41bb18bfe9da","direct":false,"kind":"runtime","optional":false},{"id":6994692610,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692611,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692612,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692613,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692614,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692615,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.4.3","direct":false,"kind":"runtime","optional":false},{"id":6994692616,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.4.4","direct":false,"kind":"runtime","optional":false},{"id":6994692617,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692618,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692619,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692620,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692621,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692622,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994692623,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":6994692624,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.4","direct":false,"kind":"runtime","optional":false},{"id":6994692625,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.5","direct":false,"kind":"runtime","optional":false},{"id":6994692626,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.1","direct":false,"kind":"runtime","optional":false},{"id":6994692627,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.1.0.20200221234624-67d41d38c208","direct":false,"kind":"runtime","optional":false},{"id":6994692628,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.2","direct":false,"kind":"runtime","optional":false},{"id":6994692629,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.4.0.20200313231945-b860323f09d0","direct":false,"kind":"runtime","optional":false},{"id":6994692630,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692631,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692632,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994692633,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.3","direct":false,"kind":"runtime","optional":false},{"id":6994692634,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692635,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692636,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.2","direct":false,"kind":"runtime","optional":false},{"id":6994692637,"package_name":"github.com/golang/snappy","ecosystem":"go","requirements":"v0.0.0-20180518054509-2e65f85255db","direct":false,"kind":"runtime","optional":false},{"id":6994692638,"package_name":"github.com/golang/snappy","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692639,"package_name":"github.com/golang/snappy","ecosystem":"go","requirements":"v0.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692640,"package_name":"github.com/golang/snappy","ecosystem":"go","requirements":"v0.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692641,"package_name":"github.com/golang/snappy","ecosystem":"go","requirements":"v0.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994692642,"package_name":"github.com/golangci/check","ecosystem":"go","requirements":"v0.0.0-20180506172741-cfe4005ccda2","direct":false,"kind":"runtime","optional":false},{"id":6994692643,"package_name":"github.com/golangci/dupl","ecosystem":"go","requirements":"v0.0.0-20180902072040-3e9179ac440a","direct":false,"kind":"runtime","optional":false},{"id":6994692644,"package_name":"github.com/golangci/go-misc","ecosystem":"go","requirements":"v0.0.0-20180628070357-927a3d87b613","direct":false,"kind":"runtime","optional":false},{"id":6994692645,"package_name":"github.com/golangci/gofmt","ecosystem":"go","requirements":"v0.0.0-20190930125516-244bba706f1a","direct":false,"kind":"runtime","optional":false},{"id":6994692646,"package_name":"github.com/golangci/golangci-lint","ecosystem":"go","requirements":"v1.43.0","direct":false,"kind":"runtime","optional":false},{"id":6994692647,"package_name":"github.com/golangci/lint-1","ecosystem":"go","requirements":"v0.0.0-20191013205115-297bf364a8e0","direct":false,"kind":"runtime","optional":false},{"id":6994692648,"package_name":"github.com/golangci/maligned","ecosystem":"go","requirements":"v0.0.0-20180506175553-b1d89398deca","direct":false,"kind":"runtime","optional":false},{"id":6994692649,"package_name":"github.com/golangci/misspell","ecosystem":"go","requirements":"v0.3.5","direct":false,"kind":"runtime","optional":false},{"id":6994692674,"package_name":"github.com/golangci/revgrep","ecosystem":"go","requirements":"v0.0.0-20210930125155-c22e5001d4f2","direct":false,"kind":"runtime","optional":false},{"id":6994692675,"package_name":"github.com/golangci/unconvert","ecosystem":"go","requirements":"v0.0.0-20180507085042-28b1c447d1f4","direct":false,"kind":"runtime","optional":false},{"id":6994692676,"package_name":"github.com/google/btree","ecosystem":"go","requirements":"v0.0.0-20180813153112-4030bb1f1f0c","direct":false,"kind":"runtime","optional":false},{"id":6994692677,"package_name":"github.com/google/btree","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692678,"package_name":"github.com/google/btree","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692679,"package_name":"github.com/google/btree","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994692680,"package_name":"github.com/google/certificate-transparency-go","ecosystem":"go","requirements":"v1.0.21","direct":false,"kind":"runtime","optional":false},{"id":6994692681,"package_name":"github.com/google/certificate-transparency-go","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692682,"package_name":"github.com/google/certificate-transparency-go","ecosystem":"go","requirements":"v1.1.2-0.20210422104406-9f33727a7a18","direct":false,"kind":"runtime","optional":false},{"id":6994692683,"package_name":"github.com/google/certificate-transparency-go","ecosystem":"go","requirements":"v1.1.2-0.20210512142713-bed466244fa6","direct":false,"kind":"runtime","optional":false},{"id":6994692684,"package_name":"github.com/google/certificate-transparency-go","ecosystem":"go","requirements":"v1.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994692685,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692686,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692687,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692688,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692689,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692690,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692691,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692692,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.2","direct":false,"kind":"runtime","optional":false},{"id":6994692693,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.3","direct":false,"kind":"runtime","optional":false},{"id":6994692694,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994692695,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.5","direct":false,"kind":"runtime","optional":false},{"id":6994692696,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.6","direct":false,"kind":"runtime","optional":false},{"id":6994692697,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.7","direct":false,"kind":"runtime","optional":false},{"id":6994692698,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.8","direct":false,"kind":"runtime","optional":false},{"id":6994693695,"package_name":"go.opentelemetry.io/otel/exporters/otlp","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693696,"package_name":"go.opentelemetry.io/otel/exporters/otlp/internal/retry","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693697,"package_name":"go.opentelemetry.io/otel/exporters/otlp/internal/retry","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693698,"package_name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693699,"package_name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693700,"package_name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693701,"package_name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693702,"package_name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693703,"package_name":"go.opentelemetry.io/otel/metric","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693704,"package_name":"go.opentelemetry.io/otel/oteltest","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693705,"package_name":"go.opentelemetry.io/otel/sdk","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693706,"package_name":"go.opentelemetry.io/otel/sdk","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693707,"package_name":"go.opentelemetry.io/otel/sdk","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693708,"package_name":"go.opentelemetry.io/otel/sdk/export/metric","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693709,"package_name":"go.opentelemetry.io/otel/sdk/metric","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693710,"package_name":"go.opentelemetry.io/otel/trace","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994693711,"package_name":"go.opentelemetry.io/otel/trace","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693712,"package_name":"go.opentelemetry.io/otel/trace","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693713,"package_name":"go.opentelemetry.io/proto/otlp","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693714,"package_name":"go.opentelemetry.io/proto/otlp","ecosystem":"go","requirements":"v0.11.0","direct":false,"kind":"runtime","optional":false},{"id":6994693715,"package_name":"go.opentelemetry.io/proto/otlp","ecosystem":"go","requirements":"v0.16.0","direct":false,"kind":"runtime","optional":false},{"id":6994693716,"package_name":"go.uber.org/atomic","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994693717,"package_name":"go.uber.org/atomic","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693718,"package_name":"go.uber.org/atomic","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693719,"package_name":"go.uber.org/atomic","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693720,"package_name":"go.uber.org/atomic","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693721,"package_name":"go.uber.org/atomic","ecosystem":"go","requirements":"v1.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994693722,"package_name":"go.uber.org/atomic","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994693723,"package_name":"go.uber.org/goleak","ecosystem":"go","requirements":"v1.1.10","direct":false,"kind":"runtime","optional":false},{"id":6994693724,"package_name":"go.uber.org/goleak","ecosystem":"go","requirements":"v1.1.11","direct":false,"kind":"runtime","optional":false},{"id":6994693725,"package_name":"go.uber.org/goleak","ecosystem":"go","requirements":"v1.1.12","direct":false,"kind":"runtime","optional":false},{"id":6994693726,"package_name":"go.uber.org/goleak","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693727,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693728,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693729,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693730,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693731,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693732,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693733,"package_name":"go.uber.org/tools","ecosystem":"go","requirements":"v0.0.0-20190618225709-2cfd321de3ee","direct":false,"kind":"runtime","optional":false},{"id":6994693734,"package_name":"go.uber.org/zap","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994693735,"package_name":"go.uber.org/zap","ecosystem":"go","requirements":"v1.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994693736,"package_name":"go.uber.org/zap","ecosystem":"go","requirements":"v1.16.0","direct":false,"kind":"runtime","optional":false},{"id":6994693737,"package_name":"go.uber.org/zap","ecosystem":"go","requirements":"v1.17.0","direct":false,"kind":"runtime","optional":false},{"id":6994693738,"package_name":"go.uber.org/zap","ecosystem":"go","requirements":"v1.21.0","direct":false,"kind":"runtime","optional":false},{"id":6994693739,"package_name":"go.uber.org/zap","ecosystem":"go","requirements":"v1.23.0","direct":false,"kind":"runtime","optional":false},{"id":6994693740,"package_name":"gocloud.dev","ecosystem":"go","requirements":"v0.19.0","direct":false,"kind":"runtime","optional":false},{"id":6994693741,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20171113213409-9f005a07e0d3","direct":false,"kind":"runtime","optional":false},{"id":6994693742,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20180501155221-613d6eafa307","direct":false,"kind":"runtime","optional":false},{"id":6994693743,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20180904163835-0709b304e793","direct":false,"kind":"runtime","optional":false},{"id":6994693744,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20181009213950-7c1a557ab941","direct":false,"kind":"runtime","optional":false},{"id":6994693745,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20181029021203-45a5f77698d3","direct":false,"kind":"runtime","optional":false},{"id":6994693746,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20181203042331-505ab145d0a9","direct":false,"kind":"runtime","optional":false},{"id":6994693747,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190219172222-a4c6cb3142f2","direct":false,"kind":"runtime","optional":false},{"id":6994693748,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190228161510-8dd112bcdc25","direct":false,"kind":"runtime","optional":false},{"id":6994693749,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190308221718-c2843e01d9a2","direct":false,"kind":"runtime","optional":false},{"id":6994693750,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190422162423-af44ce270edf","direct":false,"kind":"runtime","optional":false},{"id":6994693751,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190426145343-a29dc8fdc734","direct":false,"kind":"runtime","optional":false},{"id":6994693752,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190510104115-cbcb75029529","direct":false,"kind":"runtime","optional":false},{"id":6994693753,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190605123033-f99c8df09eb5","direct":false,"kind":"runtime","optional":false},{"id":6994693754,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190611184440-5c40567a22f8","direct":false,"kind":"runtime","optional":false},{"id":6994693755,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190701094942-4def268fd1a4","direct":false,"kind":"runtime","optional":false},{"id":6994693756,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190820162420-60c769a6c586","direct":false,"kind":"runtime","optional":false},{"id":6994693757,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190923035154-9ee001bba392","direct":false,"kind":"runtime","optional":false},{"id":6994692699,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.9","direct":false,"kind":"runtime","optional":false},{"id":6994692700,"package_name":"github.com/google/go-containerregistry","ecosystem":"go","requirements":"v0.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692701,"package_name":"github.com/google/go-containerregistry","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994692702,"package_name":"github.com/google/go-containerregistry","ecosystem":"go","requirements":"v0.11.0","direct":false,"kind":"runtime","optional":false},{"id":6994692703,"package_name":"github.com/google/go-github/v28","ecosystem":"go","requirements":"v28.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692704,"package_name":"github.com/google/go-github/v45","ecosystem":"go","requirements":"v45.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692705,"package_name":"github.com/google/go-licenses","ecosystem":"go","requirements":"v0.0.0-20210329231322-ce1d9163b77d","direct":false,"kind":"runtime","optional":false},{"id":6994692706,"package_name":"github.com/google/go-querystring","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692707,"package_name":"github.com/google/go-querystring","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692708,"package_name":"github.com/google/go-replayers/grpcreplay","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692709,"package_name":"github.com/google/go-replayers/httpreplay","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692710,"package_name":"github.com/google/gofuzz","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692711,"package_name":"github.com/google/gofuzz","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692712,"package_name":"github.com/google/gofuzz","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692713,"package_name":"github.com/google/licenseclassifier","ecosystem":"go","requirements":"v0.0.0-20210325184830-bb04aff29e72","direct":false,"kind":"runtime","optional":false},{"id":6994692714,"package_name":"github.com/google/martian","ecosystem":"go","requirements":"v2.1.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692715,"package_name":"github.com/google/martian","ecosystem":"go","requirements":"v2.1.1-0.20190517191504-25dcb96d9e51+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692716,"package_name":"github.com/google/martian/v3","ecosystem":"go","requirements":"v3.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692717,"package_name":"github.com/google/martian/v3","ecosystem":"go","requirements":"v3.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692718,"package_name":"github.com/google/martian/v3","ecosystem":"go","requirements":"v3.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692719,"package_name":"github.com/google/martian/v3","ecosystem":"go","requirements":"v3.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994692720,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20181206194817-3ea8567a2e57","direct":false,"kind":"runtime","optional":false},{"id":6994692721,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20190515194954-54271f7e092f","direct":false,"kind":"runtime","optional":false},{"id":6994692722,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20191218002539-d4f498aebedc","direct":false,"kind":"runtime","optional":false},{"id":6994692723,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20200212024743-f11f1df84d12","direct":false,"kind":"runtime","optional":false},{"id":6994692724,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20200229191704-1ebb73c60ed3","direct":false,"kind":"runtime","optional":false},{"id":6994692725,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20200430221834-fc25d7d30c6d","direct":false,"kind":"runtime","optional":false},{"id":6994692726,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20200507031123-427632fa3b1c","direct":false,"kind":"runtime","optional":false},{"id":6994692727,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20200708004538-1a94d8640e99","direct":false,"kind":"runtime","optional":false},{"id":6994692728,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20201023163331-3e6fc7fc9c4c","direct":false,"kind":"runtime","optional":false},{"id":6994692729,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20201203190320-1bf35d6f28c2","direct":false,"kind":"runtime","optional":false},{"id":6994692730,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20201218002935-b9804c9f04c2","direct":false,"kind":"runtime","optional":false},{"id":6994692731,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20210122040257-d980be63207e","direct":false,"kind":"runtime","optional":false},{"id":6994692732,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20210226084205-cbba55b83ad5","direct":false,"kind":"runtime","optional":false},{"id":6994692733,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20210407192527-94a9f03dee38","direct":false,"kind":"runtime","optional":false},{"id":6994692734,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20210601050228-01bbb1931b22","direct":false,"kind":"runtime","optional":false},{"id":6994692735,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20210609004039-a478d1d731e9","direct":false,"kind":"runtime","optional":false},{"id":6994692736,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20210720184732-4bb14d4b1be1","direct":false,"kind":"runtime","optional":false},{"id":6994692737,"package_name":"github.com/google/renameio","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692738,"package_name":"github.com/google/rpmpack","ecosystem":"go","requirements":"v0.0.0-20191226140753-aa36bfddb3a0","direct":false,"kind":"runtime","optional":false},{"id":6994692739,"package_name":"github.com/google/subcommands","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692740,"package_name":"github.com/google/trillian","ecosystem":"go","requirements":"v1.3.11","direct":false,"kind":"runtime","optional":false},{"id":6994692741,"package_name":"github.com/google/trillian","ecosystem":"go","requirements":"v1.3.14-0.20210409160123-c5ea3abd4a41","direct":false,"kind":"runtime","optional":false},{"id":6994692742,"package_name":"github.com/google/trillian","ecosystem":"go","requirements":"v1.3.14-0.20210511103300-67b5f349eefa","direct":false,"kind":"runtime","optional":false},{"id":6994692743,"package_name":"github.com/google/trillian","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692744,"package_name":"github.com/google/trillian","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692745,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v0.0.0-20161128191214-064e2069ce9c","direct":false,"kind":"runtime","optional":false},{"id":6994692746,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692747,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692748,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994692749,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692750,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692751,"package_name":"github.com/google/wire","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692752,"package_name":"github.com/googleapis/enterprise-certificate-proxy","ecosystem":"go","requirements":"v0.0.0-20220520183353-fd19c99a87aa","direct":false,"kind":"runtime","optional":false},{"id":6994692753,"package_name":"github.com/googleapis/enterprise-certificate-proxy","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692754,"package_name":"github.com/googleapis/enterprise-certificate-proxy","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692755,"package_name":"github.com/googleapis/gax-go","ecosystem":"go","requirements":"v2.0.2+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692756,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994692757,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994692758,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692759,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692760,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692761,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692762,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692763,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692764,"package_name":"github.com/googleapis/gnostic","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692765,"package_name":"github.com/googleapis/gnostic","ecosystem":"go","requirements":"v0.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692766,"package_name":"github.com/googleapis/gnostic","ecosystem":"go","requirements":"v0.5.5","direct":false,"kind":"runtime","optional":false},{"id":6994692767,"package_name":"github.com/googleapis/go-type-adapters","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692768,"package_name":"github.com/googleapis/google-cloud-go-testing","ecosystem":"go","requirements":"v0.0.0-20200911160855-bcd43fbb19e8","direct":false,"kind":"runtime","optional":false},{"id":6994692769,"package_name":"github.com/gookit/color","ecosystem":"go","requirements":"v1.2.5","direct":false,"kind":"runtime","optional":false},{"id":6994692770,"package_name":"github.com/gookit/color","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994692771,"package_name":"github.com/gopherjs/gopherjs","ecosystem":"go","requirements":"v0.0.0-20181017120253-0766667cb4d1","direct":false,"kind":"runtime","optional":false},{"id":6994692772,"package_name":"github.com/gordonklaus/ineffassign","ecosystem":"go","requirements":"v0.0.0-20200309095847-7953dde2c7bf","direct":false,"kind":"runtime","optional":false},{"id":6994692773,"package_name":"github.com/gordonklaus/ineffassign","ecosystem":"go","requirements":"v0.0.0-20210225214923-2e10b2664254","direct":false,"kind":"runtime","optional":false},{"id":6994692774,"package_name":"github.com/goreleaser/goreleaser","ecosystem":"go","requirements":"v0.134.0","direct":false,"kind":"runtime","optional":false},{"id":6994692775,"package_name":"github.com/goreleaser/nfpm","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692776,"package_name":"github.com/gorhill/cronexpr","ecosystem":"go","requirements":"v0.0.0-20180427100037-88b0669f7d75","direct":false,"kind":"runtime","optional":false},{"id":6994692777,"package_name":"github.com/gorilla/context","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692778,"package_name":"github.com/gorilla/handlers","ecosystem":"go","requirements":"v0.0.0-20150720190736-60c7bfde3e33","direct":false,"kind":"runtime","optional":false},{"id":6994692779,"package_name":"github.com/gorilla/mux","ecosystem":"go","requirements":"v1.6.2","direct":false,"kind":"runtime","optional":false},{"id":6994692780,"package_name":"github.com/gorilla/mux","ecosystem":"go","requirements":"v1.7.2","direct":false,"kind":"runtime","optional":false},{"id":6994692781,"package_name":"github.com/gorilla/mux","ecosystem":"go","requirements":"v1.7.3","direct":false,"kind":"runtime","optional":false},{"id":6994692782,"package_name":"github.com/gorilla/mux","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692783,"package_name":"github.com/gorilla/websocket","ecosystem":"go","requirements":"v0.0.0-20170926233335-4201258b820c","direct":false,"kind":"runtime","optional":false},{"id":6994692784,"package_name":"github.com/gorilla/websocket","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692785,"package_name":"github.com/gorilla/websocket","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692786,"package_name":"github.com/gorilla/websocket","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994692787,"package_name":"github.com/gostaticanalysis/analysisutil","ecosystem":"go","requirements":"v0.0.0-20190318220348-4088753ea4d3","direct":false,"kind":"runtime","optional":false},{"id":6994692788,"package_name":"github.com/gostaticanalysis/analysisutil","ecosystem":"go","requirements":"v0.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692789,"package_name":"github.com/gostaticanalysis/analysisutil","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692790,"package_name":"github.com/gostaticanalysis/analysisutil","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692791,"package_name":"github.com/gostaticanalysis/analysisutil","ecosystem":"go","requirements":"v0.7.1","direct":false,"kind":"runtime","optional":false},{"id":6994692792,"package_name":"github.com/gostaticanalysis/comment","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692793,"package_name":"github.com/gostaticanalysis/comment","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692794,"package_name":"github.com/gostaticanalysis/comment","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994692795,"package_name":"github.com/gostaticanalysis/forcetypeassert","ecosystem":"go","requirements":"v0.0.0-20200621232751-01d4955beaa5","direct":false,"kind":"runtime","optional":false},{"id":6994692796,"package_name":"github.com/gostaticanalysis/nilerr","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692797,"package_name":"github.com/gostaticanalysis/testutil","ecosystem":"go","requirements":"v0.3.1-0.20210208050101-bfb5c8eec0e4","direct":false,"kind":"runtime","optional":false},{"id":6994692798,"package_name":"github.com/gostaticanalysis/testutil","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692799,"package_name":"github.com/gregjones/httpcache","ecosystem":"go","requirements":"v0.0.0-20180305231024-9cad4c3443a7","direct":false,"kind":"runtime","optional":false},{"id":6994692800,"package_name":"github.com/gregjones/httpcache","ecosystem":"go","requirements":"v0.0.0-20190611155906-901d90724c79","direct":false,"kind":"runtime","optional":false},{"id":6994692801,"package_name":"github.com/grpc-ecosystem/go-grpc-middleware","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692802,"package_name":"github.com/grpc-ecosystem/go-grpc-middleware","ecosystem":"go","requirements":"v1.0.1-0.20190118093823-f849b5445de4","direct":false,"kind":"runtime","optional":false},{"id":6994692803,"package_name":"github.com/grpc-ecosystem/go-grpc-middleware","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692804,"package_name":"github.com/grpc-ecosystem/go-grpc-middleware","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692805,"package_name":"github.com/grpc-ecosystem/go-grpc-prometheus","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692806,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.8.5","direct":false,"kind":"runtime","optional":false},{"id":6994692807,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994692808,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.9.2","direct":false,"kind":"runtime","optional":false},{"id":6994692809,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.9.5","direct":false,"kind":"runtime","optional":false},{"id":6994692810,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.12.1","direct":false,"kind":"runtime","optional":false},{"id":6994692811,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.14.6","direct":false,"kind":"runtime","optional":false},{"id":6994692812,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.16.0","direct":false,"kind":"runtime","optional":false},{"id":6994692813,"package_name":"github.com/grpc-ecosystem/grpc-gateway/v2","ecosystem":"go","requirements":"v2.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994692814,"package_name":"github.com/grpc-ecosystem/grpc-gateway/v2","ecosystem":"go","requirements":"v2.11.3","direct":false,"kind":"runtime","optional":false},{"id":6994692815,"package_name":"github.com/hako/durafmt","ecosystem":"go","requirements":"v0.0.0-20210608085754-5c1018a4e16b","direct":false,"kind":"runtime","optional":false},{"id":6994692816,"package_name":"github.com/hashicorp/consul/api","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692817,"package_name":"github.com/hashicorp/consul/api","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692818,"package_name":"github.com/hashicorp/consul/api","ecosystem":"go","requirements":"v1.10.1","direct":false,"kind":"runtime","optional":false},{"id":6994692819,"package_name":"github.com/hashicorp/consul/sdk","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692820,"package_name":"github.com/hashicorp/consul/sdk","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692821,"package_name":"github.com/hashicorp/consul/sdk","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692822,"package_name":"github.com/hashicorp/errwrap","ecosystem":"go","requirements":"v0.0.0-20141028054710-7554cd9344ce","direct":false,"kind":"runtime","optional":false},{"id":6994692823,"package_name":"github.com/hashicorp/errwrap","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692824,"package_name":"github.com/hashicorp/errwrap","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692825,"package_name":"github.com/hashicorp/go-cleanhttp","ecosystem":"go","requirements":"v0.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692826,"package_name":"github.com/hashicorp/go-cleanhttp","ecosystem":"go","requirements":"v0.5.2","direct":false,"kind":"runtime","optional":false},{"id":6994692827,"package_name":"github.com/hashicorp/go-getter","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994692828,"package_name":"github.com/hashicorp/go-hclog","ecosystem":"go","requirements":"v0.9.2","direct":false,"kind":"runtime","optional":false},{"id":6994692829,"package_name":"github.com/hashicorp/go-hclog","ecosystem":"go","requirements":"v0.12.0","direct":false,"kind":"runtime","optional":false},{"id":6994692830,"package_name":"github.com/hashicorp/go-hclog","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692831,"package_name":"github.com/hashicorp/go-immutable-radix","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692832,"package_name":"github.com/hashicorp/go-immutable-radix","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692833,"package_name":"github.com/hashicorp/go-msgpack","ecosystem":"go","requirements":"v0.5.3","direct":false,"kind":"runtime","optional":false},{"id":6994692834,"package_name":"github.com/hashicorp/go-multierror","ecosystem":"go","requirements":"v0.0.0-20161216184304-ed905158d874","direct":false,"kind":"runtime","optional":false},{"id":6994692835,"package_name":"github.com/hashicorp/go-multierror","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692836,"package_name":"github.com/hashicorp/go-multierror","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692837,"package_name":"github.com/hashicorp/go-multierror","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692838,"package_name":"github.com/hashicorp/go-plugin","ecosystem":"go","requirements":"v1.4.5","direct":false,"kind":"runtime","optional":false},{"id":6994692839,"package_name":"github.com/hashicorp/go-retryablehttp","ecosystem":"go","requirements":"v0.6.4","direct":false,"kind":"runtime","optional":false},{"id":6994692840,"package_name":"github.com/hashicorp/go-retryablehttp","ecosystem":"go","requirements":"v0.7.1","direct":false,"kind":"runtime","optional":false},{"id":6994692841,"package_name":"github.com/hashicorp/go-rootcerts","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692842,"package_name":"github.com/hashicorp/go-rootcerts","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692843,"package_name":"github.com/hashicorp/go-safetemp","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692844,"package_name":"github.com/hashicorp/go-secure-stdlib/mlock","ecosystem":"go","requirements":"v0.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994692845,"package_name":"github.com/hashicorp/go-secure-stdlib/parseutil","ecosystem":"go","requirements":"v0.1.7","direct":false,"kind":"runtime","optional":false},{"id":6994692846,"package_name":"github.com/hashicorp/go-secure-stdlib/strutil","ecosystem":"go","requirements":"v0.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994692847,"package_name":"github.com/hashicorp/go-sockaddr","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692848,"package_name":"github.com/hashicorp/go-sockaddr","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692849,"package_name":"github.com/hashicorp/go-syslog","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692850,"package_name":"github.com/hashicorp/go-uuid","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692851,"package_name":"github.com/hashicorp/go-uuid","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692852,"package_name":"github.com/hashicorp/go-uuid","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692853,"package_name":"github.com/hashicorp/go-version","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692854,"package_name":"github.com/hashicorp/go-version","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692855,"package_name":"github.com/hashicorp/go-version","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692856,"package_name":"github.com/hashicorp/go-version","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692857,"package_name":"github.com/hashicorp/go.net","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692858,"package_name":"github.com/hashicorp/golang-lru","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692859,"package_name":"github.com/hashicorp/golang-lru","ecosystem":"go","requirements":"v0.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692860,"package_name":"github.com/hashicorp/golang-lru","ecosystem":"go","requirements":"v0.5.4","direct":false,"kind":"runtime","optional":false},{"id":6994692861,"package_name":"github.com/hashicorp/hcl","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692862,"package_name":"github.com/hashicorp/logutils","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692863,"package_name":"github.com/hashicorp/mdns","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692864,"package_name":"github.com/hashicorp/mdns","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692865,"package_name":"github.com/hashicorp/memberlist","ecosystem":"go","requirements":"v0.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994692866,"package_name":"github.com/hashicorp/memberlist","ecosystem":"go","requirements":"v0.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692867,"package_name":"github.com/hashicorp/serf","ecosystem":"go","requirements":"v0.8.2","direct":false,"kind":"runtime","optional":false},{"id":6994692868,"package_name":"github.com/hashicorp/serf","ecosystem":"go","requirements":"v0.9.5","direct":false,"kind":"runtime","optional":false},{"id":6994692869,"package_name":"github.com/hashicorp/vault/api","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692870,"package_name":"github.com/hashicorp/vault/sdk","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692871,"package_name":"github.com/hashicorp/yamux","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692872,"package_name":"github.com/honeycombio/beeline-go","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994692873,"package_name":"github.com/honeycombio/libhoney-go","ecosystem":"go","requirements":"v1.16.0","direct":false,"kind":"runtime","optional":false},{"id":6994692874,"package_name":"github.com/howeyc/gopass","ecosystem":"go","requirements":"v0.0.0-20190910152052-7cb4b85ec19c","direct":false,"kind":"runtime","optional":false},{"id":6994692875,"package_name":"github.com/hpcloud/tail","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692876,"package_name":"github.com/huandu/xstrings","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692877,"package_name":"github.com/huandu/xstrings","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692878,"package_name":"github.com/huandu/xstrings","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994692879,"package_name":"github.com/huandu/xstrings","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994692880,"package_name":"github.com/hudl/fargo","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692881,"package_name":"github.com/iancoleman/strcase","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692882,"package_name":"github.com/ianlancetaylor/demangle","ecosystem":"go","requirements":"v0.0.0-20181102032728-5e5cf60278f6","direct":false,"kind":"runtime","optional":false},{"id":6994692883,"package_name":"github.com/ianlancetaylor/demangle","ecosystem":"go","requirements":"v0.0.0-20200824232613-28f6c0f3b639","direct":false,"kind":"runtime","optional":false},{"id":6994692884,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.4","direct":false,"kind":"runtime","optional":false},{"id":6994692885,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.5","direct":false,"kind":"runtime","optional":false},{"id":6994692886,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.8","direct":false,"kind":"runtime","optional":false},{"id":6994692887,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.9","direct":false,"kind":"runtime","optional":false},{"id":6994692888,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.10","direct":false,"kind":"runtime","optional":false},{"id":6994692889,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.11","direct":false,"kind":"runtime","optional":false},{"id":6994692890,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.12","direct":false,"kind":"runtime","optional":false},{"id":6994692891,"package_name":"github.com/in-toto/in-toto-golang","ecosystem":"go","requirements":"v0.4.1-0.20221018183522-731d0640b65f","direct":false,"kind":"runtime","optional":false},{"id":6994692892,"package_name":"github.com/inconshreveable/mousetrap","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692893,"package_name":"github.com/inconshreveable/mousetrap","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692894,"package_name":"github.com/influxdata/influxdb1-client","ecosystem":"go","requirements":"v0.0.0-20191209144304-8bf82d3c094d","direct":false,"kind":"runtime","optional":false},{"id":6994692895,"package_name":"github.com/intel/goresctrl","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692896,"package_name":"github.com/j-keck/arping","ecosystem":"go","requirements":"v0.0.0-20160618110441-2cf9dc699c56","direct":false,"kind":"runtime","optional":false},{"id":6994692897,"package_name":"github.com/j-keck/arping","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692898,"package_name":"github.com/jarcoal/httpmock","ecosystem":"go","requirements":"v1.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994692900,"package_name":"github.com/jbenet/go-context","ecosystem":"go","requirements":"v0.0.0-20150711004518-d14ea06fba99","direct":false,"kind":"runtime","optional":false},{"id":6994692901,"package_name":"github.com/jedisct1/go-minisign","ecosystem":"go","requirements":"v0.0.0-20211028175153-1c139d1cc84b","direct":false,"kind":"runtime","optional":false},{"id":6994692902,"package_name":"github.com/jellydator/ttlcache/v2","ecosystem":"go","requirements":"v2.11.1","direct":false,"kind":"runtime","optional":false},{"id":6994692903,"package_name":"github.com/jessevdk/go-flags","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692904,"package_name":"github.com/jgautheron/goconst","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692905,"package_name":"github.com/jhump/gopoet","ecosystem":"go","requirements":"v0.0.0-20190322174617-17282ff210b3","direct":false,"kind":"runtime","optional":false},{"id":6994692906,"package_name":"github.com/jhump/gopoet","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692907,"package_name":"github.com/jhump/goprotoc","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994692908,"package_name":"github.com/jhump/protoreflect","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994692909,"package_name":"github.com/jhump/protoreflect","ecosystem":"go","requirements":"v1.8.2","direct":false,"kind":"runtime","optional":false},{"id":6994692910,"package_name":"github.com/jhump/protoreflect","ecosystem":"go","requirements":"v1.10.3","direct":false,"kind":"runtime","optional":false},{"id":6994692911,"package_name":"github.com/jhump/protoreflect","ecosystem":"go","requirements":"v1.11.0","direct":false,"kind":"runtime","optional":false},{"id":6994692912,"package_name":"github.com/jhump/protoreflect","ecosystem":"go","requirements":"v1.12.0","direct":false,"kind":"runtime","optional":false},{"id":6994692913,"package_name":"github.com/jhump/protoreflect","ecosystem":"go","requirements":"v1.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994692914,"package_name":"github.com/jingyugao/rowserrcheck","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692915,"package_name":"github.com/jinzhu/copier","ecosystem":"go","requirements":"v0.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994692916,"package_name":"github.com/jinzhu/inflection","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692917,"package_name":"github.com/jinzhu/now","ecosystem":"go","requirements":"v1.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994692918,"package_name":"github.com/jirfag/go-printf-func-name","ecosystem":"go","requirements":"v0.0.0-20200119135958-7558a9eaa5af","direct":false,"kind":"runtime","optional":false},{"id":6994692919,"package_name":"github.com/jmespath/go-jmespath","ecosystem":"go","requirements":"v0.0.0-20160202185014-0b12d6b521d8","direct":false,"kind":"runtime","optional":false},{"id":6994692920,"package_name":"github.com/jmespath/go-jmespath","ecosystem":"go","requirements":"v0.0.0-20160803190731-bd40a432e4c7","direct":false,"kind":"runtime","optional":false},{"id":6994692921,"package_name":"github.com/jmespath/go-jmespath","ecosystem":"go","requirements":"v0.0.0-20180206201540-c2b33e8439af","direct":false,"kind":"runtime","optional":false},{"id":6994692922,"package_name":"github.com/jmespath/go-jmespath","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994692923,"package_name":"github.com/jmespath/go-jmespath/internal/testify","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994692924,"package_name":"github.com/jmhodges/clock","ecosystem":"go","requirements":"v0.0.0-20160418191101-880ee4c33548","direct":false,"kind":"runtime","optional":false},{"id":6994692925,"package_name":"github.com/jmoiron/sqlx","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692926,"package_name":"github.com/joefitzgerald/rainbow-reporter","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692927,"package_name":"github.com/joho/godotenv","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692928,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692929,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692930,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994692931,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692932,"package_name":"github.com/josharian/intern","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692933,"package_name":"github.com/josharian/txtarfs","ecosystem":"go","requirements":"v0.0.0-20210218200122-0702f000015a","direct":false,"kind":"runtime","optional":false},{"id":6994692934,"package_name":"github.com/jpillora/backoff","ecosystem":"go","requirements":"v0.0.0-20180909062703-3050d21c67d7","direct":false,"kind":"runtime","optional":false},{"id":6994692935,"package_name":"github.com/jpillora/backoff","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692936,"package_name":"github.com/json-iterator/go","ecosystem":"go","requirements":"v1.1.6","direct":false,"kind":"runtime","optional":false},{"id":6994692937,"package_name":"github.com/json-iterator/go","ecosystem":"go","requirements":"v1.1.7","direct":false,"kind":"runtime","optional":false},{"id":6994692938,"package_name":"github.com/json-iterator/go","ecosystem":"go","requirements":"v1.1.8","direct":false,"kind":"runtime","optional":false},{"id":6994692939,"package_name":"github.com/json-iterator/go","ecosystem":"go","requirements":"v1.1.9","direct":false,"kind":"runtime","optional":false},{"id":6994692940,"package_name":"github.com/json-iterator/go","ecosystem":"go","requirements":"v1.1.10","direct":false,"kind":"runtime","optional":false},{"id":6994692941,"package_name":"github.com/json-iterator/go","ecosystem":"go","requirements":"v1.1.11","direct":false,"kind":"runtime","optional":false},{"id":6994692942,"package_name":"github.com/json-iterator/go","ecosystem":"go","requirements":"v1.1.12","direct":false,"kind":"runtime","optional":false},{"id":6994692943,"package_name":"github.com/jstemmer/go-junit-report","ecosystem":"go","requirements":"v0.0.0-20190106144839-af01ea7f8024","direct":false,"kind":"runtime","optional":false},{"id":6994692944,"package_name":"github.com/jstemmer/go-junit-report","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994692945,"package_name":"github.com/jtolds/gls","ecosystem":"go","requirements":"v4.20.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994692946,"package_name":"github.com/juju/ratelimit","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692947,"package_name":"github.com/julienschmidt/httprouter","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692948,"package_name":"github.com/julienschmidt/httprouter","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692950,"package_name":"github.com/julz/importas","ecosystem":"go","requirements":"v0.0.0-20210419104244-841f0c0fe66d","direct":false,"kind":"runtime","optional":false},{"id":6994692951,"package_name":"github.com/k0kubun/colorstring","ecosystem":"go","requirements":"v0.0.0-20150214042306-9440f1994b88","direct":false,"kind":"runtime","optional":false},{"id":6994692953,"package_name":"github.com/k0kubun/go-ansi","ecosystem":"go","requirements":"v0.0.0-20180517002512-3bf9e2903213","direct":false,"kind":"runtime","optional":false},{"id":6994692955,"package_name":"github.com/karrick/godirwalk","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994692958,"package_name":"github.com/karrick/godirwalk","ecosystem":"go","requirements":"v1.10.3","direct":false,"kind":"runtime","optional":false},{"id":6994692959,"package_name":"github.com/kballard/go-shellquote","ecosystem":"go","requirements":"v0.0.0-20180428030007-95032a82bc51","direct":false,"kind":"runtime","optional":false},{"id":6994692962,"package_name":"github.com/kevinburke/ssh_config","ecosystem":"go","requirements":"v0.0.0-20190725054713-01f96b0aa0cd","direct":false,"kind":"runtime","optional":false},{"id":6994692966,"package_name":"github.com/kisielk/errcheck","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692969,"package_name":"github.com/kisielk/errcheck","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692970,"package_name":"github.com/kisielk/errcheck","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693758,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20191002192127-34f69633bfdc","direct":false,"kind":"runtime","optional":false},{"id":6994693759,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20191011191535-87dc89f01550","direct":false,"kind":"runtime","optional":false},{"id":6994693760,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20191117063200-497ca9f6d64f","direct":false,"kind":"runtime","optional":false},{"id":6994693761,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20200302210943-78000ba7a073","direct":false,"kind":"runtime","optional":false},{"id":6994693762,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20200414173820-0848c9571904","direct":false,"kind":"runtime","optional":false},{"id":6994693763,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20200604202706-70a84ac30bf9","direct":false,"kind":"runtime","optional":false},{"id":6994693764,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20200622213623-75b288015ac9","direct":false,"kind":"runtime","optional":false},{"id":6994693765,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20200728195943-123391ffb6de","direct":false,"kind":"runtime","optional":false},{"id":6994693766,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20200930160638-afb6bcd081ae","direct":false,"kind":"runtime","optional":false},{"id":6994693767,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20201002170205-7f63de1d35b0","direct":false,"kind":"runtime","optional":false},{"id":6994693768,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20201216223049-8b5274cf687f","direct":false,"kind":"runtime","optional":false},{"id":6994693769,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20201221181555-eec23a3978ad","direct":false,"kind":"runtime","optional":false},{"id":6994693770,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20210220033148-5ea612d1eb83","direct":false,"kind":"runtime","optional":false},{"id":6994693771,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20210322153248-0c34fe9e7dc2","direct":false,"kind":"runtime","optional":false},{"id":6994693772,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20210421170649-83a5a9bb288b","direct":false,"kind":"runtime","optional":false},{"id":6994693773,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20210513164829-c07d793c2f9a","direct":false,"kind":"runtime","optional":false},{"id":6994693774,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20210817164053-32db794688a5","direct":false,"kind":"runtime","optional":false},{"id":6994693775,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20210921155107-089bfa567519","direct":false,"kind":"runtime","optional":false},{"id":6994693776,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20211108221036-ceb1ce70b4fa","direct":false,"kind":"runtime","optional":false},{"id":6994693777,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20211215153901-e495a2d5b3d3","direct":false,"kind":"runtime","optional":false},{"id":6994693778,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220131195533-30dcbda58838","direct":false,"kind":"runtime","optional":false},{"id":6994693779,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220315160706-3147a52a75dd","direct":false,"kind":"runtime","optional":false},{"id":6994693780,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220411220226-7b82a4e95df4","direct":false,"kind":"runtime","optional":false},{"id":6994693781,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220622213112-05595931fe9d","direct":false,"kind":"runtime","optional":false},{"id":6994693782,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220722155217-630584e8d5aa","direct":false,"kind":"runtime","optional":false},{"id":6994693783,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220926161630-eccd6366d1be","direct":false,"kind":"runtime","optional":false},{"id":6994693784,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20190121172915-509febef88a4","direct":false,"kind":"runtime","optional":false},{"id":6994693785,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20190306152737-a1d7652674e8","direct":false,"kind":"runtime","optional":false},{"id":6994693786,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20190510132918-efd6b22b2522","direct":false,"kind":"runtime","optional":false},{"id":6994693787,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20190829153037-c13cbed26979","direct":false,"kind":"runtime","optional":false},{"id":6994693788,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20191030013958-a1ab85dbe136","direct":false,"kind":"runtime","optional":false},{"id":6994693789,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20191129062945-2f5052295587","direct":false,"kind":"runtime","optional":false},{"id":6994693790,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20191227195350-da58074b4299","direct":false,"kind":"runtime","optional":false},{"id":6994693791,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20200119233911-0405dc783f0a","direct":false,"kind":"runtime","optional":false},{"id":6994693792,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20200207192155-f17229e696bd","direct":false,"kind":"runtime","optional":false},{"id":6994693793,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20200224162631-6cc2880d07d6","direct":false,"kind":"runtime","optional":false},{"id":6994693794,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20200331195152-e8c3332aa8e5","direct":false,"kind":"runtime","optional":false},{"id":6994693795,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20220823124025-807a23277127","direct":false,"kind":"runtime","optional":false},{"id":6994693796,"package_name":"golang.org/x/image","ecosystem":"go","requirements":"v0.0.0-20190227222117-0694c2d4d067","direct":false,"kind":"runtime","optional":false},{"id":6994693797,"package_name":"golang.org/x/image","ecosystem":"go","requirements":"v0.0.0-20190802002840-cff245a6509b","direct":false,"kind":"runtime","optional":false},{"id":6994693798,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20181026193005-c67002cb31c3","direct":false,"kind":"runtime","optional":false},{"id":6994693799,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190227174305-5b3e6a55c961","direct":false,"kind":"runtime","optional":false},{"id":6994693800,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190301231843-5614ed5bae6f","direct":false,"kind":"runtime","optional":false},{"id":6994693801,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190313153728-d0100b6bd8b3","direct":false,"kind":"runtime","optional":false},{"id":6994693802,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190409202823-959b441ac422","direct":false,"kind":"runtime","optional":false},{"id":6994693803,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190909230951-414d861bb4ac","direct":false,"kind":"runtime","optional":false},{"id":6994693804,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190930215403-16217165b5de","direct":false,"kind":"runtime","optional":false},{"id":6994693805,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20191125180803-fdd1cda4f05f","direct":false,"kind":"runtime","optional":false},{"id":6994693806,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20200130185559-910be7a94367","direct":false,"kind":"runtime","optional":false},{"id":6994693807,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20200302205851-738671d3881b","direct":false,"kind":"runtime","optional":false},{"id":6994693808,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20201208152925-83fdc39ff7b5","direct":false,"kind":"runtime","optional":false},{"id":6994693809,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20210508222113-6edffad5e616","direct":false,"kind":"runtime","optional":false},{"id":6994693810,"package_name":"golang.org/x/mobile","ecosystem":"go","requirements":"v0.0.0-20190312151609-d3739f865fa6","direct":false,"kind":"runtime","optional":false},{"id":6994693811,"package_name":"golang.org/x/mobile","ecosystem":"go","requirements":"v0.0.0-20190719004257-d2bd2a29d028","direct":false,"kind":"runtime","optional":false},{"id":6994693812,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.0.0-20190513183733-4bf6d317e70e","direct":false,"kind":"runtime","optional":false},{"id":6994693814,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693815,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.1.1-0.20191105210325-c90efee705ee","direct":false,"kind":"runtime","optional":false},{"id":6994693816,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.1.1-0.20191107180719-034126e5016b","direct":false,"kind":"runtime","optional":false},{"id":6994692971,"package_name":"github.com/kisielk/errcheck","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994692972,"package_name":"github.com/kisielk/gotool","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994692973,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994692974,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.11.2","direct":false,"kind":"runtime","optional":false},{"id":6994692975,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.11.3","direct":false,"kind":"runtime","optional":false},{"id":6994692976,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.11.4","direct":false,"kind":"runtime","optional":false},{"id":6994692977,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.11.7","direct":false,"kind":"runtime","optional":false},{"id":6994692978,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.11.13","direct":false,"kind":"runtime","optional":false},{"id":6994692979,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.13.4","direct":false,"kind":"runtime","optional":false},{"id":6994692980,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.13.5","direct":false,"kind":"runtime","optional":false},{"id":6994692981,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.13.6","direct":false,"kind":"runtime","optional":false},{"id":6994692982,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.15.7","direct":false,"kind":"runtime","optional":false},{"id":6994692983,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.15.9","direct":false,"kind":"runtime","optional":false},{"id":6994692984,"package_name":"github.com/klauspost/cpuid","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692985,"package_name":"github.com/klauspost/pgzip","ecosystem":"go","requirements":"v1.2.5","direct":false,"kind":"runtime","optional":false},{"id":6994692986,"package_name":"github.com/knqyf263/go-apk-version","ecosystem":"go","requirements":"v0.0.0-20200609155635-041fdbb8563f","direct":false,"kind":"runtime","optional":false},{"id":6994692987,"package_name":"github.com/knqyf263/go-deb-version","ecosystem":"go","requirements":"v0.0.0-20190517075300-09fca494f03d","direct":false,"kind":"runtime","optional":false},{"id":6994692988,"package_name":"github.com/knqyf263/go-rpmdb","ecosystem":"go","requirements":"v0.0.0-20221030135625-4082a22221ce","direct":false,"kind":"runtime","optional":false},{"id":6994692989,"package_name":"github.com/konsorten/go-windows-terminal-sequences","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994692990,"package_name":"github.com/konsorten/go-windows-terminal-sequences","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994692991,"package_name":"github.com/konsorten/go-windows-terminal-sequences","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994692992,"package_name":"github.com/kr/fs","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692993,"package_name":"github.com/kr/logfmt","ecosystem":"go","requirements":"v0.0.0-20140226030751-b84e30acd515","direct":false,"kind":"runtime","optional":false},{"id":6994692994,"package_name":"github.com/kr/pretty","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994692995,"package_name":"github.com/kr/pretty","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994692996,"package_name":"github.com/kr/pretty","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994692997,"package_name":"github.com/kr/pretty","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994692998,"package_name":"github.com/kr/pty","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994692999,"package_name":"github.com/kr/pty","ecosystem":"go","requirements":"v1.1.5","direct":false,"kind":"runtime","optional":false},{"id":6994693000,"package_name":"github.com/kr/pty","ecosystem":"go","requirements":"v1.1.8","direct":false,"kind":"runtime","optional":false},{"id":6994693001,"package_name":"github.com/kr/text","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693002,"package_name":"github.com/kr/text","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693003,"package_name":"github.com/kulti/thelper","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693004,"package_name":"github.com/kunwardeep/paralleltest","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693006,"package_name":"github.com/kylelemons/godebug","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693008,"package_name":"github.com/kyoh86/exportloopref","ecosystem":"go","requirements":"v0.1.8","direct":false,"kind":"runtime","optional":false},{"id":6994693011,"package_name":"github.com/ldez/gomoddirectives","ecosystem":"go","requirements":"v0.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994693013,"package_name":"github.com/ldez/tagliatelle","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693015,"package_name":"github.com/leodido/go-urn","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693017,"package_name":"github.com/letsencrypt/boulder","ecosystem":"go","requirements":"v0.0.0-20220929215747-76583552c2be","direct":false,"kind":"runtime","optional":false},{"id":6994693019,"package_name":"github.com/letsencrypt/pkcs11key/v4","ecosystem":"go","requirements":"v4.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693022,"package_name":"github.com/lib/pq","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693023,"package_name":"github.com/lib/pq","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693024,"package_name":"github.com/lib/pq","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693025,"package_name":"github.com/lib/pq","ecosystem":"go","requirements":"v1.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994693026,"package_name":"github.com/lib/pq","ecosystem":"go","requirements":"v1.10.3","direct":false,"kind":"runtime","optional":false},{"id":6994693027,"package_name":"github.com/lightstep/lightstep-tracer-common/golang/gogo","ecosystem":"go","requirements":"v0.0.0-20190605223551-bc2310a04743","direct":false,"kind":"runtime","optional":false},{"id":6994693028,"package_name":"github.com/lightstep/lightstep-tracer-go","ecosystem":"go","requirements":"v0.18.1","direct":false,"kind":"runtime","optional":false},{"id":6994693029,"package_name":"github.com/linkedin/goavro","ecosystem":"go","requirements":"v2.1.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693030,"package_name":"github.com/linuxkit/virtsock","ecosystem":"go","requirements":"v0.0.0-20201010232012-f8cee7dfc7a3","direct":false,"kind":"runtime","optional":false},{"id":6994693031,"package_name":"github.com/logrusorgru/aurora","ecosystem":"go","requirements":"v0.0.0-20181002194514-a7b3b318ed4e","direct":false,"kind":"runtime","optional":false},{"id":6994693032,"package_name":"github.com/logrusorgru/aurora","ecosystem":"go","requirements":"v0.0.0-20200102142835-e9ef32dff381","direct":false,"kind":"runtime","optional":false},{"id":6994693033,"package_name":"github.com/lufia/plan9stats","ecosystem":"go","requirements":"v0.0.0-20211012122336-39d0f177ccd0","direct":false,"kind":"runtime","optional":false},{"id":6994693034,"package_name":"github.com/lyft/protoc-gen-star","ecosystem":"go","requirements":"v0.5.3","direct":false,"kind":"runtime","optional":false},{"id":6994693035,"package_name":"github.com/lyft/protoc-gen-validate","ecosystem":"go","requirements":"v0.0.13","direct":false,"kind":"runtime","optional":false},{"id":6994693036,"package_name":"github.com/magiconair/properties","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693037,"package_name":"github.com/magiconair/properties","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994693038,"package_name":"github.com/magiconair/properties","ecosystem":"go","requirements":"v1.8.5","direct":false,"kind":"runtime","optional":false},{"id":6994693039,"package_name":"github.com/magiconair/properties","ecosystem":"go","requirements":"v1.8.6","direct":false,"kind":"runtime","optional":false},{"id":6994693040,"package_name":"github.com/mailru/easyjson","ecosystem":"go","requirements":"v0.0.0-20160728113105-d5b7844b561a","direct":false,"kind":"runtime","optional":false},{"id":6994693041,"package_name":"github.com/mailru/easyjson","ecosystem":"go","requirements":"v0.0.0-20190614124828-94de47d64c63","direct":false,"kind":"runtime","optional":false},{"id":6994693042,"package_name":"github.com/mailru/easyjson","ecosystem":"go","requirements":"v0.0.0-20190626092158-b2ccc519800e","direct":false,"kind":"runtime","optional":false},{"id":6994693043,"package_name":"github.com/mailru/easyjson","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693044,"package_name":"github.com/mailru/easyjson","ecosystem":"go","requirements":"v0.7.6","direct":false,"kind":"runtime","optional":false},{"id":6994693045,"package_name":"github.com/mailru/easyjson","ecosystem":"go","requirements":"v0.7.7","direct":false,"kind":"runtime","optional":false},{"id":6994693046,"package_name":"github.com/maratori/testpackage","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693047,"package_name":"github.com/markbates/oncer","ecosystem":"go","requirements":"v0.0.0-20181203154359-bf2de49a0be2","direct":false,"kind":"runtime","optional":false},{"id":6994693048,"package_name":"github.com/markbates/safe","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693049,"package_name":"github.com/marstr/guid","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693050,"package_name":"github.com/matoous/godox","ecosystem":"go","requirements":"v0.0.0-20210227103229-6504466cf951","direct":false,"kind":"runtime","optional":false},{"id":6994693051,"package_name":"github.com/matryer/is","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693052,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.0.9","direct":false,"kind":"runtime","optional":false},{"id":6994693053,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693054,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994693055,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994693056,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.6","direct":false,"kind":"runtime","optional":false},{"id":6994693057,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.8","direct":false,"kind":"runtime","optional":false},{"id":6994693058,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.9","direct":false,"kind":"runtime","optional":false},{"id":6994693059,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.11","direct":false,"kind":"runtime","optional":false},{"id":6994693060,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.12","direct":false,"kind":"runtime","optional":false},{"id":6994693061,"package_name":"github.com/mattn/go-colorable","ecosystem":"go","requirements":"v0.1.13","direct":false,"kind":"runtime","optional":false},{"id":6994693062,"package_name":"github.com/mattn/go-ieproxy","ecosystem":"go","requirements":"v0.0.0-20190610004146-91bb50d98149","direct":false,"kind":"runtime","optional":false},{"id":6994693063,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693064,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994693065,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994693066,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.6","direct":false,"kind":"runtime","optional":false},{"id":6994693067,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.8","direct":false,"kind":"runtime","optional":false},{"id":6994693068,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.10","direct":false,"kind":"runtime","optional":false},{"id":6994693069,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.11","direct":false,"kind":"runtime","optional":false},{"id":6994693070,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.12","direct":false,"kind":"runtime","optional":false},{"id":6994693071,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.14","direct":false,"kind":"runtime","optional":false},{"id":6994693072,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.16","direct":false,"kind":"runtime","optional":false},{"id":6994693073,"package_name":"github.com/mattn/go-runewidth","ecosystem":"go","requirements":"v0.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693074,"package_name":"github.com/mattn/go-runewidth","ecosystem":"go","requirements":"v0.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994693075,"package_name":"github.com/mattn/go-runewidth","ecosystem":"go","requirements":"v0.0.6","direct":false,"kind":"runtime","optional":false},{"id":6994693076,"package_name":"github.com/mattn/go-runewidth","ecosystem":"go","requirements":"v0.0.7","direct":false,"kind":"runtime","optional":false},{"id":6994693077,"package_name":"github.com/mattn/go-runewidth","ecosystem":"go","requirements":"v0.0.9","direct":false,"kind":"runtime","optional":false},{"id":6994693078,"package_name":"github.com/mattn/go-runewidth","ecosystem":"go","requirements":"v0.0.13","direct":false,"kind":"runtime","optional":false},{"id":6994693079,"package_name":"github.com/mattn/go-shellwords","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693080,"package_name":"github.com/mattn/go-shellwords","ecosystem":"go","requirements":"v1.0.6","direct":false,"kind":"runtime","optional":false},{"id":6994693081,"package_name":"github.com/mattn/go-shellwords","ecosystem":"go","requirements":"v1.0.10","direct":false,"kind":"runtime","optional":false},{"id":6994693082,"package_name":"github.com/mattn/go-shellwords","ecosystem":"go","requirements":"v1.0.12","direct":false,"kind":"runtime","optional":false},{"id":6994693083,"package_name":"github.com/mattn/go-sqlite3","ecosystem":"go","requirements":"v1.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994693084,"package_name":"github.com/mattn/go-sqlite3","ecosystem":"go","requirements":"v1.14.10","direct":false,"kind":"runtime","optional":false},{"id":6994693085,"package_name":"github.com/mattn/go-sqlite3","ecosystem":"go","requirements":"v1.14.12","direct":false,"kind":"runtime","optional":false},{"id":6994693086,"package_name":"github.com/mattn/go-zglob","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693088,"package_name":"github.com/mattn/goveralls","ecosystem":"go","requirements":"v0.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693089,"package_name":"github.com/matttproud/golang_protobuf_extensions","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693090,"package_name":"github.com/matttproud/golang_protobuf_extensions","ecosystem":"go","requirements":"v1.0.2-0.20181231171920-c182affec369","direct":false,"kind":"runtime","optional":false},{"id":6994693092,"package_name":"github.com/matttproud/golang_protobuf_extensions","ecosystem":"go","requirements":"v1.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994693093,"package_name":"github.com/maxbrunsfeld/counterfeiter/v6","ecosystem":"go","requirements":"v6.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994693095,"package_name":"github.com/mbilski/exhaustivestruct","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693096,"package_name":"github.com/mgechev/dots","ecosystem":"go","requirements":"v0.0.0-20210922191527-e955255bf517","direct":false,"kind":"runtime","optional":false},{"id":6994693097,"package_name":"github.com/mgechev/revive","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994693098,"package_name":"github.com/mgutz/ansi","ecosystem":"go","requirements":"v0.0.0-20170206155736-9520e82c474b","direct":false,"kind":"runtime","optional":false},{"id":6994693099,"package_name":"github.com/mgutz/ansi","ecosystem":"go","requirements":"v0.0.0-20200706080929-d51e80ef957d","direct":false,"kind":"runtime","optional":false},{"id":6994693100,"package_name":"github.com/mholt/archiver/v3","ecosystem":"go","requirements":"v3.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994693101,"package_name":"github.com/microsoft/go-rustaudit","ecosystem":"go","requirements":"v0.0.0-20220730194248-4b17361d90a5","direct":false,"kind":"runtime","optional":false},{"id":6994693102,"package_name":"github.com/miekg/dns","ecosystem":"go","requirements":"v1.0.14","direct":false,"kind":"runtime","optional":false},{"id":6994693103,"package_name":"github.com/miekg/dns","ecosystem":"go","requirements":"v1.1.26","direct":false,"kind":"runtime","optional":false},{"id":6994693104,"package_name":"github.com/miekg/dns","ecosystem":"go","requirements":"v1.1.35","direct":false,"kind":"runtime","optional":false},{"id":6994693105,"package_name":"github.com/miekg/pkcs11","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693106,"package_name":"github.com/miekg/pkcs11","ecosystem":"go","requirements":"v1.0.3-0.20190429190417-a667d056470f","direct":false,"kind":"runtime","optional":false},{"id":6994693107,"package_name":"github.com/miekg/pkcs11","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693108,"package_name":"github.com/miekg/pkcs11","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693109,"package_name":"github.com/mistifyio/go-zfs","ecosystem":"go","requirements":"v2.1.2-0.20190413222219-f784269be439+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693110,"package_name":"github.com/mitchellh/cli","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693111,"package_name":"github.com/mitchellh/cli","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693113,"package_name":"github.com/mitchellh/copystructure","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693114,"package_name":"github.com/mitchellh/copystructure","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693116,"package_name":"github.com/mitchellh/go-homedir","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693117,"package_name":"github.com/mitchellh/go-homedir","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693118,"package_name":"github.com/mitchellh/go-ps","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693119,"package_name":"github.com/mitchellh/go-testing-interface","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693120,"package_name":"github.com/mitchellh/go-testing-interface","ecosystem":"go","requirements":"v1.14.1","direct":false,"kind":"runtime","optional":false},{"id":6994693121,"package_name":"github.com/mitchellh/gox","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693122,"package_name":"github.com/mitchellh/hashstructure/v2","ecosystem":"go","requirements":"v2.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693123,"package_name":"github.com/mitchellh/iochan","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693124,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v0.0.0-20160808181253-ca63d7c062ee","direct":false,"kind":"runtime","optional":false},{"id":6994693125,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994693126,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":6994693127,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693128,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994693129,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.4.3","direct":false,"kind":"runtime","optional":false},{"id":6994693130,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693131,"package_name":"github.com/mitchellh/osext","ecosystem":"go","requirements":"v0.0.0-20151018003038-5e2d6d41470f","direct":false,"kind":"runtime","optional":false},{"id":6994693132,"package_name":"github.com/mitchellh/reflectwalk","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693133,"package_name":"github.com/mitchellh/reflectwalk","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693134,"package_name":"github.com/mitchellh/reflectwalk","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693135,"package_name":"github.com/moby/locker","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693136,"package_name":"github.com/moby/spdystream","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693137,"package_name":"github.com/moby/sys/mountinfo","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693138,"package_name":"github.com/moby/sys/mountinfo","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693139,"package_name":"github.com/moby/sys/mountinfo","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693140,"package_name":"github.com/moby/sys/signal","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693141,"package_name":"github.com/moby/sys/symlink","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693142,"package_name":"github.com/moby/sys/symlink","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693143,"package_name":"github.com/moby/term","ecosystem":"go","requirements":"v0.0.0-20200312100748-672ec06f55cd","direct":false,"kind":"runtime","optional":false},{"id":6994693144,"package_name":"github.com/moby/term","ecosystem":"go","requirements":"v0.0.0-20210610120745-9d4ed1856297","direct":false,"kind":"runtime","optional":false},{"id":6994693145,"package_name":"github.com/moby/term","ecosystem":"go","requirements":"v0.0.0-20210619224110-3f7ff695adc6","direct":false,"kind":"runtime","optional":false},{"id":6994693146,"package_name":"github.com/modern-go/concurrent","ecosystem":"go","requirements":"v0.0.0-20180228061459-e0a39a4cb421","direct":false,"kind":"runtime","optional":false},{"id":6994693147,"package_name":"github.com/modern-go/concurrent","ecosystem":"go","requirements":"v0.0.0-20180306012644-bacd9c7ef1dd","direct":false,"kind":"runtime","optional":false},{"id":6994693148,"package_name":"github.com/modern-go/reflect2","ecosystem":"go","requirements":"v0.0.0-20180701023420-4b7aa43c6742","direct":false,"kind":"runtime","optional":false},{"id":6994693149,"package_name":"github.com/modern-go/reflect2","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693150,"package_name":"github.com/modern-go/reflect2","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693151,"package_name":"github.com/mohae/deepcopy","ecosystem":"go","requirements":"v0.0.0-20170929034955-c48cc78d4826","direct":false,"kind":"runtime","optional":false},{"id":6994693152,"package_name":"github.com/montanaflynn/stats","ecosystem":"go","requirements":"v0.0.0-20171201202039-1bf9dbcd8cbe","direct":false,"kind":"runtime","optional":false},{"id":6994693153,"package_name":"github.com/moricho/tparallel","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693154,"package_name":"github.com/morikuni/aec","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693155,"package_name":"github.com/mozilla/scribe","ecosystem":"go","requirements":"v0.0.0-20180711195314-fb71baf557c1","direct":false,"kind":"runtime","optional":false},{"id":6994693156,"package_name":"github.com/mozilla/tls-observatory","ecosystem":"go","requirements":"v0.0.0-20210609171429-7bc42856d2e5","direct":false,"kind":"runtime","optional":false},{"id":6994693157,"package_name":"github.com/mrunalp/fileutils","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693158,"package_name":"github.com/munnerz/goautoneg","ecosystem":"go","requirements":"v0.0.0-20120707110453-a547fc61f48d","direct":false,"kind":"runtime","optional":false},{"id":6994693159,"package_name":"github.com/munnerz/goautoneg","ecosystem":"go","requirements":"v0.0.0-20191010083416-a7dc8b61c822","direct":false,"kind":"runtime","optional":false},{"id":6994693160,"package_name":"github.com/mwitkow/go-conntrack","ecosystem":"go","requirements":"v0.0.0-20161129095857-cc309e4a2223","direct":false,"kind":"runtime","optional":false},{"id":6994693161,"package_name":"github.com/mwitkow/go-conntrack","ecosystem":"go","requirements":"v0.0.0-20190716064945-2f068394615f","direct":false,"kind":"runtime","optional":false},{"id":6994693162,"package_name":"github.com/mwitkow/go-proto-validators","ecosystem":"go","requirements":"v0.0.0-20180403085117-0950a7990007","direct":false,"kind":"runtime","optional":false},{"id":6994693163,"package_name":"github.com/mwitkow/go-proto-validators","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693164,"package_name":"github.com/mxk/go-flowrate","ecosystem":"go","requirements":"v0.0.0-20140419014527-cca7078d478f","direct":false,"kind":"runtime","optional":false},{"id":6994693165,"package_name":"github.com/nakabonne/nestif","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994693166,"package_name":"github.com/nats-io/jwt","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693167,"package_name":"github.com/nats-io/jwt","ecosystem":"go","requirements":"v0.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994693168,"package_name":"github.com/nats-io/nats-server/v2","ecosystem":"go","requirements":"v2.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994693169,"package_name":"github.com/nats-io/nats.go","ecosystem":"go","requirements":"v1.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994693170,"package_name":"github.com/nats-io/nkeys","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693171,"package_name":"github.com/nats-io/nkeys","ecosystem":"go","requirements":"v0.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994693172,"package_name":"github.com/nats-io/nuid","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693878,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201209123823-ac852fbbde11","direct":false,"kind":"runtime","optional":false},{"id":6994693879,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201224014010-6772e930b67b","direct":false,"kind":"runtime","optional":false},{"id":6994693880,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210119194325-5f4716e94777","direct":false,"kind":"runtime","optional":false},{"id":6994693881,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210226172049-e18ecbb05110","direct":false,"kind":"runtime","optional":false},{"id":6994693882,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210316092652-d523dce5a7f4","direct":false,"kind":"runtime","optional":false},{"id":6994693883,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210405180319-a5a99cb37ef4","direct":false,"kind":"runtime","optional":false},{"id":6994693884,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210421230115-4e50805a0758","direct":false,"kind":"runtime","optional":false},{"id":6994693885,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210423184538-5f58ad60dda6","direct":false,"kind":"runtime","optional":false},{"id":6994693886,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210428140749-89ef3d95e781","direct":false,"kind":"runtime","optional":false},{"id":6994693887,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210503060351-7fd8e65b6420","direct":false,"kind":"runtime","optional":false},{"id":6994693888,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210505024714-0287a6fb4125","direct":false,"kind":"runtime","optional":false},{"id":6994693889,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210510120150-4163338589ed","direct":false,"kind":"runtime","optional":false},{"id":6994693890,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210520170846-37e1c6afe023","direct":false,"kind":"runtime","optional":false},{"id":6994693891,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210525063256-abc453219eb5","direct":false,"kind":"runtime","optional":false},{"id":6994693892,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210805182204-aaa1db679c0d","direct":false,"kind":"runtime","optional":false},{"id":6994693893,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210813160813-60bc85c4be6d","direct":false,"kind":"runtime","optional":false},{"id":6994693894,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20210825183410-e898025ed96a","direct":false,"kind":"runtime","optional":false},{"id":6994693895,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20211015210444-4f30a5c0130f","direct":false,"kind":"runtime","optional":false},{"id":6994693896,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20211111160137-58aab5ef257a","direct":false,"kind":"runtime","optional":false},{"id":6994693897,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20211112202133-69e39bad7dc2","direct":false,"kind":"runtime","optional":false},{"id":6994693898,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20211209124913-491a49abca63","direct":false,"kind":"runtime","optional":false},{"id":6994693899,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20211216030914-fe4d6282115f","direct":false,"kind":"runtime","optional":false},{"id":6994693900,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220127200216-cd36cc0744dd","direct":false,"kind":"runtime","optional":false},{"id":6994693901,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220225172249-27dd8689420f","direct":false,"kind":"runtime","optional":false},{"id":6994693902,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220325170049-de3da57026de","direct":false,"kind":"runtime","optional":false},{"id":6994693903,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220412020605-290c469a71a5","direct":false,"kind":"runtime","optional":false},{"id":6994693904,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220421235706-1d1ef9303861","direct":false,"kind":"runtime","optional":false},{"id":6994693905,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220425223048-2871e0cb64e4","direct":false,"kind":"runtime","optional":false},{"id":6994693906,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220607020251-c690dde0001d","direct":false,"kind":"runtime","optional":false},{"id":6994693907,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220617184016-355a448f1bc9","direct":false,"kind":"runtime","optional":false},{"id":6994693908,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220722155237-a158d28d115b","direct":false,"kind":"runtime","optional":false},{"id":6994693909,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20221012135044-0b7e1fb9d458","direct":false,"kind":"runtime","optional":false},{"id":6994693173,"package_name":"github.com/nbutton23/zxcvbn-go","ecosystem":"go","requirements":"v0.0.0-20210217022336-fa2cb2858354","direct":false,"kind":"runtime","optional":false},{"id":6994693174,"package_name":"github.com/ncw/swift","ecosystem":"go","requirements":"v1.0.47","direct":false,"kind":"runtime","optional":false},{"id":6994693175,"package_name":"github.com/networkplumbing/go-nft","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693176,"package_name":"github.com/niemeyer/pretty","ecosystem":"go","requirements":"v0.0.0-20200227124842-a10e7caefd8e","direct":false,"kind":"runtime","optional":false},{"id":6994693177,"package_name":"github.com/nightlyone/lockfile","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693178,"package_name":"github.com/nishanths/exhaustive","ecosystem":"go","requirements":"v0.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994693179,"package_name":"github.com/nishanths/predeclared","ecosystem":"go","requirements":"v0.0.0-20190419143655-18a43bb90ffc","direct":false,"kind":"runtime","optional":false},{"id":6994693180,"package_name":"github.com/nishanths/predeclared","ecosystem":"go","requirements":"v0.0.0-20200524104333-86fad755b4d3","direct":false,"kind":"runtime","optional":false},{"id":6994693181,"package_name":"github.com/nishanths/predeclared","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693182,"package_name":"github.com/nwaples/rardecode","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693183,"package_name":"github.com/nxadm/tail","ecosystem":"go","requirements":"v1.4.4","direct":false,"kind":"runtime","optional":false},{"id":6994693184,"package_name":"github.com/nxadm/tail","ecosystem":"go","requirements":"v1.4.8","direct":false,"kind":"runtime","optional":false},{"id":6994693185,"package_name":"github.com/oklog/oklog","ecosystem":"go","requirements":"v0.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994693186,"package_name":"github.com/oklog/run","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693187,"package_name":"github.com/oklog/run","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693188,"package_name":"github.com/oklog/ulid","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994693189,"package_name":"github.com/olekukonko/tablewriter","ecosystem":"go","requirements":"v0.0.0-20170122224234-a0225b3f23b5","direct":false,"kind":"runtime","optional":false},{"id":6994693190,"package_name":"github.com/olekukonko/tablewriter","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693191,"package_name":"github.com/olekukonko/tablewriter","ecosystem":"go","requirements":"v0.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693192,"package_name":"github.com/olekukonko/tablewriter","ecosystem":"go","requirements":"v0.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994693193,"package_name":"github.com/olekukonko/tablewriter","ecosystem":"go","requirements":"v0.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994693194,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v0.0.0-20151202141238-7f8ab55aaf3b","direct":false,"kind":"runtime","optional":false},{"id":6994693195,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v0.0.0-20170829012221-11459a886d9c","direct":false,"kind":"runtime","optional":false},{"id":6994693196,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693197,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693198,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693199,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.10.1","direct":false,"kind":"runtime","optional":false},{"id":6994693200,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.10.3","direct":false,"kind":"runtime","optional":false},{"id":6994693201,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.11.0","direct":false,"kind":"runtime","optional":false},{"id":6994693202,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.12.0","direct":false,"kind":"runtime","optional":false},{"id":6994693203,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.12.1","direct":false,"kind":"runtime","optional":false},{"id":6994693204,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994693205,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.14.0","direct":false,"kind":"runtime","optional":false},{"id":6994693206,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.16.4","direct":false,"kind":"runtime","optional":false},{"id":6994693207,"package_name":"github.com/onsi/ginkgo","ecosystem":"go","requirements":"v1.16.5","direct":false,"kind":"runtime","optional":false},{"id":6994693208,"package_name":"github.com/onsi/ginkgo/v2","ecosystem":"go","requirements":"v2.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994693209,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v0.0.0-20151007035656-2152b45fa28a","direct":false,"kind":"runtime","optional":false},{"id":6994693210,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v0.0.0-20170829124025-dcabb60a477c","direct":false,"kind":"runtime","optional":false},{"id":6994693211,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.4.3","direct":false,"kind":"runtime","optional":false},{"id":6994693212,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693213,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693214,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":6994693215,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994693216,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.10.1","direct":false,"kind":"runtime","optional":false},{"id":6994693217,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.10.3","direct":false,"kind":"runtime","optional":false},{"id":6994693218,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.15.0","direct":false,"kind":"runtime","optional":false},{"id":6994693219,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.16.0","direct":false,"kind":"runtime","optional":false},{"id":6994693220,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.17.0","direct":false,"kind":"runtime","optional":false},{"id":6994693221,"package_name":"github.com/onsi/gomega","ecosystem":"go","requirements":"v1.19.0","direct":false,"kind":"runtime","optional":false},{"id":6994693222,"package_name":"github.com/op/go-logging","ecosystem":"go","requirements":"v0.0.0-20160315200505-970db520ece7","direct":false,"kind":"runtime","optional":false},{"id":6994693223,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v0.0.0-20170106003457-a6d0ee40d420","direct":false,"kind":"runtime","optional":false},{"id":6994693224,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v0.0.0-20180430190053-c9281466c8b2","direct":false,"kind":"runtime","optional":false},{"id":6994693225,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v1.0.0-rc1","direct":false,"kind":"runtime","optional":false},{"id":6994693226,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v1.0.0-rc1.0.20180430190053-c9281466c8b2","direct":false,"kind":"runtime","optional":false},{"id":6994693227,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693228,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693229,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693231,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.0.2-0.20210730191737-8e42a01fb1b7","direct":false,"kind":"runtime","optional":false},{"id":6994693232,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.0.2-0.20211117181255-693428a734f5","direct":false,"kind":"runtime","optional":false},{"id":6994693234,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693235,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.0.3-0.20211202183452-c5a74bcca799","direct":false,"kind":"runtime","optional":false},{"id":6994693236,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.0.3-0.20220114050600-8b9d41f48198","direct":false,"kind":"runtime","optional":false},{"id":6994693237,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v0.0.0-20190115041553-12f6a991201f","direct":false,"kind":"runtime","optional":false},{"id":6994693238,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693239,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.0.0-rc8.0.20190926000215-3e425f80a8c9","direct":false,"kind":"runtime","optional":false},{"id":6994693240,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.0.0-rc9","direct":false,"kind":"runtime","optional":false},{"id":6994693241,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.0.0-rc93","direct":false,"kind":"runtime","optional":false},{"id":6994693242,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693243,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693244,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994693245,"package_name":"github.com/opencontainers/runtime-spec","ecosystem":"go","requirements":"v0.1.2-0.20190507144316-5b71a03e2700","direct":false,"kind":"runtime","optional":false},{"id":6994693246,"package_name":"github.com/opencontainers/runtime-spec","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693247,"package_name":"github.com/opencontainers/runtime-spec","ecosystem":"go","requirements":"v1.0.2-0.20190207185410-29686dbc5559","direct":false,"kind":"runtime","optional":false},{"id":6994693248,"package_name":"github.com/opencontainers/runtime-spec","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693249,"package_name":"github.com/opencontainers/runtime-spec","ecosystem":"go","requirements":"v1.0.3-0.20200929063507-e6143ca7d51d","direct":false,"kind":"runtime","optional":false},{"id":6994693250,"package_name":"github.com/opencontainers/runtime-spec","ecosystem":"go","requirements":"v1.0.3-0.20210326190908-1c3f411f0417","direct":false,"kind":"runtime","optional":false},{"id":6994693251,"package_name":"github.com/opencontainers/runtime-tools","ecosystem":"go","requirements":"v0.0.0-20181011054405-1d69bd0f9c39","direct":false,"kind":"runtime","optional":false},{"id":6994693252,"package_name":"github.com/opencontainers/selinux","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693253,"package_name":"github.com/opencontainers/selinux","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693254,"package_name":"github.com/opencontainers/selinux","ecosystem":"go","requirements":"v1.8.2","direct":false,"kind":"runtime","optional":false},{"id":6994693255,"package_name":"github.com/opencontainers/selinux","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994693256,"package_name":"github.com/opencontainers/selinux","ecosystem":"go","requirements":"v1.10.1","direct":false,"kind":"runtime","optional":false},{"id":6994693257,"package_name":"github.com/opentracing-contrib/go-observer","ecosystem":"go","requirements":"v0.0.0-20170622124052-a52f23424492","direct":false,"kind":"runtime","optional":false},{"id":6994693258,"package_name":"github.com/opentracing/basictracer-go","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693259,"package_name":"github.com/opentracing/opentracing-go","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693260,"package_name":"github.com/opentracing/opentracing-go","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693261,"package_name":"github.com/opentracing/opentracing-go","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693262,"package_name":"github.com/openzipkin-contrib/zipkin-go-opentracing","ecosystem":"go","requirements":"v0.4.5","direct":false,"kind":"runtime","optional":false},{"id":6994693263,"package_name":"github.com/openzipkin/zipkin-go","ecosystem":"go","requirements":"v0.1.6","direct":false,"kind":"runtime","optional":false},{"id":6994693264,"package_name":"github.com/openzipkin/zipkin-go","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693265,"package_name":"github.com/openzipkin/zipkin-go","ecosystem":"go","requirements":"v0.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994693266,"package_name":"github.com/otiai10/copy","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693267,"package_name":"github.com/otiai10/curr","ecosystem":"go","requirements":"v0.0.0-20150429015615-9b4961190c95","direct":false,"kind":"runtime","optional":false},{"id":6994693268,"package_name":"github.com/otiai10/curr","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693269,"package_name":"github.com/otiai10/mint","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693270,"package_name":"github.com/otiai10/mint","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994693271,"package_name":"github.com/owenrumney/go-sarif","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693272,"package_name":"github.com/pact-foundation/pact-go","ecosystem":"go","requirements":"v1.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994693273,"package_name":"github.com/pascaldekloe/goe","ecosystem":"go","requirements":"v0.0.0-20180627143212-57f6aae5913c","direct":false,"kind":"runtime","optional":false},{"id":6994693274,"package_name":"github.com/pborman/uuid","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693275,"package_name":"github.com/pelletier/go-buffruneio","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693276,"package_name":"github.com/pelletier/go-toml","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693277,"package_name":"github.com/pelletier/go-toml","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693278,"package_name":"github.com/pelletier/go-toml","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994693279,"package_name":"github.com/pelletier/go-toml","ecosystem":"go","requirements":"v1.9.3","direct":false,"kind":"runtime","optional":false},{"id":6994693280,"package_name":"github.com/pelletier/go-toml","ecosystem":"go","requirements":"v1.9.4","direct":false,"kind":"runtime","optional":false},{"id":6994693281,"package_name":"github.com/pelletier/go-toml","ecosystem":"go","requirements":"v1.9.5","direct":false,"kind":"runtime","optional":false},{"id":6994693818,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693820,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693821,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693822,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693823,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994693824,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693825,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.6.0-dev.0.20220106191415-9b9b3d81d5e3","direct":false,"kind":"runtime","optional":false},{"id":6994693826,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.6.0-dev.0.20220419223038-86c51ed26bb4","direct":false,"kind":"runtime","optional":false},{"id":6994693827,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20180724234803-3673e40ba225","direct":false,"kind":"runtime","optional":false},{"id":6994693828,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20180826012351-8a410e7b638d","direct":false,"kind":"runtime","optional":false},{"id":6994693829,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20180906233101-161cd47e91fd","direct":false,"kind":"runtime","optional":false},{"id":6994693830,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20181011144130-49bb7cea24b1","direct":false,"kind":"runtime","optional":false},{"id":6994693831,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20181023162649-9b4f9f5ad519","direct":false,"kind":"runtime","optional":false},{"id":6994693832,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20181108082009-03003ca0c849","direct":false,"kind":"runtime","optional":false},{"id":6994693833,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20181114220301-adae6a3d119a","direct":false,"kind":"runtime","optional":false},{"id":6994693834,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20181201002055-351d144fa1fc","direct":false,"kind":"runtime","optional":false},{"id":6994693835,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20181220203305-927f97764cc3","direct":false,"kind":"runtime","optional":false},{"id":6994693836,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190108225652-1e06a53dbb7e","direct":false,"kind":"runtime","optional":false},{"id":6994693837,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190125091013-d26f9f9a57f3","direct":false,"kind":"runtime","optional":false},{"id":6994693838,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190213061140-3a22650c66bd","direct":false,"kind":"runtime","optional":false},{"id":6994693839,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190311183353-d8887717615a","direct":false,"kind":"runtime","optional":false},{"id":6994693840,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190404232315-eb5bcb51f2a3","direct":false,"kind":"runtime","optional":false},{"id":6994693841,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190501004415-9ce7a6920f09","direct":false,"kind":"runtime","optional":false},{"id":6994693842,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190503192946-f4e77d36d62c","direct":false,"kind":"runtime","optional":false},{"id":6994693843,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190522155817-f3200d17e092","direct":false,"kind":"runtime","optional":false},{"id":6994693844,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190603091049-60506f45cf65","direct":false,"kind":"runtime","optional":false},{"id":6994693845,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190613194153-d28f0bde5980","direct":false,"kind":"runtime","optional":false},{"id":6994693846,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190619014844-b5b0513f8c1b","direct":false,"kind":"runtime","optional":false},{"id":6994693847,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190620200207-3b0461eec859","direct":false,"kind":"runtime","optional":false},{"id":6994693848,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190628185345-da137c7871d7","direct":false,"kind":"runtime","optional":false},{"id":6994693849,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190724013045-ca1201d0de80","direct":false,"kind":"runtime","optional":false},{"id":6994693850,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190813141303-74dc4d7220e7","direct":false,"kind":"runtime","optional":false},{"id":6994693851,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190827160401-ba9fcec4b297","direct":false,"kind":"runtime","optional":false},{"id":6994693852,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190923162816-aa69164e4478","direct":false,"kind":"runtime","optional":false},{"id":6994693853,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20191002035440-2ec189313ef0","direct":false,"kind":"runtime","optional":false},{"id":6994693854,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20191004110552-13f9640d40b9","direct":false,"kind":"runtime","optional":false},{"id":6994693855,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20191119073136-fc4aabc6c914","direct":false,"kind":"runtime","optional":false},{"id":6994693856,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20191209160850-c0dbc17a3553","direct":false,"kind":"runtime","optional":false},{"id":6994693857,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200114155413-6afb5195e5aa","direct":false,"kind":"runtime","optional":false},{"id":6994693858,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200202094626-16171245cfb2","direct":false,"kind":"runtime","optional":false},{"id":6994693859,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200222125558-5a598a2470a0","direct":false,"kind":"runtime","optional":false},{"id":6994693860,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200226121028-0de0cce0169b","direct":false,"kind":"runtime","optional":false},{"id":6994693861,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200301022130-244492dfa37a","direct":false,"kind":"runtime","optional":false},{"id":6994693862,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200324143707-d3edc9973b7e","direct":false,"kind":"runtime","optional":false},{"id":6994693863,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200421231249-e086a090c8fd","direct":false,"kind":"runtime","optional":false},{"id":6994693864,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200501053045-e0ff5e5a1de5","direct":false,"kind":"runtime","optional":false},{"id":6994693865,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200506145744-7e3656a0809f","direct":false,"kind":"runtime","optional":false},{"id":6994693866,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200513185701-a91f0712d120","direct":false,"kind":"runtime","optional":false},{"id":6994693867,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200520004742-59133d7f0dd7","direct":false,"kind":"runtime","optional":false},{"id":6994693868,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200520182314-0ba52f642ac2","direct":false,"kind":"runtime","optional":false},{"id":6994693869,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200625001655-4c5254603344","direct":false,"kind":"runtime","optional":false},{"id":6994693870,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200707034311-ab3426394381","direct":false,"kind":"runtime","optional":false},{"id":6994693871,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200822124328-c89045814202","direct":false,"kind":"runtime","optional":false},{"id":6994693872,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200930145003-4acb6c075d10","direct":false,"kind":"runtime","optional":false},{"id":6994693873,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201006153459-a7d1128ccaa0","direct":false,"kind":"runtime","optional":false},{"id":6994693874,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201021035429-f5854403a974","direct":false,"kind":"runtime","optional":false},{"id":6994693875,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201031054903-ff519b6c9102","direct":false,"kind":"runtime","optional":false},{"id":6994693876,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201110031124-69a78807bb2b","direct":false,"kind":"runtime","optional":false},{"id":6994693877,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201202161906-c7110b5ffcbb","direct":false,"kind":"runtime","optional":false},{"id":6994693282,"package_name":"github.com/pelletier/go-toml/v2","ecosystem":"go","requirements":"v2.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994693283,"package_name":"github.com/performancecopilot/speed","ecosystem":"go","requirements":"v3.0.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693284,"package_name":"github.com/peterbourgon/diskv","ecosystem":"go","requirements":"v2.0.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693285,"package_name":"github.com/phayes/checkstyle","ecosystem":"go","requirements":"v0.0.0-20170904204023-bfd46e6a821d","direct":false,"kind":"runtime","optional":false},{"id":6994693286,"package_name":"github.com/pierrec/lz4","ecosystem":"go","requirements":"v1.0.2-0.20190131084431-473cd7ce01a1","direct":false,"kind":"runtime","optional":false},{"id":6994693287,"package_name":"github.com/pierrec/lz4","ecosystem":"go","requirements":"v2.0.5+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693288,"package_name":"github.com/pierrec/lz4","ecosystem":"go","requirements":"v2.6.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693289,"package_name":"github.com/pierrec/lz4/v4","ecosystem":"go","requirements":"v4.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994693290,"package_name":"github.com/pierrec/lz4/v4","ecosystem":"go","requirements":"v4.1.15","direct":false,"kind":"runtime","optional":false},{"id":6994693291,"package_name":"github.com/pkg/diff","ecosystem":"go","requirements":"v0.0.0-20210226163009-20ebb0f2a09e","direct":false,"kind":"runtime","optional":false},{"id":6994693292,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693293,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.8.1-0.20171018195549-f15c970de5b7","direct":false,"kind":"runtime","optional":false},{"id":6994693294,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994693295,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994693296,"package_name":"github.com/pkg/profile","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693297,"package_name":"github.com/pkg/profile","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693298,"package_name":"github.com/pkg/sftp","ecosystem":"go","requirements":"v1.10.1","direct":false,"kind":"runtime","optional":false},{"id":6994693299,"package_name":"github.com/pkg/sftp","ecosystem":"go","requirements":"v1.13.1","direct":false,"kind":"runtime","optional":false},{"id":6994693300,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v0.0.0-20151028094244-d8ed2627bdf0","direct":false,"kind":"runtime","optional":false},{"id":6994693301,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693302,"package_name":"github.com/polyfloyd/go-errorlint","ecosystem":"go","requirements":"v0.0.0-20210722154253-910bb7978349","direct":false,"kind":"runtime","optional":false},{"id":6994693303,"package_name":"github.com/posener/complete","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693304,"package_name":"github.com/posener/complete","ecosystem":"go","requirements":"v1.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994693305,"package_name":"github.com/pquerna/cachecontrol","ecosystem":"go","requirements":"v0.0.0-20171018203845-0dec1b30a021","direct":false,"kind":"runtime","optional":false},{"id":6994693306,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v0.0.0-20180209125602-c332b6f63c06","direct":false,"kind":"runtime","optional":false},{"id":6994693307,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994693308,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v0.9.3-0.20190127221311-3c4408c8b829","direct":false,"kind":"runtime","optional":false},{"id":6994693309,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v0.9.3","direct":false,"kind":"runtime","optional":false},{"id":6994693310,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693311,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693312,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693313,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994693314,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":6994693315,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994693316,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.11.0","direct":false,"kind":"runtime","optional":false},{"id":6994693317,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.11.1","direct":false,"kind":"runtime","optional":false},{"id":6994693318,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.12.1","direct":false,"kind":"runtime","optional":false},{"id":6994693319,"package_name":"github.com/prometheus/client_golang","ecosystem":"go","requirements":"v1.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994693320,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.0.0-20171117100541-99fa1f4be8e5","direct":false,"kind":"runtime","optional":false},{"id":6994693321,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.0.0-20180712105110-5c3871d89910","direct":false,"kind":"runtime","optional":false},{"id":6994693322,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.0.0-20190115171406-56726106282f","direct":false,"kind":"runtime","optional":false},{"id":6994693323,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.0.0-20190129233127-fd36f4220a90","direct":false,"kind":"runtime","optional":false},{"id":6994693324,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.0.0-20190812154241-14fe0d1b01d4","direct":false,"kind":"runtime","optional":false},{"id":6994693325,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693326,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693327,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.0.0-20180110214958-89604d197083","direct":false,"kind":"runtime","optional":false},{"id":6994693328,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.0.0-20181113130724-41aa239b4cce","direct":false,"kind":"runtime","optional":false},{"id":6994693329,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693330,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693331,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693332,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693333,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693334,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994693335,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994693336,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.18.0","direct":false,"kind":"runtime","optional":false},{"id":6994693337,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.26.0","direct":false,"kind":"runtime","optional":false},{"id":6994693338,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.30.0","direct":false,"kind":"runtime","optional":false},{"id":6994693339,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.32.1","direct":false,"kind":"runtime","optional":false},{"id":6994693340,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.34.0","direct":false,"kind":"runtime","optional":false},{"id":6994693341,"package_name":"github.com/prometheus/common","ecosystem":"go","requirements":"v0.37.0","direct":false,"kind":"runtime","optional":false},{"id":6994693342,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.0-20180125133057-cb4147076ac7","direct":false,"kind":"runtime","optional":false},{"id":6994693343,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.0-20181005140218-185b4288413d","direct":false,"kind":"runtime","optional":false},{"id":6994693344,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.0-20190117184657-bf6a532e95b1","direct":false,"kind":"runtime","optional":false},{"id":6994693345,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.0-20190507164030-5867b95ac084","direct":false,"kind":"runtime","optional":false},{"id":6994693346,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.0-20190522114515-bc1a522cf7b1","direct":false,"kind":"runtime","optional":false},{"id":6994693347,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693348,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693349,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994693350,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.8","direct":false,"kind":"runtime","optional":false},{"id":6994693351,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994693352,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693353,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693354,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.7.3","direct":false,"kind":"runtime","optional":false},{"id":6994693355,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693356,"package_name":"github.com/prometheus/prometheus","ecosystem":"go","requirements":"v2.5.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693357,"package_name":"github.com/prometheus/tsdb","ecosystem":"go","requirements":"v0.7.1","direct":false,"kind":"runtime","optional":false},{"id":6994693358,"package_name":"github.com/pseudomuto/protoc-gen-doc","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994693359,"package_name":"github.com/pseudomuto/protoc-gen-doc","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693360,"package_name":"github.com/pseudomuto/protoc-gen-doc","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994693361,"package_name":"github.com/pseudomuto/protokit","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693362,"package_name":"github.com/quasilyte/go-consistent","ecosystem":"go","requirements":"v0.0.0-20190521200055-c6f3937de18c","direct":false,"kind":"runtime","optional":false},{"id":6994693363,"package_name":"github.com/quasilyte/go-ruleguard","ecosystem":"go","requirements":"v0.3.1-0.20210203134552-1b5a410e1cc8","direct":false,"kind":"runtime","optional":false},{"id":6994693364,"package_name":"github.com/quasilyte/go-ruleguard","ecosystem":"go","requirements":"v0.3.13","direct":false,"kind":"runtime","optional":false},{"id":6994693365,"package_name":"github.com/quasilyte/go-ruleguard/dsl","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693366,"package_name":"github.com/quasilyte/go-ruleguard/dsl","ecosystem":"go","requirements":"v0.3.10","direct":false,"kind":"runtime","optional":false},{"id":6994693367,"package_name":"github.com/quasilyte/go-ruleguard/rules","ecosystem":"go","requirements":"v0.0.0-20201231183845-9e62ed36efe1","direct":false,"kind":"runtime","optional":false},{"id":6994693368,"package_name":"github.com/quasilyte/go-ruleguard/rules","ecosystem":"go","requirements":"v0.0.0-20210428214800-545e0d2e0bf7","direct":false,"kind":"runtime","optional":false},{"id":6994693369,"package_name":"github.com/quasilyte/regex/syntax","ecosystem":"go","requirements":"v0.0.0-20200407221936-30656e2c4a95","direct":false,"kind":"runtime","optional":false},{"id":6994693370,"package_name":"github.com/qur/ar","ecosystem":"go","requirements":"v0.0.0-20130629153254-282534b91770","direct":false,"kind":"runtime","optional":false},{"id":6994693371,"package_name":"github.com/rcrowley/go-metrics","ecosystem":"go","requirements":"v0.0.0-20181016184325-3113b8401b8a","direct":false,"kind":"runtime","optional":false},{"id":6994693372,"package_name":"github.com/remyoudompheng/bigfft","ecosystem":"go","requirements":"v0.0.0-20200410134404-eec4a21b6bb0","direct":false,"kind":"runtime","optional":false},{"id":6994693373,"package_name":"github.com/rivo/uniseg","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693374,"package_name":"github.com/rogpeppe/fastuuid","ecosystem":"go","requirements":"v0.0.0-20150106093220-6724a57986af","direct":false,"kind":"runtime","optional":false},{"id":6994693375,"package_name":"github.com/rogpeppe/fastuuid","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693376,"package_name":"github.com/rogpeppe/fastuuid","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693377,"package_name":"github.com/rogpeppe/go-internal","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693378,"package_name":"github.com/rogpeppe/go-internal","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994693379,"package_name":"github.com/rogpeppe/go-internal","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693380,"package_name":"github.com/rogpeppe/go-internal","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994693381,"package_name":"github.com/rogpeppe/go-internal","ecosystem":"go","requirements":"v1.6.2","direct":false,"kind":"runtime","optional":false},{"id":6994693382,"package_name":"github.com/rogpeppe/go-internal","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693383,"package_name":"github.com/rs/cors","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693384,"package_name":"github.com/rs/cors","ecosystem":"go","requirements":"v1.8.2","direct":false,"kind":"runtime","optional":false},{"id":6994693385,"package_name":"github.com/russross/blackfriday","ecosystem":"go","requirements":"v1.5.2","direct":false,"kind":"runtime","optional":false},{"id":6994693386,"package_name":"github.com/russross/blackfriday","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693387,"package_name":"github.com/russross/blackfriday/v2","ecosystem":"go","requirements":"v2.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693388,"package_name":"github.com/russross/blackfriday/v2","ecosystem":"go","requirements":"v2.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693389,"package_name":"github.com/ryancurrah/gomodguard","ecosystem":"go","requirements":"v1.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994693390,"package_name":"github.com/ryanrolds/sqlclosecheck","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693391,"package_name":"github.com/ryanuber/columnize","ecosystem":"go","requirements":"v0.0.0-20160712163229-9b3edd62028f","direct":false,"kind":"runtime","optional":false},{"id":6994693392,"package_name":"github.com/ryanuber/go-glob","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693393,"package_name":"github.com/safchain/ethtool","ecosystem":"go","requirements":"v0.0.0-20190326074333-42ed695e3de8","direct":false,"kind":"runtime","optional":false},{"id":6994693394,"package_name":"github.com/safchain/ethtool","ecosystem":"go","requirements":"v0.0.0-20210803160452-9aa261dae9b1","direct":false,"kind":"runtime","optional":false},{"id":6994693395,"package_name":"github.com/sagikazarmark/crypt","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693396,"package_name":"github.com/samuel/go-zookeeper","ecosystem":"go","requirements":"v0.0.0-20190923202752-2cc03de413da","direct":false,"kind":"runtime","optional":false},{"id":6994693397,"package_name":"github.com/sanposhiho/wastedassign/v2","ecosystem":"go","requirements":"v2.0.6","direct":false,"kind":"runtime","optional":false},{"id":6994693398,"package_name":"github.com/sassoftware/go-rpmutils","ecosystem":"go","requirements":"v0.0.0-20190420191620-a8f1baeba37b","direct":false,"kind":"runtime","optional":false},{"id":6994693399,"package_name":"github.com/sassoftware/go-rpmutils","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693400,"package_name":"github.com/sassoftware/go-rpmutils","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693401,"package_name":"github.com/sassoftware/relic","ecosystem":"go","requirements":"v0.0.0-20210427151427-dfb082b79b74","direct":false,"kind":"runtime","optional":false},{"id":6994693402,"package_name":"github.com/satori/go.uuid","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693403,"package_name":"github.com/sclevine/agouti","ecosystem":"go","requirements":"v3.0.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693404,"package_name":"github.com/sclevine/spec","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693405,"package_name":"github.com/scylladb/go-set","ecosystem":"go","requirements":"v1.0.3-0.20200225121959-cc7b2070d91e","direct":false,"kind":"runtime","optional":false},{"id":6994693406,"package_name":"github.com/sean-/seed","ecosystem":"go","requirements":"v0.0.0-20170313163322-e2103e2c3529","direct":false,"kind":"runtime","optional":false},{"id":6994693407,"package_name":"github.com/sebdah/goldie/v2","ecosystem":"go","requirements":"v2.5.3","direct":false,"kind":"runtime","optional":false},{"id":6994693408,"package_name":"github.com/seccomp/libseccomp-golang","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994693409,"package_name":"github.com/seccomp/libseccomp-golang","ecosystem":"go","requirements":"v0.9.2-0.20210429002308-3879420cc921","direct":false,"kind":"runtime","optional":false},{"id":6994693410,"package_name":"github.com/secure-systems-lab/go-securesystemslib","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693411,"package_name":"github.com/securego/gosec/v2","ecosystem":"go","requirements":"v2.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994693412,"package_name":"github.com/sergi/go-diff","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693413,"package_name":"github.com/sergi/go-diff","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693414,"package_name":"github.com/sergi/go-diff","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693415,"package_name":"github.com/shazow/go-diff","ecosystem":"go","requirements":"v0.0.0-20160112020656-b6b7b6733b8c","direct":false,"kind":"runtime","optional":false},{"id":6994693416,"package_name":"github.com/shibumi/go-pathspec","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693417,"package_name":"github.com/shirou/gopsutil/v3","ecosystem":"go","requirements":"v3.21.10","direct":false,"kind":"runtime","optional":false},{"id":6994693418,"package_name":"github.com/shopspring/decimal","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693419,"package_name":"github.com/shurcooL/go","ecosystem":"go","requirements":"v0.0.0-20180423040247-9e1955d9fb6e","direct":false,"kind":"runtime","optional":false},{"id":6994693420,"package_name":"github.com/shurcooL/go-goon","ecosystem":"go","requirements":"v0.0.0-20170922171312-37c2f522c041","direct":false,"kind":"runtime","optional":false},{"id":6994693421,"package_name":"github.com/shurcooL/sanitized_anchor_name","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693422,"package_name":"github.com/sigstore/cosign","ecosystem":"go","requirements":"v1.13.1","direct":false,"kind":"runtime","optional":false},{"id":6994693423,"package_name":"github.com/sigstore/rekor","ecosystem":"go","requirements":"v0.12.1-0.20220915152154-4bb6f441c1b2","direct":false,"kind":"runtime","optional":false},{"id":6994693424,"package_name":"github.com/sigstore/sigstore","ecosystem":"go","requirements":"v1.4.4","direct":false,"kind":"runtime","optional":false},{"id":6994693425,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.0.4-0.20170822132746-89742aefa4b2","direct":false,"kind":"runtime","optional":false},{"id":6994693426,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.0.6","direct":false,"kind":"runtime","optional":false},{"id":6994693427,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693428,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693429,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693430,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693431,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":6994693432,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693433,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693434,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994693435,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994693436,"package_name":"github.com/sivchari/tenv","ecosystem":"go","requirements":"v1.4.7","direct":false,"kind":"runtime","optional":false},{"id":6994693437,"package_name":"github.com/smartystreets/assertions","ecosystem":"go","requirements":"v0.0.0-20180927180507-b2de0cb4f26d","direct":false,"kind":"runtime","optional":false},{"id":6994693438,"package_name":"github.com/smartystreets/assertions","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693439,"package_name":"github.com/smartystreets/go-aws-auth","ecosystem":"go","requirements":"v0.0.0-20180515143844-0c1422d1fdb9","direct":false,"kind":"runtime","optional":false},{"id":6994693440,"package_name":"github.com/smartystreets/goconvey","ecosystem":"go","requirements":"v0.0.0-20190330032615-68dc04aab96a","direct":false,"kind":"runtime","optional":false},{"id":6994693441,"package_name":"github.com/smartystreets/goconvey","ecosystem":"go","requirements":"v1.6.4","direct":false,"kind":"runtime","optional":false},{"id":6994693442,"package_name":"github.com/smartystreets/gunit","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693443,"package_name":"github.com/soheilhy/cmux","ecosystem":"go","requirements":"v0.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994693444,"package_name":"github.com/soheilhy/cmux","ecosystem":"go","requirements":"v0.1.5-0.20210205191134-5ec6847320e5","direct":false,"kind":"runtime","optional":false},{"id":6994693445,"package_name":"github.com/soheilhy/cmux","ecosystem":"go","requirements":"v0.1.5","direct":false,"kind":"runtime","optional":false},{"id":6994693446,"package_name":"github.com/sonatard/noctx","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693447,"package_name":"github.com/sony/gobreaker","ecosystem":"go","requirements":"v0.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693448,"package_name":"github.com/sourcegraph/go-diff","ecosystem":"go","requirements":"v0.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994693449,"package_name":"github.com/spaolacci/murmur3","ecosystem":"go","requirements":"v0.0.0-20180118202830-f09979ecbc72","direct":false,"kind":"runtime","optional":false},{"id":6994693450,"package_name":"github.com/spdx/gordf","ecosystem":"go","requirements":"v0.0.0-20201111095634-7098f93598fb","direct":false,"kind":"runtime","optional":false},{"id":6994693451,"package_name":"github.com/spdx/tools-golang","ecosystem":"go","requirements":"v0.3.1-0.20221108182156-8a01147e6342","direct":false,"kind":"runtime","optional":false},{"id":6994693452,"package_name":"github.com/spf13/afero","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994693453,"package_name":"github.com/spf13/afero","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994693454,"package_name":"github.com/spf13/afero","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":6994693455,"package_name":"github.com/spf13/afero","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693456,"package_name":"github.com/spf13/afero","ecosystem":"go","requirements":"v1.8.2","direct":false,"kind":"runtime","optional":false},{"id":6994693457,"package_name":"github.com/spf13/cast","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693458,"package_name":"github.com/spf13/cast","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994693459,"package_name":"github.com/spf13/cast","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693460,"package_name":"github.com/spf13/cast","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693461,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v0.0.2-0.20171109065643-2da4a54c5cee","direct":false,"kind":"runtime","optional":false},{"id":6994693462,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v0.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693463,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v0.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994693464,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693465,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693466,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v1.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994693467,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693468,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693469,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693470,"package_name":"github.com/spf13/cobra","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994693471,"package_name":"github.com/spf13/jwalterweatherman","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693472,"package_name":"github.com/spf13/jwalterweatherman","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693473,"package_name":"github.com/spf13/pflag","ecosystem":"go","requirements":"v0.0.0-20170130214245-9ff6c6923cff","direct":false,"kind":"runtime","optional":false},{"id":6994693474,"package_name":"github.com/spf13/pflag","ecosystem":"go","requirements":"v1.0.1-0.20171106142849-4c012f6dcd95","direct":false,"kind":"runtime","optional":false},{"id":6994693475,"package_name":"github.com/spf13/pflag","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693476,"package_name":"github.com/spf13/pflag","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994693477,"package_name":"github.com/spf13/pflag","ecosystem":"go","requirements":"v1.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994693478,"package_name":"github.com/spf13/viper","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994693479,"package_name":"github.com/spf13/viper","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693480,"package_name":"github.com/spf13/viper","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693481,"package_name":"github.com/spf13/viper","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994693482,"package_name":"github.com/spf13/viper","ecosystem":"go","requirements":"v1.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994693483,"package_name":"github.com/spf13/viper","ecosystem":"go","requirements":"v1.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994693484,"package_name":"github.com/src-d/gcfg","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693485,"package_name":"github.com/ssgreg/nlreturn/v2","ecosystem":"go","requirements":"v2.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994693486,"package_name":"github.com/stefanberger/go-pkcs11uri","ecosystem":"go","requirements":"v0.0.0-20201008174630-78d3cae3a980","direct":false,"kind":"runtime","optional":false},{"id":6994693487,"package_name":"github.com/stoewer/go-strcase","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693488,"package_name":"github.com/streadway/amqp","ecosystem":"go","requirements":"v0.0.0-20190404075320-75d898a42a94","direct":false,"kind":"runtime","optional":false},{"id":6994693489,"package_name":"github.com/streadway/amqp","ecosystem":"go","requirements":"v0.0.0-20190827072141-edfb9018d271","direct":false,"kind":"runtime","optional":false},{"id":6994693490,"package_name":"github.com/streadway/amqp","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693491,"package_name":"github.com/streadway/handy","ecosystem":"go","requirements":"v0.0.0-20190108123426-d5acb3125c2a","direct":false,"kind":"runtime","optional":false},{"id":6994693492,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.0.0-20180129172003-8a3f7159479f","direct":false,"kind":"runtime","optional":false},{"id":6994693493,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693494,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994693495,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693496,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693497,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994693498,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v0.0.0-20170130113145-4d4bfba8f1d1","direct":false,"kind":"runtime","optional":false},{"id":6994693499,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v0.0.0-20180303142811-b89eecf5ca5d","direct":false,"kind":"runtime","optional":false},{"id":6994693500,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994693501,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994693502,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693503,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693504,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994693505,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994693506,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994693507,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":6994693508,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.7.2","direct":false,"kind":"runtime","optional":false},{"id":6994693509,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994693510,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994693511,"package_name":"github.com/subosito/gotenv","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693512,"package_name":"github.com/subosito/gotenv","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994693513,"package_name":"github.com/sylabs/sif/v2","ecosystem":"go","requirements":"v2.8.1","direct":false,"kind":"runtime","optional":false},{"id":6994693514,"package_name":"github.com/sylabs/squashfs","ecosystem":"go","requirements":"v0.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994693515,"package_name":"github.com/sylvia7788/contextcheck","ecosystem":"go","requirements":"v1.0.4","direct":false,"kind":"runtime","optional":false},{"id":6994693516,"package_name":"github.com/syndtr/gocapability","ecosystem":"go","requirements":"v0.0.0-20170704070218-db04d3cc01c8","direct":false,"kind":"runtime","optional":false},{"id":6994693517,"package_name":"github.com/syndtr/gocapability","ecosystem":"go","requirements":"v0.0.0-20180916011248-d98352740cb2","direct":false,"kind":"runtime","optional":false},{"id":6994693518,"package_name":"github.com/syndtr/gocapability","ecosystem":"go","requirements":"v0.0.0-20200815063812-42c35b437635","direct":false,"kind":"runtime","optional":false},{"id":6994693519,"package_name":"github.com/syndtr/goleveldb","ecosystem":"go","requirements":"v1.0.1-0.20220721030215-126854af5e6d","direct":false,"kind":"runtime","optional":false},{"id":6994693520,"package_name":"github.com/tchap/go-patricia","ecosystem":"go","requirements":"v2.2.6+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994693521,"package_name":"github.com/tdakkota/asciicheck","ecosystem":"go","requirements":"v0.0.0-20200416200610-e657995f937b","direct":false,"kind":"runtime","optional":false},{"id":6994693522,"package_name":"github.com/tenntenn/modver","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693523,"package_name":"github.com/tenntenn/text/transform","ecosystem":"go","requirements":"v0.0.0-20200319021203-7eef512accb3","direct":false,"kind":"runtime","optional":false},{"id":6994693524,"package_name":"github.com/tent/canonical-json-go","ecosystem":"go","requirements":"v0.0.0-20130607151641-96e4ba3a7613","direct":false,"kind":"runtime","optional":false},{"id":6994693525,"package_name":"github.com/tetafro/godot","ecosystem":"go","requirements":"v1.4.11","direct":false,"kind":"runtime","optional":false},{"id":6994693526,"package_name":"github.com/thales-e-security/pool","ecosystem":"go","requirements":"v0.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994693527,"package_name":"github.com/therootcompany/xz","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693528,"package_name":"github.com/theupdateframework/go-tuf","ecosystem":"go","requirements":"v0.5.2-0.20220930112810-3890c1e7ace4","direct":false,"kind":"runtime","optional":false},{"id":6994693529,"package_name":"github.com/tidwall/pretty","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994693530,"package_name":"github.com/tidwall/pretty","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994693531,"package_name":"github.com/timakin/bodyclose","ecosystem":"go","requirements":"v0.0.0-20200424151742-cb6215831a94","direct":false,"kind":"runtime","optional":false},{"id":6994693532,"package_name":"github.com/titanous/rocacheck","ecosystem":"go","requirements":"v0.0.0-20171023193734-afe73141d399","direct":false,"kind":"runtime","optional":false},{"id":6994693533,"package_name":"github.com/tj/assert","ecosystem":"go","requirements":"v0.0.0-20171129193455-018094318fb0","direct":false,"kind":"runtime","optional":false},{"id":6994693534,"package_name":"github.com/tj/go-elastic","ecosystem":"go","requirements":"v0.0.0-20171221160941-36157cbbebc2","direct":false,"kind":"runtime","optional":false},{"id":6994693535,"package_name":"github.com/tj/go-kinesis","ecosystem":"go","requirements":"v0.0.0-20171128231115-08b17f58cb1b","direct":false,"kind":"runtime","optional":false},{"id":6994693536,"package_name":"github.com/tj/go-spin","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693537,"package_name":"github.com/tklauser/go-sysconf","ecosystem":"go","requirements":"v0.3.9","direct":false,"kind":"runtime","optional":false},{"id":6994693538,"package_name":"github.com/tklauser/numcpus","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994693539,"package_name":"github.com/tmc/grpc-websocket-proxy","ecosystem":"go","requirements":"v0.0.0-20170815181823-89b8d40f7ca8","direct":false,"kind":"runtime","optional":false},{"id":6994693540,"package_name":"github.com/tmc/grpc-websocket-proxy","ecosystem":"go","requirements":"v0.0.0-20190109142713-0ad062ec5ee5","direct":false,"kind":"runtime","optional":false},{"id":6994693541,"package_name":"github.com/tmc/grpc-websocket-proxy","ecosystem":"go","requirements":"v0.0.0-20200427203606-3cfed13b9966","direct":false,"kind":"runtime","optional":false},{"id":6994693542,"package_name":"github.com/tmc/grpc-websocket-proxy","ecosystem":"go","requirements":"v0.0.0-20201229170055-e5319fda7802","direct":false,"kind":"runtime","optional":false},{"id":6994693543,"package_name":"github.com/tomarrell/wrapcheck/v2","ecosystem":"go","requirements":"v2.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693544,"package_name":"github.com/tomasen/realip","ecosystem":"go","requirements":"v0.0.0-20180522021738-f0c99a92ddce","direct":false,"kind":"runtime","optional":false},{"id":6994693545,"package_name":"github.com/tommy-muehle/go-mnd/v2","ecosystem":"go","requirements":"v2.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994693546,"package_name":"github.com/transparency-dev/merkle","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994693547,"package_name":"github.com/tv42/httpunix","ecosystem":"go","requirements":"v0.0.0-20191220191345-2ba4b9c3382c","direct":false,"kind":"runtime","optional":false},{"id":6994693548,"package_name":"github.com/ugorji/go","ecosystem":"go","requirements":"v1.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994693910,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20180821212333-d2e6202438be","direct":false,"kind":"runtime","optional":false},{"id":6994693911,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20181106182150-f42d05182288","direct":false,"kind":"runtime","optional":false},{"id":6994693912,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20190226205417-e64efc72b421","direct":false,"kind":"runtime","optional":false},{"id":6994693913,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20190402181905-9f3314589c9a","direct":false,"kind":"runtime","optional":false},{"id":6994693914,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20190604053449-0f29369cfe45","direct":false,"kind":"runtime","optional":false},{"id":6994693915,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20191202225959-858c2ad4c8b6","direct":false,"kind":"runtime","optional":false},{"id":6994693916,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20200107190931-bf48bf16ab8d","direct":false,"kind":"runtime","optional":false},{"id":6994693917,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20200902213428-5d25da1a8d43","direct":false,"kind":"runtime","optional":false},{"id":6994693918,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20201109201403-9fd604954f58","direct":false,"kind":"runtime","optional":false},{"id":6994693919,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20201208152858-08078c50e5b5","direct":false,"kind":"runtime","optional":false},{"id":6994693920,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210218202405-ba52d332ba99","direct":false,"kind":"runtime","optional":false},{"id":6994693921,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210220000619-9bb904979d93","direct":false,"kind":"runtime","optional":false},{"id":6994693922,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210313182246-cd4f82c27b84","direct":false,"kind":"runtime","optional":false},{"id":6994693923,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210402161424-2e8d93401602","direct":false,"kind":"runtime","optional":false},{"id":6994693924,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210413134643-5e61552d6c78","direct":false,"kind":"runtime","optional":false},{"id":6994693925,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210427180440-81ed05c6b58c","direct":false,"kind":"runtime","optional":false},{"id":6994693926,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210514164344-f6687ab2804c","direct":false,"kind":"runtime","optional":false},{"id":6994693927,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210628180205-a41e5a781914","direct":false,"kind":"runtime","optional":false},{"id":6994693928,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210805134026-6f1e6394065a","direct":false,"kind":"runtime","optional":false},{"id":6994693929,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20210819190943-2bc19b11175f","direct":false,"kind":"runtime","optional":false},{"id":6994693930,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20211005180243-6b3c2da341f1","direct":false,"kind":"runtime","optional":false},{"id":6994693931,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20211104180415-d3ed0bb246c8","direct":false,"kind":"runtime","optional":false},{"id":6994693932,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20220223155221-ee480838109b","direct":false,"kind":"runtime","optional":false},{"id":6994693933,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20220309155454-6242fa91716a","direct":false,"kind":"runtime","optional":false},{"id":6994693934,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20220411215720-9780585627b5","direct":false,"kind":"runtime","optional":false},{"id":6994693935,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20220608161450-d0670ef3b1eb","direct":false,"kind":"runtime","optional":false},{"id":6994693936,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20221006150949-b44042a4b9c1","direct":false,"kind":"runtime","optional":false},{"id":6994693937,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20180314180146-1d60e4601c6f","direct":false,"kind":"runtime","optional":false},{"id":6994693938,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20181108010431-42b317875d0f","direct":false,"kind":"runtime","optional":false},{"id":6994693939,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20181221193216-37e7f081c4d4","direct":false,"kind":"runtime","optional":false},{"id":6994693940,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20190227155943-e225da77a7e6","direct":false,"kind":"runtime","optional":false},{"id":6994693941,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20190412183630-56d357773e84","direct":false,"kind":"runtime","optional":false},{"id":6994693942,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20190423024810-112230192c58","direct":false,"kind":"runtime","optional":false},{"id":6994693943,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20190911185100-cd5d95a43a6e","direct":false,"kind":"runtime","optional":false},{"id":6994693944,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20200317015054-43a5402ce75a","direct":false,"kind":"runtime","optional":false},{"id":6994693945,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20200625203802-6e8e738ad208","direct":false,"kind":"runtime","optional":false},{"id":6994693946,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20200930132711-30421366ff76","direct":false,"kind":"runtime","optional":false},{"id":6994693947,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20201020160332-67f06af15bc9","direct":false,"kind":"runtime","optional":false},{"id":6994693948,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20201207232520-09787c993a3a","direct":false,"kind":"runtime","optional":false},{"id":6994693949,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20210220032951-036812b2e83c","direct":false,"kind":"runtime","optional":false},{"id":6994693950,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20220601150217-0de741cfad7f","direct":false,"kind":"runtime","optional":false},{"id":6994693951,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693952,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20180823144017-11551d06cbcc","direct":false,"kind":"runtime","optional":false},{"id":6994693953,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20180830151530-49385e6e1522","direct":false,"kind":"runtime","optional":false},{"id":6994693954,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20180905080454-ebe1bf3edb33","direct":false,"kind":"runtime","optional":false},{"id":6994693955,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20180909124046-d0be0721c37e","direct":false,"kind":"runtime","optional":false},{"id":6994694243,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994693956,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20181026203630-95b1ffbd15a5","direct":false,"kind":"runtime","optional":false},{"id":6994693957,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20181107165924-66b7b1311ac8","direct":false,"kind":"runtime","optional":false},{"id":6994693958,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20181116152217-5ac8a444bdc5","direct":false,"kind":"runtime","optional":false},{"id":6994693959,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20181122145206-62eef0e2fa9b","direct":false,"kind":"runtime","optional":false},{"id":6994693960,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20181205085412-a5c9d58dba9a","direct":false,"kind":"runtime","optional":false},{"id":6994693961,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190215142949-d0b11bdaac8a","direct":false,"kind":"runtime","optional":false},{"id":6994693962,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190221075227-b4e8571b14e0","direct":false,"kind":"runtime","optional":false},{"id":6994693963,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190222072716-a9d3bda3a223","direct":false,"kind":"runtime","optional":false},{"id":6994693964,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190312061237-fead79001313","direct":false,"kind":"runtime","optional":false},{"id":6994693965,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190403152447-81d4e9dc473e","direct":false,"kind":"runtime","optional":false},{"id":6994693966,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190412213103-97732733099d","direct":false,"kind":"runtime","optional":false},{"id":6994693967,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190419153524-e8e3143a4f4a","direct":false,"kind":"runtime","optional":false},{"id":6994693968,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190422165155-953cdadca894","direct":false,"kind":"runtime","optional":false},{"id":6994693969,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190502145724-3ef323f4f1fd","direct":false,"kind":"runtime","optional":false},{"id":6994693970,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190507160741-ecd444e8653b","direct":false,"kind":"runtime","optional":false},{"id":6994693971,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190514135907-3a4b5fb9f71f","direct":false,"kind":"runtime","optional":false},{"id":6994693972,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190522044717-8097e1b27ff5","direct":false,"kind":"runtime","optional":false},{"id":6994693973,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190531175056-4c3a928424d2","direct":false,"kind":"runtime","optional":false},{"id":6994693974,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190602015325-4c4f7f33c9ed","direct":false,"kind":"runtime","optional":false},{"id":6994693975,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190606165138-5da285871e9c","direct":false,"kind":"runtime","optional":false},{"id":6994693976,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190606203320-7fc4e5ec1444","direct":false,"kind":"runtime","optional":false},{"id":6994693977,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190616124812-15dcb6c0061f","direct":false,"kind":"runtime","optional":false},{"id":6994693978,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190620070143-6f217b454f45","direct":false,"kind":"runtime","optional":false},{"id":6994693979,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190624142023-c5567b49c5d0","direct":false,"kind":"runtime","optional":false},{"id":6994693980,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190626221950-04f50cda93cb","direct":false,"kind":"runtime","optional":false},{"id":6994693981,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190726091711-fc99dfbffb4e","direct":false,"kind":"runtime","optional":false},{"id":6994693982,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190801041406-cbf593c0f2f3","direct":false,"kind":"runtime","optional":false},{"id":6994693983,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190812073006-9eafafc0a87e","direct":false,"kind":"runtime","optional":false},{"id":6994693984,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190826190057-c7b8b68b1456","direct":false,"kind":"runtime","optional":false},{"id":6994693985,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190904154756-749cb33beabd","direct":false,"kind":"runtime","optional":false},{"id":6994693986,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190916202348-b4ddaad3f8a3","direct":false,"kind":"runtime","optional":false},{"id":6994693987,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190922100055-0a153f010e69","direct":false,"kind":"runtime","optional":false},{"id":6994693988,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190924154521-2837fb4f24fe","direct":false,"kind":"runtime","optional":false},{"id":6994693989,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191001151750-bb3f8db39f24","direct":false,"kind":"runtime","optional":false},{"id":6994693990,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191005200804-aed5e4c7ecf9","direct":false,"kind":"runtime","optional":false},{"id":6994693991,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191008105621-543471e840be","direct":false,"kind":"runtime","optional":false},{"id":6994693992,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191022100944-742c48ecaeb7","direct":false,"kind":"runtime","optional":false},{"id":6994693993,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191026070338-33540a1f6037","direct":false,"kind":"runtime","optional":false},{"id":6994693994,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191115151921-52ab43148777","direct":false,"kind":"runtime","optional":false},{"id":6994693995,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191119060738-e882bf8e40c2","direct":false,"kind":"runtime","optional":false},{"id":6994693996,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191120155948-bd437916bb0e","direct":false,"kind":"runtime","optional":false},{"id":6994693997,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191204072324-ce4227a45e2e","direct":false,"kind":"runtime","optional":false},{"id":6994693998,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191210023423-ac6580df4449","direct":false,"kind":"runtime","optional":false},{"id":6994693999,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191220142924-d4481acd189f","direct":false,"kind":"runtime","optional":false},{"id":6994694000,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20191228213918-04cbcbbfeed8","direct":false,"kind":"runtime","optional":false},{"id":6994694001,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200106162015-b016eb3dc98e","direct":false,"kind":"runtime","optional":false},{"id":6994694002,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200113162924-86b910548bc1","direct":false,"kind":"runtime","optional":false},{"id":6994694003,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200116001909-b77594299b42","direct":false,"kind":"runtime","optional":false},{"id":6994694004,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200120151820-655fe14d7479","direct":false,"kind":"runtime","optional":false},{"id":6994694005,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200122134326-e047566fdf82","direct":false,"kind":"runtime","optional":false},{"id":6994694006,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200124204421-9fbb57f87de9","direct":false,"kind":"runtime","optional":false},{"id":6994694007,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200202164722-d101bd2416d5","direct":false,"kind":"runtime","optional":false},{"id":6994694008,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200212091648-12a6c2dcc1e4","direct":false,"kind":"runtime","optional":false},{"id":6994694009,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200217220822-9197077df867","direct":false,"kind":"runtime","optional":false},{"id":6994694010,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200223170610-d5e6a3e2c0ae","direct":false,"kind":"runtime","optional":false},{"id":6994694011,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200302150141-5c8b2ff67527","direct":false,"kind":"runtime","optional":false},{"id":6994694012,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200323222414-85ca7c5b95cd","direct":false,"kind":"runtime","optional":false},{"id":6994694013,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200331124033-c3d80250170d","direct":false,"kind":"runtime","optional":false},{"id":6994694014,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200420163511-1957bb5e6d1f","direct":false,"kind":"runtime","optional":false},{"id":6994694015,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200501052902-10377860bb8e","direct":false,"kind":"runtime","optional":false},{"id":6994694016,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200511232937-7e40ca221e25","direct":false,"kind":"runtime","optional":false},{"id":6994694017,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200515095857-1151b9dac4a9","direct":false,"kind":"runtime","optional":false},{"id":6994694018,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200519105757-fe76b779f299","direct":false,"kind":"runtime","optional":false},{"id":6994694019,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200523222454-059865788121","direct":false,"kind":"runtime","optional":false},{"id":6994694020,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200615200032-f1bc736245b1","direct":false,"kind":"runtime","optional":false},{"id":6994694021,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200622214017-ed371f2e16b4","direct":false,"kind":"runtime","optional":false},{"id":6994694022,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200625212154-ddb9806d33ae","direct":false,"kind":"runtime","optional":false},{"id":6994694023,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200728102440-3e129f6d46b1","direct":false,"kind":"runtime","optional":false},{"id":6994694024,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200803210538-64077c9b5642","direct":false,"kind":"runtime","optional":false},{"id":6994694025,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200817155316-9781c653f443","direct":false,"kind":"runtime","optional":false},{"id":6994694026,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200831180312-196b9ba8737a","direct":false,"kind":"runtime","optional":false},{"id":6994694027,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200905004654-be1d3432aa8f","direct":false,"kind":"runtime","optional":false},{"id":6994694028,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200909081042-eff7692f9009","direct":false,"kind":"runtime","optional":false},{"id":6994694029,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200916030750-2334cc1a136f","direct":false,"kind":"runtime","optional":false},{"id":6994694030,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200922070232-aee5d888a860","direct":false,"kind":"runtime","optional":false},{"id":6994694031,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200923182605-d9f96fdee20d","direct":false,"kind":"runtime","optional":false},{"id":6994694032,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200930185726-fdedc70b468f","direct":false,"kind":"runtime","optional":false},{"id":6994694033,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20201009025420-dfb3f7c4e634","direct":false,"kind":"runtime","optional":false},{"id":6994694034,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20201112073958-5cba982894dd","direct":false,"kind":"runtime","optional":false},{"id":6994694035,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20201117170446-d9b008d0a637","direct":false,"kind":"runtime","optional":false},{"id":6994694036,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20201119102817-f84b799fce68","direct":false,"kind":"runtime","optional":false},{"id":6994694037,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20201201145000-ef89a241ccb3","direct":false,"kind":"runtime","optional":false},{"id":6994694038,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20201202213521-69691e467435","direct":false,"kind":"runtime","optional":false},{"id":6994694039,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210104204734-6f8348627aad","direct":false,"kind":"runtime","optional":false},{"id":6994694040,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210112080510-489259a85091","direct":false,"kind":"runtime","optional":false},{"id":6994694041,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210119212857-b64e53b001e4","direct":false,"kind":"runtime","optional":false},{"id":6994694042,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210124154548-22da62e12c0c","direct":false,"kind":"runtime","optional":false},{"id":6994694043,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210220050731-9a76102bfb43","direct":false,"kind":"runtime","optional":false},{"id":6994694044,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210225134936-a50acf3fe073","direct":false,"kind":"runtime","optional":false},{"id":6994694045,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210305230114-8fe3ee5dd75b","direct":false,"kind":"runtime","optional":false},{"id":6994694046,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210309074719-68d13333faf2","direct":false,"kind":"runtime","optional":false},{"id":6994694047,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210315160823-c6e025ad8005","direct":false,"kind":"runtime","optional":false},{"id":6994694048,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210320140829-1e4c9ba3b0c4","direct":false,"kind":"runtime","optional":false},{"id":6994694049,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210324051608-47abb6519492","direct":false,"kind":"runtime","optional":false},{"id":6994694050,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210330210617-4fbd30eecc44","direct":false,"kind":"runtime","optional":false},{"id":6994694051,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210403161142-5e06dd20ab57","direct":false,"kind":"runtime","optional":false},{"id":6994694052,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210412220455-f1c623a9e750","direct":false,"kind":"runtime","optional":false},{"id":6994694053,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210420072515-93ed5bcd2bfe","direct":false,"kind":"runtime","optional":false},{"id":6994694054,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210423082822-04245dca01da","direct":false,"kind":"runtime","optional":false},{"id":6994694055,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210423185535-09eb48e85fd7","direct":false,"kind":"runtime","optional":false},{"id":6994694056,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210426230700-d19ff857e887","direct":false,"kind":"runtime","optional":false},{"id":6994694057,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210503080704-8803ae5d1324","direct":false,"kind":"runtime","optional":false},{"id":6994694058,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210510120138-977fb7262007","direct":false,"kind":"runtime","optional":false},{"id":6994694059,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210514084401-e8d321eab015","direct":false,"kind":"runtime","optional":false},{"id":6994694060,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210603081109-ebe580a85c40","direct":false,"kind":"runtime","optional":false},{"id":6994694061,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210603125802-9665404d3644","direct":false,"kind":"runtime","optional":false},{"id":6994694062,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210615035016-665e8c7367d1","direct":false,"kind":"runtime","optional":false},{"id":6994694063,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210616094352-59db8d763f22","direct":false,"kind":"runtime","optional":false},{"id":6994694064,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210630005230-0f9fa26af87c","direct":false,"kind":"runtime","optional":false},{"id":6994694065,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210806184541-e5e7981a1069","direct":false,"kind":"runtime","optional":false},{"id":6994694066,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210809222454-d867a43fc93e","direct":false,"kind":"runtime","optional":false},{"id":6994694067,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210816074244-15123e1e1f71","direct":false,"kind":"runtime","optional":false},{"id":6994694068,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210816183151-1e6c022a8912","direct":false,"kind":"runtime","optional":false},{"id":6994694069,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210823070655-63515b42dcdf","direct":false,"kind":"runtime","optional":false},{"id":6994694070,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210831042530-f4d43177bf5e","direct":false,"kind":"runtime","optional":false},{"id":6994694071,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210903071746-97244b99971b","direct":false,"kind":"runtime","optional":false},{"id":6994694072,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210906170528-6f6e22806c34","direct":false,"kind":"runtime","optional":false},{"id":6994694073,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210908233432-aa78b53d3365","direct":false,"kind":"runtime","optional":false},{"id":6994694074,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210915083310-ed5796bab164","direct":false,"kind":"runtime","optional":false},{"id":6994694075,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210917161153-d61c044b1678","direct":false,"kind":"runtime","optional":false},{"id":6994694076,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210927094055-39ccf1dd6fa6","direct":false,"kind":"runtime","optional":false},{"id":6994694077,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211007075335-d3039528d8ac","direct":false,"kind":"runtime","optional":false},{"id":6994694078,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211013075003-97ac67df715c","direct":false,"kind":"runtime","optional":false},{"id":6994694079,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211019181941-9d821ace8654","direct":false,"kind":"runtime","optional":false},{"id":6994694080,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211025201205-69cdffdb9359","direct":false,"kind":"runtime","optional":false},{"id":6994694081,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211110154304-99a53858aa08","direct":false,"kind":"runtime","optional":false},{"id":6994694082,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211116061358-0a5406a5449c","direct":false,"kind":"runtime","optional":false},{"id":6994694083,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211124211545-fe61309f8881","direct":false,"kind":"runtime","optional":false},{"id":6994694084,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211210111614-af8b64212486","direct":false,"kind":"runtime","optional":false},{"id":6994694085,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211216021012-1d35b9e2eb4e","direct":false,"kind":"runtime","optional":false},{"id":6994694086,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220114195835-da31bd327af9","direct":false,"kind":"runtime","optional":false},{"id":6994694087,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220128215802-99c3d69c2c27","direct":false,"kind":"runtime","optional":false},{"id":6994694088,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220209214540-3681064d5158","direct":false,"kind":"runtime","optional":false},{"id":6994694089,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220227234510-4e6760a101f9","direct":false,"kind":"runtime","optional":false},{"id":6994694090,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220328115105-d36c6a25d886","direct":false,"kind":"runtime","optional":false},{"id":6994694091,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220405052023-b1e9470b6e64","direct":false,"kind":"runtime","optional":false},{"id":6994694092,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220405210540-1e041c57c461","direct":false,"kind":"runtime","optional":false},{"id":6994694093,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220412211240-33da011f77ad","direct":false,"kind":"runtime","optional":false},{"id":6994694094,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220422013727-9388b58f7150","direct":false,"kind":"runtime","optional":false},{"id":6994694095,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220502124256-b6088ccd6cba","direct":false,"kind":"runtime","optional":false},{"id":6994694096,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220503163025-988cb79eb6c6","direct":false,"kind":"runtime","optional":false},{"id":6994694097,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220517195934-5e4e11fc645e","direct":false,"kind":"runtime","optional":false},{"id":6994694098,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220520151302-bc2c85ada10a","direct":false,"kind":"runtime","optional":false},{"id":6994694099,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220610221304-9f5ed59c137d","direct":false,"kind":"runtime","optional":false},{"id":6994694100,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220615213510-4f61da869c0c","direct":false,"kind":"runtime","optional":false},{"id":6994694101,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220715151400-c0bba94af5f8","direct":false,"kind":"runtime","optional":false},{"id":6994694102,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220722155257-8c9f86f7a55f","direct":false,"kind":"runtime","optional":false},{"id":6994694103,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220811171246-fbc7d0a398ab","direct":false,"kind":"runtime","optional":false},{"id":6994694104,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220928140112-f11e5e49a4ec","direct":false,"kind":"runtime","optional":false},{"id":6994694105,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20201117132131-f5c789dd3221","direct":false,"kind":"runtime","optional":false},{"id":6994694106,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20201126162022-7de9c90e9dd1","direct":false,"kind":"runtime","optional":false},{"id":6994694107,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20210220032956-6a3ed077a48d","direct":false,"kind":"runtime","optional":false},{"id":6994694108,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20210615171337-6886f2dfbf5b","direct":false,"kind":"runtime","optional":false},{"id":6994694109,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20210927222741-03fcf44c2211","direct":false,"kind":"runtime","optional":false},{"id":6994694110,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20220919170432-7a66f970e087","direct":false,"kind":"runtime","optional":false},{"id":6994694111,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.0.0-20170915032832-14c0d48ead0c","direct":false,"kind":"runtime","optional":false},{"id":6994694112,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994694113,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.1-0.20180807135948-17ff2d5776d2","direct":false,"kind":"runtime","optional":false},{"id":6994694114,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994694115,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.3","direct":false,"kind":"runtime","optional":false},{"id":6994694116,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.4","direct":false,"kind":"runtime","optional":false},{"id":6994694117,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.5","direct":false,"kind":"runtime","optional":false},{"id":6994694118,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.6","direct":false,"kind":"runtime","optional":false},{"id":6994694119,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.7","direct":false,"kind":"runtime","optional":false},{"id":6994694120,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.8-0.20211004125949-5bd84dd9b33b","direct":false,"kind":"runtime","optional":false},{"id":6994694121,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20180412165947-fbb02b2291d2","direct":false,"kind":"runtime","optional":false},{"id":6994694122,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20181108054448-85acf8d2951c","direct":false,"kind":"runtime","optional":false},{"id":6994694123,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20190308202827-9d24e82272b4","direct":false,"kind":"runtime","optional":false},{"id":6994694124,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20191024005414-555d28b269f0","direct":false,"kind":"runtime","optional":false},{"id":6994694125,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20200416051211-89c76fbcd5d1","direct":false,"kind":"runtime","optional":false},{"id":6994694126,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20200630173020-3af7569d3a1e","direct":false,"kind":"runtime","optional":false},{"id":6994694127,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20210220033141-f8bda1e9f3ba","direct":false,"kind":"runtime","optional":false},{"id":6994694128,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20210723032227-1f47c861a9ac","direct":false,"kind":"runtime","optional":false},{"id":6994694129,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20220411224347-583f2d630306","direct":false,"kind":"runtime","optional":false},{"id":6994694130,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.0.0-20220922220347-f3bd1da661af","direct":false,"kind":"runtime","optional":false},{"id":6994694131,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20180221164845-07fd8470d635","direct":false,"kind":"runtime","optional":false},{"id":6994694132,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20180525024113-a5b4c53f6e8b","direct":false,"kind":"runtime","optional":false},{"id":6994694133,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20180828015842-6cd1fcedba52","direct":false,"kind":"runtime","optional":false},{"id":6994694134,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20180917221912-90fa682c2a6e","direct":false,"kind":"runtime","optional":false},{"id":6994694135,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20181011042414-1f849cf54d09","direct":false,"kind":"runtime","optional":false},{"id":6994694136,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20181030221726-6c7e314b6563","direct":false,"kind":"runtime","optional":false},{"id":6994694137,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190110163146-51295c7ec13a","direct":false,"kind":"runtime","optional":false},{"id":6994694138,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190114222345-bf090417da8b","direct":false,"kind":"runtime","optional":false},{"id":6994694139,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190226205152-f727befe758c","direct":false,"kind":"runtime","optional":false},{"id":6994694140,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190307163923-6a08e3108db3","direct":false,"kind":"runtime","optional":false},{"id":6994694141,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190311212946-11955173bddd","direct":false,"kind":"runtime","optional":false},{"id":6994694142,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190311215038-5c2858a9cfe5","direct":false,"kind":"runtime","optional":false},{"id":6994694143,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190312151545-0bb0c0a6e846","direct":false,"kind":"runtime","optional":false},{"id":6994694144,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190312170243-e65039ee4138","direct":false,"kind":"runtime","optional":false},{"id":6994694145,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190321232350-e250d351ecad","direct":false,"kind":"runtime","optional":false},{"id":6994694146,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190322203728-c1a832b0ad89","direct":false,"kind":"runtime","optional":false},{"id":6994694147,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190328211700-ab21143f2384","direct":false,"kind":"runtime","optional":false},{"id":6994694148,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190329151228-23e29df326fe","direct":false,"kind":"runtime","optional":false},{"id":6994694149,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190416151739-9c9e1878f421","direct":false,"kind":"runtime","optional":false},{"id":6994694150,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190420181800-aa740d480789","direct":false,"kind":"runtime","optional":false},{"id":6994694151,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190422233926-fe54fb35175b","direct":false,"kind":"runtime","optional":false},{"id":6994694152,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190425150028-36563e24a262","direct":false,"kind":"runtime","optional":false},{"id":6994694153,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190506145303-2d16b83fe98c","direct":false,"kind":"runtime","optional":false},{"id":6994694154,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190524140312-2c0ae7006135","direct":false,"kind":"runtime","optional":false},{"id":6994694155,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190531172133-b3315ee88b7d","direct":false,"kind":"runtime","optional":false},{"id":6994694156,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190606124116-d0a3d012864b","direct":false,"kind":"runtime","optional":false},{"id":6994694157,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190614205625-5aca471b1d59","direct":false,"kind":"runtime","optional":false},{"id":6994694158,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190621195816-6e04913cbbac","direct":false,"kind":"runtime","optional":false},{"id":6994694159,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190624222133-a101b041ded4","direct":false,"kind":"runtime","optional":false},{"id":6994694160,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190628153133-6cdbf07be9d0","direct":false,"kind":"runtime","optional":false},{"id":6994694161,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190706070813-72ffa07ba3db","direct":false,"kind":"runtime","optional":false},{"id":6994694162,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190729092621-ff9f1409240a","direct":false,"kind":"runtime","optional":false},{"id":6994694163,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190816200558-6889da9d5479","direct":false,"kind":"runtime","optional":false},{"id":6994694164,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190907020128-2ca718005c18","direct":false,"kind":"runtime","optional":false},{"id":6994694165,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190910044552-dd2b5c81c578","direct":false,"kind":"runtime","optional":false},{"id":6994694166,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190911174233-4f2ddba30aff","direct":false,"kind":"runtime","optional":false},{"id":6994694167,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190916130336-e45ffcd953cc","direct":false,"kind":"runtime","optional":false},{"id":6994694168,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191010075000-0337d82405ff","direct":false,"kind":"runtime","optional":false},{"id":6994694169,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191012152004-8de300cfc20a","direct":false,"kind":"runtime","optional":false},{"id":6994694170,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191029041327-9cc4af7d6b2c","direct":false,"kind":"runtime","optional":false},{"id":6994694171,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191029190741-b9c20aec41a5","direct":false,"kind":"runtime","optional":false},{"id":6994694172,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191108193012-7d206e10da11","direct":false,"kind":"runtime","optional":false},{"id":6994694173,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191112195655-aa38f8e97acc","direct":false,"kind":"runtime","optional":false},{"id":6994694174,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191113191852-77e3bb0ad9e7","direct":false,"kind":"runtime","optional":false},{"id":6994694175,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191115202509-3a792d9c32b2","direct":false,"kind":"runtime","optional":false},{"id":6994694176,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191118222007-07fc4c7f2b98","direct":false,"kind":"runtime","optional":false},{"id":6994694177,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191119224855-298f0cb1881e","direct":false,"kind":"runtime","optional":false},{"id":6994694178,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191125144606-a911d9008d1f","direct":false,"kind":"runtime","optional":false},{"id":6994694179,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191130070609-6e064ea0cf2d","direct":false,"kind":"runtime","optional":false},{"id":6994694180,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191216052735-49a3e744a425","direct":false,"kind":"runtime","optional":false},{"id":6994694181,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191216173652-a0e659d51361","direct":false,"kind":"runtime","optional":false},{"id":6994694182,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191227053925-7b8e75db28f4","direct":false,"kind":"runtime","optional":false},{"id":6994694183,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200103221440-774c71fcf114","direct":false,"kind":"runtime","optional":false},{"id":6994694184,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200117161641-43d50277825c","direct":false,"kind":"runtime","optional":false},{"id":6994694185,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200117220505-0cba7a3a9ee9","direct":false,"kind":"runtime","optional":false},{"id":6994694186,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200122220014-bf1340f18c4a","direct":false,"kind":"runtime","optional":false},{"id":6994694187,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200130002326-2f3ba24bd6e7","direct":false,"kind":"runtime","optional":false},{"id":6994694188,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200204074204-1cc6d1ef6c74","direct":false,"kind":"runtime","optional":false},{"id":6994694189,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200207183749-b753a1ba74fa","direct":false,"kind":"runtime","optional":false},{"id":6994694190,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200212150539-ea181f53ac56","direct":false,"kind":"runtime","optional":false},{"id":6994694191,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200224181240-023911ca70b2","direct":false,"kind":"runtime","optional":false},{"id":6994694192,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200227222343-706bc42d1f0d","direct":false,"kind":"runtime","optional":false},{"id":6994694193,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200304193943-95d2e580d8eb","direct":false,"kind":"runtime","optional":false},{"id":6994694194,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200312045724-11d5b4c81c7d","direct":false,"kind":"runtime","optional":false},{"id":6994694195,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200324003944-a576cf524670","direct":false,"kind":"runtime","optional":false},{"id":6994694196,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200329025819-fd4102a86c65","direct":false,"kind":"runtime","optional":false},{"id":6994694197,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200331025713-a30bf2db82d4","direct":false,"kind":"runtime","optional":false},{"id":6994694198,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200414032229-332987a829c3","direct":false,"kind":"runtime","optional":false},{"id":6994694199,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200422022333-3d57cf2e726e","direct":false,"kind":"runtime","optional":false},{"id":6994694200,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200426102838-f3a5411a4c3b","direct":false,"kind":"runtime","optional":false},{"id":6994694201,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200501065659-ab2804fb9c9d","direct":false,"kind":"runtime","optional":false},{"id":6994694202,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200505023115-26f46d2f7ef8","direct":false,"kind":"runtime","optional":false},{"id":6994694203,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200512131952-2bc93b1c0c88","direct":false,"kind":"runtime","optional":false},{"id":6994694204,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200515010526-7d3b6ebf133d","direct":false,"kind":"runtime","optional":false},{"id":6994694205,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200522201501-cb1345f3a375","direct":false,"kind":"runtime","optional":false},{"id":6994694206,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200616133436-c1934b75d054","direct":false,"kind":"runtime","optional":false},{"id":6994694207,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200618134242-20370b0cb4b2","direct":false,"kind":"runtime","optional":false},{"id":6994694208,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200619180055-7c47624df98f","direct":false,"kind":"runtime","optional":false},{"id":6994694209,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200622203043-20e05c1c8ffa","direct":false,"kind":"runtime","optional":false},{"id":6994694210,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200624225443-88f3c62a19ff","direct":false,"kind":"runtime","optional":false},{"id":6994694211,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200625211823-6506e20df31f","direct":false,"kind":"runtime","optional":false},{"id":6994694212,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200626171337-aa94e735be7f","direct":false,"kind":"runtime","optional":false},{"id":6994694213,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200630154851-b2d8b0336632","direct":false,"kind":"runtime","optional":false},{"id":6994694214,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200706234117-b22de6825cf7","direct":false,"kind":"runtime","optional":false},{"id":6994694215,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200717024301-6ddee64345a6","direct":false,"kind":"runtime","optional":false},{"id":6994694216,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200724022722-7017fd6b1305","direct":false,"kind":"runtime","optional":false},{"id":6994694217,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200729194436-6467de6f59a7","direct":false,"kind":"runtime","optional":false},{"id":6994694218,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200804011535-6c149bb5ef0d","direct":false,"kind":"runtime","optional":false},{"id":6994694219,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200812195022-5ae4c3c160a0","direct":false,"kind":"runtime","optional":false},{"id":6994694220,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200820010801-b793a1359eac","direct":false,"kind":"runtime","optional":false},{"id":6994694221,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200825202427-b303f430e36d","direct":false,"kind":"runtime","optional":false},{"id":6994694222,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200831203904-5a2aa26beb65","direct":false,"kind":"runtime","optional":false},{"id":6994694223,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200904185747-39188db58858","direct":false,"kind":"runtime","optional":false},{"id":6994694224,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200916195026-c9a70fc28ce3","direct":false,"kind":"runtime","optional":false},{"id":6994694225,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201001104356-43ebab892c4c","direct":false,"kind":"runtime","optional":false},{"id":6994694226,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201002184944-ecd9fd270d5d","direct":false,"kind":"runtime","optional":false},{"id":6994694227,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201014170642-d1624618ad65","direct":false,"kind":"runtime","optional":false},{"id":6994694228,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201023174141-c8cfbd0f21e6","direct":false,"kind":"runtime","optional":false},{"id":6994694229,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201028025901-8cd080b735b3","direct":false,"kind":"runtime","optional":false},{"id":6994694230,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201110124207-079ba7bd75cd","direct":false,"kind":"runtime","optional":false},{"id":6994694231,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201114224030-61ea331ec02b","direct":false,"kind":"runtime","optional":false},{"id":6994694232,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201118003311-bd56c0adb394","direct":false,"kind":"runtime","optional":false},{"id":6994694233,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201124115921-2c860bdd6e78","direct":false,"kind":"runtime","optional":false},{"id":6994694234,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201201161351-ac6f37ff4c2a","direct":false,"kind":"runtime","optional":false},{"id":6994694235,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201208233053-a543418bbed2","direct":false,"kind":"runtime","optional":false},{"id":6994694236,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201224043029-2b0845dc783e","direct":false,"kind":"runtime","optional":false},{"id":6994694237,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20201230224404-63754364767c","direct":false,"kind":"runtime","optional":false},{"id":6994694238,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20210101214203-2dba1e4ea05c","direct":false,"kind":"runtime","optional":false},{"id":6994694239,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20210104081019-d8d6ddbec6ee","direct":false,"kind":"runtime","optional":false},{"id":6994694240,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20210105154028-b0ab187a4818","direct":false,"kind":"runtime","optional":false},{"id":6994694241,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20210106214847-113979e3529a","direct":false,"kind":"runtime","optional":false},{"id":6994694242,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20210108195828-e2f9c7f1fc8e","direct":false,"kind":"runtime","optional":false},{"id":6994694244,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.1-0.20210205202024-ef80cdb6ec6d","direct":false,"kind":"runtime","optional":false},{"id":6994694245,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.1-0.20210302220138-2ac05c832e1a","direct":false,"kind":"runtime","optional":false},{"id":6994694246,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994694247,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994694248,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994694249,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994694250,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.5","direct":false,"kind":"runtime","optional":false},{"id":6994694251,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.6","direct":false,"kind":"runtime","optional":false},{"id":6994694252,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.7","direct":false,"kind":"runtime","optional":false},{"id":6994694253,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.10","direct":false,"kind":"runtime","optional":false},{"id":6994694254,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.1.12","direct":false,"kind":"runtime","optional":false},{"id":6994694255,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20190717185122-a985d3407aa7","direct":false,"kind":"runtime","optional":false},{"id":6994694256,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20191011141410-1b5146add898","direct":false,"kind":"runtime","optional":false},{"id":6994694257,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20191204190536-9bdfabe68543","direct":false,"kind":"runtime","optional":false},{"id":6994694259,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20200804184101-5ec99f83aff1","direct":false,"kind":"runtime","optional":false},{"id":6994694260,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20220411194840-2f41105eb62f","direct":false,"kind":"runtime","optional":false},{"id":6994694261,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20220517211312-f3a8303e98df","direct":false,"kind":"runtime","optional":false},{"id":6994694262,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20220609144429-65e65417b02f","direct":false,"kind":"runtime","optional":false},{"id":6994694263,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20220907171357-04be3eba64a2","direct":false,"kind":"runtime","optional":false},{"id":6994694264,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.0.0-20160322025152-9bf6e6e569ff","direct":false,"kind":"runtime","optional":false},{"id":6994694266,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994694268,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994694270,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994694288,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994694291,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":6994694293,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994694296,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994694299,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.10.0","direct":false,"kind":"runtime","optional":false},{"id":6994694301,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994694303,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.14.0","direct":false,"kind":"runtime","optional":false},{"id":6994694306,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.15.0","direct":false,"kind":"runtime","optional":false},{"id":6994694308,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.17.0","direct":false,"kind":"runtime","optional":false},{"id":6994694311,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.18.0","direct":false,"kind":"runtime","optional":false},{"id":6994694313,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.19.0","direct":false,"kind":"runtime","optional":false},{"id":6994694316,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994694318,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.22.0","direct":false,"kind":"runtime","optional":false},{"id":6994694321,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.24.0","direct":false,"kind":"runtime","optional":false},{"id":6994694323,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.28.0","direct":false,"kind":"runtime","optional":false},{"id":6994694326,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.29.0","direct":false,"kind":"runtime","optional":false},{"id":6994694353,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.30.0","direct":false,"kind":"runtime","optional":false},{"id":6994694355,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.35.0","direct":false,"kind":"runtime","optional":false},{"id":6994694357,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.36.0","direct":false,"kind":"runtime","optional":false},{"id":6994694359,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.40.0","direct":false,"kind":"runtime","optional":false},{"id":6994694360,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.41.0","direct":false,"kind":"runtime","optional":false},{"id":6994694362,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.43.0","direct":false,"kind":"runtime","optional":false},{"id":6994694363,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.44.0","direct":false,"kind":"runtime","optional":false},{"id":6994694364,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.45.0","direct":false,"kind":"runtime","optional":false},{"id":6994694365,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.46.0","direct":false,"kind":"runtime","optional":false},{"id":6994694366,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.47.0","direct":false,"kind":"runtime","optional":false},{"id":6994694367,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.48.0","direct":false,"kind":"runtime","optional":false},{"id":6994694369,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.50.0","direct":false,"kind":"runtime","optional":false},{"id":6994694371,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.51.0","direct":false,"kind":"runtime","optional":false},{"id":6994694373,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.54.0","direct":false,"kind":"runtime","optional":false},{"id":6994694376,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.55.0","direct":false,"kind":"runtime","optional":false},{"id":6994694378,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.56.0","direct":false,"kind":"runtime","optional":false},{"id":6994694379,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.57.0","direct":false,"kind":"runtime","optional":false},{"id":6994694381,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.58.0","direct":false,"kind":"runtime","optional":false},{"id":6994694383,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.59.0","direct":false,"kind":"runtime","optional":false},{"id":6994694385,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.61.0","direct":false,"kind":"runtime","optional":false},{"id":6994694387,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.63.0","direct":false,"kind":"runtime","optional":false},{"id":6994694390,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.64.0","direct":false,"kind":"runtime","optional":false},{"id":6994694392,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.67.0","direct":false,"kind":"runtime","optional":false},{"id":6994694394,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.70.0","direct":false,"kind":"runtime","optional":false},{"id":6994694396,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.71.0","direct":false,"kind":"runtime","optional":false},{"id":6994694399,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.74.0","direct":false,"kind":"runtime","optional":false},{"id":6994694401,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.75.0","direct":false,"kind":"runtime","optional":false},{"id":6994694404,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.77.0","direct":false,"kind":"runtime","optional":false},{"id":6994694406,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.78.0","direct":false,"kind":"runtime","optional":false},{"id":6994694409,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.80.0","direct":false,"kind":"runtime","optional":false},{"id":6994694411,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.84.0","direct":false,"kind":"runtime","optional":false},{"id":6994694413,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.85.0","direct":false,"kind":"runtime","optional":false},{"id":6994694416,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.99.0","direct":false,"kind":"runtime","optional":false},{"id":6994694418,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994694421,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994694423,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994694424,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994694426,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994694428,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":6994694430,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.6.2","direct":false,"kind":"runtime","optional":false},{"id":6994694432,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.6.5","direct":false,"kind":"runtime","optional":false},{"id":6994694434,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.6.6","direct":false,"kind":"runtime","optional":false},{"id":6994694437,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.6.7","direct":false,"kind":"runtime","optional":false},{"id":6994694439,"package_name":"google.golang.org/cloud","ecosystem":"go","requirements":"v0.0.0-20151119220103-975617b05ea8","direct":false,"kind":"runtime","optional":false},{"id":6994694442,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20170818010345-ee236bd376b0","direct":false,"kind":"runtime","optional":false},{"id":6994694444,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20180817151627-c66870c02cf8","direct":false,"kind":"runtime","optional":false},{"id":6994694445,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20181107211654-5fc9ac540362","direct":false,"kind":"runtime","optional":false},{"id":6994694447,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190307195333-5fe7a883aa19","direct":false,"kind":"runtime","optional":false},{"id":6994694450,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190418145605-e7d98fc518a7","direct":false,"kind":"runtime","optional":false},{"id":6994694452,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190425155659-357c62f0e4bb","direct":false,"kind":"runtime","optional":false},{"id":6994694454,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190502173448-54afdca5d873","direct":false,"kind":"runtime","optional":false},{"id":6994694456,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190508193815-b515fa19cec8","direct":false,"kind":"runtime","optional":false},{"id":6994694458,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190522204451-c2c4e71fbf69","direct":false,"kind":"runtime","optional":false},{"id":6994694460,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190530194941-fb225487d101","direct":false,"kind":"runtime","optional":false},{"id":6994694462,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190620144150-6af8c5fc6601","direct":false,"kind":"runtime","optional":false},{"id":6994694465,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190801165951-fa694d86fc64","direct":false,"kind":"runtime","optional":false},{"id":6994694467,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190819201941-24fa4b261c55","direct":false,"kind":"runtime","optional":false},{"id":6994694469,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190911173649-1774047e7e51","direct":false,"kind":"runtime","optional":false},{"id":6994694471,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190927181202-20e1ac93f88c","direct":false,"kind":"runtime","optional":false},{"id":6994694473,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20191108220845-16a3f7862a1a","direct":false,"kind":"runtime","optional":false},{"id":6994694475,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20191115194625-c23dd37a84c9","direct":false,"kind":"runtime","optional":false},{"id":6994694477,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20191216164720-4f79533eabd1","direct":false,"kind":"runtime","optional":false},{"id":6994694478,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20191230161307-f3c370f40bfb","direct":false,"kind":"runtime","optional":false},{"id":6994694480,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200115191322-ca5a22157cba","direct":false,"kind":"runtime","optional":false},{"id":6994694482,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200117163144-32f20d992d24","direct":false,"kind":"runtime","optional":false},{"id":6994694484,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200122232147-0452cf42e150","direct":false,"kind":"runtime","optional":false},{"id":6994694486,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200204135345-fa8e72b47b90","direct":false,"kind":"runtime","optional":false},{"id":6994694488,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200212174721-66ed5ce911ce","direct":false,"kind":"runtime","optional":false},{"id":6994694504,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200224152610-e50cd9704f63","direct":false,"kind":"runtime","optional":false},{"id":6994694506,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200228133532-8c2c7df3a383","direct":false,"kind":"runtime","optional":false},{"id":6994694508,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200305110556-506484158171","direct":false,"kind":"runtime","optional":false},{"id":6994694511,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200312145019-da6875a35672","direct":false,"kind":"runtime","optional":false},{"id":6994694514,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200331122359-1ee6d9798940","direct":false,"kind":"runtime","optional":false},{"id":6994694518,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200423170343-7949de9c1215","direct":false,"kind":"runtime","optional":false},{"id":6994694520,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200430143042-b979b6f78d84","direct":false,"kind":"runtime","optional":false},{"id":6994694523,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200511104702-f5ebc3bea380","direct":false,"kind":"runtime","optional":false},{"id":6994694524,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200513103714-09dca8ec2884","direct":false,"kind":"runtime","optional":false},{"id":6994694526,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200515170657-fc4c6c6a6587","direct":false,"kind":"runtime","optional":false},{"id":6994694528,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200526211855-cb27e3aa2013","direct":false,"kind":"runtime","optional":false},{"id":6994694529,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200527145253-8367513e4ece","direct":false,"kind":"runtime","optional":false},{"id":6994694530,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200618031413-b414f8b61790","direct":false,"kind":"runtime","optional":false},{"id":6994694532,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200626011028-ee7919e894b5","direct":false,"kind":"runtime","optional":false},{"id":6994694534,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200707001353-8e8330bf89df","direct":false,"kind":"runtime","optional":false},{"id":6994694537,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200729003335-053ba62fc06f","direct":false,"kind":"runtime","optional":false},{"id":6994694539,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200804131852-c06518451d9c","direct":false,"kind":"runtime","optional":false},{"id":6994694541,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200825200019-8632dd797987","direct":false,"kind":"runtime","optional":false},{"id":6994694542,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200904004341-0bd0a958aa1d","direct":false,"kind":"runtime","optional":false},{"id":6994694544,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20201019141844-1ed22bb0c154","direct":false,"kind":"runtime","optional":false},{"id":6994694546,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20201109203340-2640f1f9cdfb","direct":false,"kind":"runtime","optional":false},{"id":6994694548,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20201110150050-8816d57aaa9a","direct":false,"kind":"runtime","optional":false},{"id":6994694550,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20201201144952-b05cb90ed32e","direct":false,"kind":"runtime","optional":false},{"id":6994694553,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20201210142538-e3217bee35cc","direct":false,"kind":"runtime","optional":false},{"id":6994694555,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20201214200347-8c77b98c765d","direct":false,"kind":"runtime","optional":false},{"id":6994694557,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210108203827-ffc7fda8c3d7","direct":false,"kind":"runtime","optional":false},{"id":6994694558,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210222152913-aa3ee6e6a81c","direct":false,"kind":"runtime","optional":false},{"id":6994694560,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210226172003-ab064af71705","direct":false,"kind":"runtime","optional":false},{"id":6994694562,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210303154014-9728d6b83eeb","direct":false,"kind":"runtime","optional":false},{"id":6994694564,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210310155132-4ce2db91004e","direct":false,"kind":"runtime","optional":false},{"id":6994694566,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210319143718-93e7006c17a6","direct":false,"kind":"runtime","optional":false},{"id":6994694567,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210325141258-5636347f2b14","direct":false,"kind":"runtime","optional":false},{"id":6994694569,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210329143202-679c6ae281ee","direct":false,"kind":"runtime","optional":false},{"id":6994694571,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210331142528-b7513248f0ba","direct":false,"kind":"runtime","optional":false},{"id":6994694573,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210402141018-6c239bbf2bb1","direct":false,"kind":"runtime","optional":false},{"id":6994694575,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210406143921-e86de6bf7a46","direct":false,"kind":"runtime","optional":false},{"id":6994694576,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210413151531-c14fb6ef47c3","direct":false,"kind":"runtime","optional":false},{"id":6994694578,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210420162539-3c870d7478d2","direct":false,"kind":"runtime","optional":false},{"id":6994694580,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210427215850-f767ed18ee4d","direct":false,"kind":"runtime","optional":false},{"id":6994694582,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210429181445-86c259c2b4ab","direct":false,"kind":"runtime","optional":false},{"id":6994694584,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210513213006-bf773b8c8384","direct":false,"kind":"runtime","optional":false},{"id":6994694587,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210602131652-f16073e35f0c","direct":false,"kind":"runtime","optional":false},{"id":6994694589,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210604141403-392c879c8b08","direct":false,"kind":"runtime","optional":false},{"id":6994694591,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210608205507-b6d2f5bf0d7d","direct":false,"kind":"runtime","optional":false},{"id":6994694594,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210624195500-8bfb893ecb84","direct":false,"kind":"runtime","optional":false},{"id":6994694597,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210713002101-d411969a0d9a","direct":false,"kind":"runtime","optional":false},{"id":6994694599,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210716133855-ce7ef5c701ea","direct":false,"kind":"runtime","optional":false},{"id":6994694601,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210728212813-7823e685a01f","direct":false,"kind":"runtime","optional":false},{"id":6994694603,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210805201207-89edb61ffb67","direct":false,"kind":"runtime","optional":false},{"id":6994694605,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210813162853-db860fec028c","direct":false,"kind":"runtime","optional":false},{"id":6994694607,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210821163610-241b8fcbd6c8","direct":false,"kind":"runtime","optional":false},{"id":6994694609,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210828152312-66f60bf46e71","direct":false,"kind":"runtime","optional":false},{"id":6994694610,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210831024726-fe130286e0e2","direct":false,"kind":"runtime","optional":false},{"id":6994694612,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210903162649-d08c68adba83","direct":false,"kind":"runtime","optional":false},{"id":6994694614,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210909211513-a8c4777a87af","direct":false,"kind":"runtime","optional":false},{"id":6994694616,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210917145530-b395a37504d4","direct":false,"kind":"runtime","optional":false},{"id":6994694618,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210921142501-181ce0d877f6","direct":false,"kind":"runtime","optional":false},{"id":6994694619,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20210924002016-3dee208752a0","direct":false,"kind":"runtime","optional":false},{"id":6994694629,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20211008145708-270636b82663","direct":false,"kind":"runtime","optional":false},{"id":6994694632,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20211018162055-cf77aa76bad2","direct":false,"kind":"runtime","optional":false},{"id":6994694634,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20211111162719-482062a4217b","direct":false,"kind":"runtime","optional":false},{"id":6994694636,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20211118181313-81c1377c94b1","direct":false,"kind":"runtime","optional":false},{"id":6994694638,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20211206160659-862468c7d6e0","direct":false,"kind":"runtime","optional":false},{"id":6994694641,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20211208223120-3a66f561d7aa","direct":false,"kind":"runtime","optional":false},{"id":6994694643,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20211221195035-429b39de9b1c","direct":false,"kind":"runtime","optional":false},{"id":6994694645,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20211223182754-3ac035c7e7cb","direct":false,"kind":"runtime","optional":false},{"id":6994694647,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220111164026-67b88f271998","direct":false,"kind":"runtime","optional":false},{"id":6994694650,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220126215142-9970aeb2e350","direct":false,"kind":"runtime","optional":false},{"id":6994694652,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220207164111-0872dc986b00","direct":false,"kind":"runtime","optional":false},{"id":6994694654,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220218161850-94dd64e39d7c","direct":false,"kind":"runtime","optional":false},{"id":6994694657,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220222213610-43724f9ea8cf","direct":false,"kind":"runtime","optional":false},{"id":6994694659,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220304144024-325a89244dc8","direct":false,"kind":"runtime","optional":false},{"id":6994694661,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220310185008-1973136f34c6","direct":false,"kind":"runtime","optional":false},{"id":6994694664,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220324131243-acbaeb5b85eb","direct":false,"kind":"runtime","optional":false},{"id":6994694666,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220407144326-9054f6ed7bac","direct":false,"kind":"runtime","optional":false},{"id":6994694668,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220413183235-5e96e2839df9","direct":false,"kind":"runtime","optional":false},{"id":6994694670,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220414192740-2d67ff6cf2b4","direct":false,"kind":"runtime","optional":false},{"id":6994694673,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220421151946-72621c1f0bd3","direct":false,"kind":"runtime","optional":false},{"id":6994694675,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220422154200-b37d22cd5731","direct":false,"kind":"runtime","optional":false},{"id":6994694678,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220426171045-31bebdecfb46","direct":false,"kind":"runtime","optional":false},{"id":6994694680,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220429170224-98d788798c3e","direct":false,"kind":"runtime","optional":false},{"id":6994694683,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220502173005-c8bf987b8c21","direct":false,"kind":"runtime","optional":false},{"id":6994694685,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220505152158-f39f71e6c8f3","direct":false,"kind":"runtime","optional":false},{"id":6994694687,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220518221133-4f43b3371335","direct":false,"kind":"runtime","optional":false},{"id":6994694689,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220523171625-347a074981d8","direct":false,"kind":"runtime","optional":false},{"id":6994694690,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220608133413-ed9918b62aac","direct":false,"kind":"runtime","optional":false},{"id":6994694691,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220616135557-88e70c0c3a90","direct":false,"kind":"runtime","optional":false},{"id":6994694692,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20220617124728-180714bec0ad","direct":false,"kind":"runtime","optional":false},{"id":6994694693,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20221010155953-15ba04fc1c0e","direct":false,"kind":"runtime","optional":false},{"id":6994694694,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v0.0.0-20160317175043-d3ddb4469d5a","direct":false,"kind":"runtime","optional":false},{"id":6994694695,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":6994694696,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.17.0","direct":false,"kind":"runtime","optional":false},{"id":6994694697,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.19.0","direct":false,"kind":"runtime","optional":false},{"id":6994694698,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.20.0","direct":false,"kind":"runtime","optional":false},{"id":6994694699,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.20.1","direct":false,"kind":"runtime","optional":false},{"id":6994694700,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.21.0","direct":false,"kind":"runtime","optional":false},{"id":6994694701,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.21.1","direct":false,"kind":"runtime","optional":false},{"id":6994694702,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.22.1","direct":false,"kind":"runtime","optional":false},{"id":6994694703,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.23.0","direct":false,"kind":"runtime","optional":false},{"id":6994694704,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.23.1","direct":false,"kind":"runtime","optional":false},{"id":6994694705,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.24.0","direct":false,"kind":"runtime","optional":false},{"id":6994694706,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.25.1","direct":false,"kind":"runtime","optional":false},{"id":6994694707,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.26.0","direct":false,"kind":"runtime","optional":false},{"id":6994694708,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.27.0","direct":false,"kind":"runtime","optional":false},{"id":6994694709,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.27.1","direct":false,"kind":"runtime","optional":false},{"id":6994694710,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.28.0","direct":false,"kind":"runtime","optional":false},{"id":6994694711,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.29.0","direct":false,"kind":"runtime","optional":false},{"id":6994694712,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.29.1","direct":false,"kind":"runtime","optional":false},{"id":6994694713,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.30.0","direct":false,"kind":"runtime","optional":false},{"id":6994694714,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.31.0","direct":false,"kind":"runtime","optional":false},{"id":6994694715,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.31.1","direct":false,"kind":"runtime","optional":false},{"id":6994694716,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.32.0","direct":false,"kind":"runtime","optional":false},{"id":6994694717,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.33.1","direct":false,"kind":"runtime","optional":false},{"id":6994694718,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.33.2","direct":false,"kind":"runtime","optional":false},{"id":6994694719,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.34.0","direct":false,"kind":"runtime","optional":false},{"id":6994694720,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.35.0","direct":false,"kind":"runtime","optional":false},{"id":6994694721,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.36.0","direct":false,"kind":"runtime","optional":false},{"id":6994694722,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.36.1","direct":false,"kind":"runtime","optional":false},{"id":6994694723,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.37.0","direct":false,"kind":"runtime","optional":false},{"id":6994694724,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.37.1","direct":false,"kind":"runtime","optional":false},{"id":6994694725,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.38.0","direct":false,"kind":"runtime","optional":false},{"id":6994694726,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.39.0","direct":false,"kind":"runtime","optional":false},{"id":6994694727,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.39.1","direct":false,"kind":"runtime","optional":false},{"id":6994694730,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.40.0","direct":false,"kind":"runtime","optional":false},{"id":6994694733,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.40.1","direct":false,"kind":"runtime","optional":false},{"id":6994694736,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.42.0","direct":false,"kind":"runtime","optional":false},{"id":6994694740,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.43.0","direct":false,"kind":"runtime","optional":false},{"id":6994694743,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.44.0","direct":false,"kind":"runtime","optional":false},{"id":6994694746,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.45.0","direct":false,"kind":"runtime","optional":false},{"id":6994694748,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.46.0","direct":false,"kind":"runtime","optional":false},{"id":6994694750,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.46.2","direct":false,"kind":"runtime","optional":false},{"id":6994694752,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.47.0","direct":false,"kind":"runtime","optional":false},{"id":6994694754,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.48.0","direct":false,"kind":"runtime","optional":false},{"id":6994694757,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.50.1","direct":false,"kind":"runtime","optional":false},{"id":6994694759,"package_name":"google.golang.org/grpc/cmd/protoc-gen-go-grpc","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994694763,"package_name":"google.golang.org/grpc/cmd/protoc-gen-go-grpc","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994694766,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200109180630-ec00e32a8dfd","direct":false,"kind":"runtime","optional":false},{"id":6994694769,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200221191635-4d8936d0db64","direct":false,"kind":"runtime","optional":false},{"id":6994694771,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200228230310-ab0ca4ff8a60","direct":false,"kind":"runtime","optional":false},{"id":6994694773,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.20.1-0.20200309200217-e05f789c0967","direct":false,"kind":"runtime","optional":false},{"id":6994694775,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.21.0","direct":false,"kind":"runtime","optional":false},{"id":6994694776,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.22.0","direct":false,"kind":"runtime","optional":false},{"id":6994694777,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.23.0","direct":false,"kind":"runtime","optional":false},{"id":6994694778,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.23.1-0.20200526195155-81db48ad09cc","direct":false,"kind":"runtime","optional":false},{"id":6994694779,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.24.0","direct":false,"kind":"runtime","optional":false},{"id":6994694780,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.25.0","direct":false,"kind":"runtime","optional":false},{"id":6994694781,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.25.1-0.20200805231151-a709e31e5d12","direct":false,"kind":"runtime","optional":false},{"id":6994694782,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.26.0-rc.1","direct":false,"kind":"runtime","optional":false},{"id":6994694783,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.26.0","direct":false,"kind":"runtime","optional":false},{"id":6994694784,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.27.1","direct":false,"kind":"runtime","optional":false},{"id":6994694785,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.28.0","direct":false,"kind":"runtime","optional":false},{"id":6994694786,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.28.1","direct":false,"kind":"runtime","optional":false},{"id":6994694787,"package_name":"gopkg.in/airbrake/gobrake.v2","ecosystem":"go","requirements":"v2.0.9","direct":false,"kind":"runtime","optional":false},{"id":6994694788,"package_name":"gopkg.in/alecthomas/kingpin.v2","ecosystem":"go","requirements":"v2.2.6","direct":false,"kind":"runtime","optional":false},{"id":6994694789,"package_name":"gopkg.in/alexcesaro/statsd.v2","ecosystem":"go","requirements":"v2.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994694790,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v0.0.0-20161208181325-20d25e280405","direct":false,"kind":"runtime","optional":false},{"id":6994694791,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20141024133853-64131543e789","direct":false,"kind":"runtime","optional":false},{"id":6994694792,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20180628173108-788fd7840127","direct":false,"kind":"runtime","optional":false},{"id":6994694793,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20190902080502-41f04d3bba15","direct":false,"kind":"runtime","optional":false},{"id":6994694794,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20200227125254-8fa46927fb4f","direct":false,"kind":"runtime","optional":false},{"id":6994694795,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20201130134442-10cb98267c6c","direct":false,"kind":"runtime","optional":false},{"id":6994694796,"package_name":"gopkg.in/cheggaaa/pb.v1","ecosystem":"go","requirements":"v1.0.25","direct":false,"kind":"runtime","optional":false},{"id":6994694797,"package_name":"gopkg.in/cheggaaa/pb.v1","ecosystem":"go","requirements":"v1.0.27","direct":false,"kind":"runtime","optional":false},{"id":6994694798,"package_name":"gopkg.in/cheggaaa/pb.v1","ecosystem":"go","requirements":"v1.0.28","direct":false,"kind":"runtime","optional":false},{"id":6994694799,"package_name":"gopkg.in/errgo.v2","ecosystem":"go","requirements":"v2.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994694800,"package_name":"gopkg.in/fsnotify.v1","ecosystem":"go","requirements":"v1.4.7","direct":false,"kind":"runtime","optional":false},{"id":6994694801,"package_name":"gopkg.in/gcfg.v1","ecosystem":"go","requirements":"v1.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994694802,"package_name":"gopkg.in/gemnasium/logrus-airbrake-hook.v2","ecosystem":"go","requirements":"v2.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994694803,"package_name":"gopkg.in/inf.v0","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":6994694804,"package_name":"gopkg.in/ini.v1","ecosystem":"go","requirements":"v1.51.0","direct":false,"kind":"runtime","optional":false},{"id":6994694805,"package_name":"gopkg.in/ini.v1","ecosystem":"go","requirements":"v1.62.0","direct":false,"kind":"runtime","optional":false},{"id":6994694806,"package_name":"gopkg.in/ini.v1","ecosystem":"go","requirements":"v1.63.2","direct":false,"kind":"runtime","optional":false},{"id":6994694807,"package_name":"gopkg.in/ini.v1","ecosystem":"go","requirements":"v1.67.0","direct":false,"kind":"runtime","optional":false},{"id":6994694808,"package_name":"gopkg.in/linkedin/goavro.v1","ecosystem":"go","requirements":"v1.0.5","direct":false,"kind":"runtime","optional":false},{"id":6994694810,"package_name":"gopkg.in/natefinch/lumberjack.v2","ecosystem":"go","requirements":"v2.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994694811,"package_name":"gopkg.in/resty.v1","ecosystem":"go","requirements":"v1.12.0","direct":false,"kind":"runtime","optional":false},{"id":6994694812,"package_name":"gopkg.in/square/go-jose.v2","ecosystem":"go","requirements":"v2.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994694813,"package_name":"gopkg.in/square/go-jose.v2","ecosystem":"go","requirements":"v2.3.1","direct":false,"kind":"runtime","optional":false},{"id":6994694814,"package_name":"gopkg.in/square/go-jose.v2","ecosystem":"go","requirements":"v2.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994694815,"package_name":"gopkg.in/square/go-jose.v2","ecosystem":"go","requirements":"v2.6.0","direct":false,"kind":"runtime","optional":false},{"id":6994694816,"package_name":"gopkg.in/src-d/go-billy.v4","ecosystem":"go","requirements":"v4.3.2","direct":false,"kind":"runtime","optional":false},{"id":6994694817,"package_name":"gopkg.in/src-d/go-git-fixtures.v3","ecosystem":"go","requirements":"v3.5.0","direct":false,"kind":"runtime","optional":false},{"id":6994694818,"package_name":"gopkg.in/src-d/go-git.v4","ecosystem":"go","requirements":"v4.13.1","direct":false,"kind":"runtime","optional":false},{"id":6994694819,"package_name":"gopkg.in/tomb.v1","ecosystem":"go","requirements":"v1.0.0-20141024135613-dd632973f1e7","direct":false,"kind":"runtime","optional":false},{"id":6994694820,"package_name":"gopkg.in/warnings.v0","ecosystem":"go","requirements":"v0.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994694821,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.0.0-20170812160011-eb3733d160e7","direct":false,"kind":"runtime","optional":false},{"id":6994694822,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994694823,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994694824,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994694825,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.4","direct":false,"kind":"runtime","optional":false},{"id":6994694826,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.5","direct":false,"kind":"runtime","optional":false},{"id":6994694827,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.6","direct":false,"kind":"runtime","optional":false},{"id":6994694828,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.8","direct":false,"kind":"runtime","optional":false},{"id":6994694829,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994694830,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994694831,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.0-20200313102051-9f266ea9e77c","direct":false,"kind":"runtime","optional":false},{"id":6994694832,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.0-20200605160147-a5ece683394c","direct":false,"kind":"runtime","optional":false},{"id":6994694833,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.0-20200615113413-eeeca48fe776","direct":false,"kind":"runtime","optional":false},{"id":6994694834,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.0-20210107192922-496545a6307b","direct":false,"kind":"runtime","optional":false},{"id":6994694835,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994694836,"package_name":"gorm.io/gorm","ecosystem":"go","requirements":"v1.23.5","direct":false,"kind":"runtime","optional":false},{"id":6994694837,"package_name":"gotest.tools","ecosystem":"go","requirements":"v2.2.0+incompatible","direct":false,"kind":"runtime","optional":false},{"id":6994694838,"package_name":"gotest.tools/v3","ecosystem":"go","requirements":"v3.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994694839,"package_name":"gotest.tools/v3","ecosystem":"go","requirements":"v3.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994694840,"package_name":"gotest.tools/v3","ecosystem":"go","requirements":"v3.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994694841,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20180728063816-88497007e858","direct":false,"kind":"runtime","optional":false},{"id":6994694842,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20190102054323-c2f93a96b099","direct":false,"kind":"runtime","optional":false},{"id":6994694843,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20190106161140-3f1c8253044a","direct":false,"kind":"runtime","optional":false},{"id":6994694844,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20190418001031-e561f6794a2a","direct":false,"kind":"runtime","optional":false},{"id":6994694845,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20190523083050-ea95bdfd59fc","direct":false,"kind":"runtime","optional":false},{"id":6994694846,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.1-2019.2.3","direct":false,"kind":"runtime","optional":false},{"id":6994694847,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.1-2020.1.3","direct":false,"kind":"runtime","optional":false},{"id":6994694848,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.1-2020.1.4","direct":false,"kind":"runtime","optional":false},{"id":6994694849,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994694850,"package_name":"k8s.io/api","ecosystem":"go","requirements":"v0.20.1","direct":false,"kind":"runtime","optional":false},{"id":6994694851,"package_name":"k8s.io/api","ecosystem":"go","requirements":"v0.20.4","direct":false,"kind":"runtime","optional":false},{"id":6994694852,"package_name":"k8s.io/api","ecosystem":"go","requirements":"v0.20.6","direct":false,"kind":"runtime","optional":false},{"id":6994694853,"package_name":"k8s.io/api","ecosystem":"go","requirements":"v0.22.5","direct":false,"kind":"runtime","optional":false},{"id":6994694854,"package_name":"k8s.io/api","ecosystem":"go","requirements":"v0.23.5","direct":false,"kind":"runtime","optional":false},{"id":6994694855,"package_name":"k8s.io/apimachinery","ecosystem":"go","requirements":"v0.20.1","direct":false,"kind":"runtime","optional":false},{"id":6994694856,"package_name":"k8s.io/apimachinery","ecosystem":"go","requirements":"v0.20.4","direct":false,"kind":"runtime","optional":false},{"id":6994694857,"package_name":"k8s.io/apimachinery","ecosystem":"go","requirements":"v0.20.6","direct":false,"kind":"runtime","optional":false},{"id":6994694858,"package_name":"k8s.io/apimachinery","ecosystem":"go","requirements":"v0.22.1","direct":false,"kind":"runtime","optional":false},{"id":6994694859,"package_name":"k8s.io/apimachinery","ecosystem":"go","requirements":"v0.22.5","direct":false,"kind":"runtime","optional":false},{"id":6994694860,"package_name":"k8s.io/apimachinery","ecosystem":"go","requirements":"v0.23.5","direct":false,"kind":"runtime","optional":false},{"id":6994694861,"package_name":"k8s.io/apiserver","ecosystem":"go","requirements":"v0.20.1","direct":false,"kind":"runtime","optional":false},{"id":6994694862,"package_name":"k8s.io/apiserver","ecosystem":"go","requirements":"v0.20.4","direct":false,"kind":"runtime","optional":false},{"id":6994694863,"package_name":"k8s.io/apiserver","ecosystem":"go","requirements":"v0.20.6","direct":false,"kind":"runtime","optional":false},{"id":6994694864,"package_name":"k8s.io/apiserver","ecosystem":"go","requirements":"v0.22.5","direct":false,"kind":"runtime","optional":false},{"id":6994694865,"package_name":"k8s.io/client-go","ecosystem":"go","requirements":"v0.20.1","direct":false,"kind":"runtime","optional":false},{"id":6994694866,"package_name":"k8s.io/client-go","ecosystem":"go","requirements":"v0.20.4","direct":false,"kind":"runtime","optional":false},{"id":6994694867,"package_name":"k8s.io/client-go","ecosystem":"go","requirements":"v0.20.6","direct":false,"kind":"runtime","optional":false},{"id":6994694868,"package_name":"k8s.io/client-go","ecosystem":"go","requirements":"v0.22.5","direct":false,"kind":"runtime","optional":false},{"id":6994694869,"package_name":"k8s.io/client-go","ecosystem":"go","requirements":"v0.23.5","direct":false,"kind":"runtime","optional":false},{"id":6994694870,"package_name":"k8s.io/code-generator","ecosystem":"go","requirements":"v0.19.7","direct":false,"kind":"runtime","optional":false},{"id":6994694871,"package_name":"k8s.io/component-base","ecosystem":"go","requirements":"v0.20.1","direct":false,"kind":"runtime","optional":false},{"id":6994694872,"package_name":"k8s.io/component-base","ecosystem":"go","requirements":"v0.20.4","direct":false,"kind":"runtime","optional":false},{"id":6994694873,"package_name":"k8s.io/component-base","ecosystem":"go","requirements":"v0.20.6","direct":false,"kind":"runtime","optional":false},{"id":6994694874,"package_name":"k8s.io/component-base","ecosystem":"go","requirements":"v0.22.5","direct":false,"kind":"runtime","optional":false},{"id":6994694875,"package_name":"k8s.io/cri-api","ecosystem":"go","requirements":"v0.17.3","direct":false,"kind":"runtime","optional":false},{"id":6994694876,"package_name":"k8s.io/cri-api","ecosystem":"go","requirements":"v0.20.1","direct":false,"kind":"runtime","optional":false},{"id":6994694877,"package_name":"k8s.io/cri-api","ecosystem":"go","requirements":"v0.20.4","direct":false,"kind":"runtime","optional":false},{"id":6994694878,"package_name":"k8s.io/cri-api","ecosystem":"go","requirements":"v0.20.6","direct":false,"kind":"runtime","optional":false},{"id":6994694879,"package_name":"k8s.io/cri-api","ecosystem":"go","requirements":"v0.23.1","direct":false,"kind":"runtime","optional":false},{"id":6994694880,"package_name":"k8s.io/cri-api","ecosystem":"go","requirements":"v0.25.0","direct":false,"kind":"runtime","optional":false},{"id":6994694881,"package_name":"k8s.io/gengo","ecosystem":"go","requirements":"v0.0.0-20200413195148-3a45101e95ac","direct":false,"kind":"runtime","optional":false},{"id":6994694882,"package_name":"k8s.io/gengo","ecosystem":"go","requirements":"v0.0.0-20200428234225-8167cfdcfc14","direct":false,"kind":"runtime","optional":false},{"id":6994694883,"package_name":"k8s.io/gengo","ecosystem":"go","requirements":"v0.0.0-20201113003025-83324d819ded","direct":false,"kind":"runtime","optional":false},{"id":6994694884,"package_name":"k8s.io/gengo","ecosystem":"go","requirements":"v0.0.0-20210813121822-485abfe95c7c","direct":false,"kind":"runtime","optional":false},{"id":6994694885,"package_name":"k8s.io/klog/v2","ecosystem":"go","requirements":"v2.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994694886,"package_name":"k8s.io/klog/v2","ecosystem":"go","requirements":"v2.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994694887,"package_name":"k8s.io/klog/v2","ecosystem":"go","requirements":"v2.4.0","direct":false,"kind":"runtime","optional":false},{"id":6994694888,"package_name":"k8s.io/klog/v2","ecosystem":"go","requirements":"v2.9.0","direct":false,"kind":"runtime","optional":false},{"id":6994694889,"package_name":"k8s.io/klog/v2","ecosystem":"go","requirements":"v2.30.0","direct":false,"kind":"runtime","optional":false},{"id":6994694890,"package_name":"k8s.io/klog/v2","ecosystem":"go","requirements":"v2.60.1-0.20220317184644-43cc75f9ae89","direct":false,"kind":"runtime","optional":false},{"id":6994694891,"package_name":"k8s.io/kube-openapi","ecosystem":"go","requirements":"v0.0.0-20200805222855-6aeccd4b50c6","direct":false,"kind":"runtime","optional":false},{"id":6994694892,"package_name":"k8s.io/kube-openapi","ecosystem":"go","requirements":"v0.0.0-20201113171705-d219536bb9fd","direct":false,"kind":"runtime","optional":false},{"id":6994694893,"package_name":"k8s.io/kube-openapi","ecosystem":"go","requirements":"v0.0.0-20210421082810-95288971da7e","direct":false,"kind":"runtime","optional":false},{"id":6994694894,"package_name":"k8s.io/kube-openapi","ecosystem":"go","requirements":"v0.0.0-20211109043538-20434351676c","direct":false,"kind":"runtime","optional":false},{"id":6994694895,"package_name":"k8s.io/kube-openapi","ecosystem":"go","requirements":"v0.0.0-20211115234752-e816edb12b65","direct":false,"kind":"runtime","optional":false},{"id":6994694896,"package_name":"k8s.io/kube-openapi","ecosystem":"go","requirements":"v0.0.0-20220124234850-424119656bbf","direct":false,"kind":"runtime","optional":false},{"id":6994694897,"package_name":"k8s.io/kubernetes","ecosystem":"go","requirements":"v1.13.0","direct":false,"kind":"runtime","optional":false},{"id":6994694898,"package_name":"k8s.io/utils","ecosystem":"go","requirements":"v0.0.0-20201110183641-67b214c5f920","direct":false,"kind":"runtime","optional":false},{"id":6994694899,"package_name":"k8s.io/utils","ecosystem":"go","requirements":"v0.0.0-20210802155522-efc7438f0176","direct":false,"kind":"runtime","optional":false},{"id":6994694900,"package_name":"k8s.io/utils","ecosystem":"go","requirements":"v0.0.0-20210819203725-bdf08cb9a70a","direct":false,"kind":"runtime","optional":false},{"id":6994694901,"package_name":"k8s.io/utils","ecosystem":"go","requirements":"v0.0.0-20210930125809-cb0fa318a74b","direct":false,"kind":"runtime","optional":false},{"id":6994694902,"package_name":"k8s.io/utils","ecosystem":"go","requirements":"v0.0.0-20211116205334-6203023598ed","direct":false,"kind":"runtime","optional":false},{"id":6994694903,"package_name":"k8s.io/utils","ecosystem":"go","requirements":"v0.0.0-20220210201930-3a6ce19ff2f9","direct":false,"kind":"runtime","optional":false},{"id":6994694904,"package_name":"lukechampine.com/uint128","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994694905,"package_name":"modernc.org/cc/v3","ecosystem":"go","requirements":"v3.36.0","direct":false,"kind":"runtime","optional":false},{"id":6994694906,"package_name":"modernc.org/ccgo/v3","ecosystem":"go","requirements":"v3.0.0-20220428102840-41399a37e894","direct":false,"kind":"runtime","optional":false},{"id":6994694907,"package_name":"modernc.org/ccgo/v3","ecosystem":"go","requirements":"v3.0.0-20220430103911-bc99d88307be","direct":false,"kind":"runtime","optional":false},{"id":6994694908,"package_name":"modernc.org/ccgo/v3","ecosystem":"go","requirements":"v3.16.4","direct":false,"kind":"runtime","optional":false},{"id":6994694909,"package_name":"modernc.org/ccgo/v3","ecosystem":"go","requirements":"v3.16.6","direct":false,"kind":"runtime","optional":false},{"id":6994694910,"package_name":"modernc.org/ccorpus","ecosystem":"go","requirements":"v1.11.6","direct":false,"kind":"runtime","optional":false},{"id":6994694911,"package_name":"modernc.org/httpfs","ecosystem":"go","requirements":"v1.0.6","direct":false,"kind":"runtime","optional":false},{"id":6994694912,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v0.0.0-20220428101251-2d5f3daf273b","direct":false,"kind":"runtime","optional":false},{"id":6994694913,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v1.16.0","direct":false,"kind":"runtime","optional":false},{"id":6994694914,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v1.16.1","direct":false,"kind":"runtime","optional":false},{"id":6994694915,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v1.16.7","direct":false,"kind":"runtime","optional":false},{"id":6994694916,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v1.16.8","direct":false,"kind":"runtime","optional":false},{"id":6994694917,"package_name":"modernc.org/mathutil","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":6994694918,"package_name":"modernc.org/mathutil","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":6994694919,"package_name":"modernc.org/memory","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994694920,"package_name":"modernc.org/opt","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994694921,"package_name":"modernc.org/sqlite","ecosystem":"go","requirements":"v1.17.3","direct":false,"kind":"runtime","optional":false},{"id":6994694922,"package_name":"modernc.org/strutil","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994694923,"package_name":"modernc.org/tcl","ecosystem":"go","requirements":"v1.13.1","direct":false,"kind":"runtime","optional":false},{"id":6994694924,"package_name":"modernc.org/token","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":6994694925,"package_name":"modernc.org/z","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":6994694926,"package_name":"mvdan.cc/gofumpt","ecosystem":"go","requirements":"v0.1.1","direct":false,"kind":"runtime","optional":false},{"id":6994694927,"package_name":"mvdan.cc/interfacer","ecosystem":"go","requirements":"v0.0.0-20180901003855-c20040233aed","direct":false,"kind":"runtime","optional":false},{"id":6994694928,"package_name":"mvdan.cc/lint","ecosystem":"go","requirements":"v0.0.0-20170908181259-adc824a0674b","direct":false,"kind":"runtime","optional":false},{"id":6994694929,"package_name":"mvdan.cc/unparam","ecosystem":"go","requirements":"v0.0.0-20210104141923-aac4ce9116a7","direct":false,"kind":"runtime","optional":false},{"id":6994694930,"package_name":"pack.ag/amqp","ecosystem":"go","requirements":"v0.11.2","direct":false,"kind":"runtime","optional":false},{"id":6994694931,"package_name":"rsc.io/binaryregexp","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994694932,"package_name":"rsc.io/quote/v3","ecosystem":"go","requirements":"v3.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994694933,"package_name":"rsc.io/sampler","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994694934,"package_name":"sigs.k8s.io/apiserver-network-proxy/konnectivity-client","ecosystem":"go","requirements":"v0.0.14","direct":false,"kind":"runtime","optional":false},{"id":6994694935,"package_name":"sigs.k8s.io/apiserver-network-proxy/konnectivity-client","ecosystem":"go","requirements":"v0.0.15","direct":false,"kind":"runtime","optional":false},{"id":6994694936,"package_name":"sigs.k8s.io/apiserver-network-proxy/konnectivity-client","ecosystem":"go","requirements":"v0.0.22","direct":false,"kind":"runtime","optional":false},{"id":6994694937,"package_name":"sigs.k8s.io/json","ecosystem":"go","requirements":"v0.0.0-20211020170558-c049b76a60c6","direct":false,"kind":"runtime","optional":false},{"id":6994694938,"package_name":"sigs.k8s.io/json","ecosystem":"go","requirements":"v0.0.0-20211208200746-9f7c6b3444d2","direct":false,"kind":"runtime","optional":false},{"id":6994694939,"package_name":"sigs.k8s.io/structured-merge-diff/v4","ecosystem":"go","requirements":"v4.0.1","direct":false,"kind":"runtime","optional":false},{"id":6994694940,"package_name":"sigs.k8s.io/structured-merge-diff/v4","ecosystem":"go","requirements":"v4.0.2","direct":false,"kind":"runtime","optional":false},{"id":6994694941,"package_name":"sigs.k8s.io/structured-merge-diff/v4","ecosystem":"go","requirements":"v4.0.3","direct":false,"kind":"runtime","optional":false},{"id":6994694942,"package_name":"sigs.k8s.io/structured-merge-diff/v4","ecosystem":"go","requirements":"v4.1.2","direct":false,"kind":"runtime","optional":false},{"id":6994694943,"package_name":"sigs.k8s.io/structured-merge-diff/v4","ecosystem":"go","requirements":"v4.2.1","direct":false,"kind":"runtime","optional":false},{"id":6994694944,"package_name":"sigs.k8s.io/yaml","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":6994694945,"package_name":"sigs.k8s.io/yaml","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":6994694946,"package_name":"sigs.k8s.io/yaml","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":6994694947,"package_name":"sourcegraph.com/sourcegraph/appdash","ecosystem":"go","requirements":"v0.0.0-20190731080439-ebfcffb1b5c0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"test/quality/requirements.txt","sha":null,"kind":"manifest","created_at":"2023-01-17T13:16:08.814Z","updated_at":"2023-01-17T13:16:08.814Z","repository_link":"https://github.com/anchore/grype/blob/main/test/quality/requirements.txt","dependencies":[{"id":6994720189,"package_name":"tabulate","ecosystem":"pypi","requirements":"==0.8.10","direct":true,"kind":"test","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/scorecards.yaml","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:45.723Z","updated_at":"2026-08-08T05:52:45.723Z","repository_link":"https://github.com/anchore/grype/blob/main/.github/workflows/scorecards.yaml","dependencies":[{"id":25940689401,"package_name":"actions/checkout","ecosystem":"actions","requirements":"3d3c42e5aac5ba805825da76410c181273ba90b1","direct":true,"kind":"composite","optional":false},{"id":25940689402,"package_name":"ossf/scorecard-action","ecosystem":"actions","requirements":"4eaacf0543bb3f2c246792bd56e8cdeffafb205a","direct":true,"kind":"composite","optional":false},{"id":25940689403,"package_name":"github/codeql-action/upload-sarif","ecosystem":"actions","requirements":"f205ea1c3313d32999d8d6a48b4f6530d4437b38","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"docker","filepath":"grype/presenter/json/testdata/image-simple/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:46.190Z","updated_at":"2026-08-08T05:52:46.190Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/presenter/json/testdata/image-simple/Dockerfile","dependencies":[{"id":25940689749,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"nuget","filepath":"test/integration/testdata/image-debian-match-coverage/dotnet/TestLibrary.deps.json","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:50.449Z","updated_at":"2026-08-08T05:52:50.449Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/dotnet/TestLibrary.deps.json","dependencies":[{"id":25940696169,"package_name":"AWSSDK.Core","ecosystem":"nuget","requirements":"3.7.10.6","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"grype/matcher/golang/testdata/gobin-httpserver/go.mod","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:48.206Z","updated_at":"2026-08-08T05:52:48.206Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/matcher/golang/testdata/gobin-httpserver/go.mod","dependencies":[]},{"ecosystem":"npm","filepath":"grype/pkg/testdata/image-simple/target/nested/package.json","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:50.080Z","updated_at":"2026-08-08T05:52:50.080Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/pkg/testdata/image-simple/target/nested/package.json","dependencies":[{"id":25940695869,"package_name":"lodash","ecosystem":"npm","requirements":"4.17.21","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"docker","filepath":"test/integration/testdata/image-jvm-match-coverage/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:47.348Z","updated_at":"2026-08-08T05:52:47.348Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-jvm-match-coverage/Dockerfile","dependencies":[{"id":25940692534,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"go","filepath":"grype/matcher/golang/testdata/gobin-xnet-http2server/go.mod","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:48.494Z","updated_at":"2026-08-08T05:52:48.494Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/matcher/golang/testdata/gobin-xnet-http2server/go.mod","dependencies":[{"id":25940694119,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220225172249-27dd8689420f","direct":true,"kind":"runtime","optional":false},{"id":25940694153,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.7","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"test/integration/testdata/image-debian-match-coverage/golang/go.sum","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:49.138Z","updated_at":"2026-08-08T05:52:49.138Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/golang/go.sum","dependencies":[{"id":25940694946,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"docker","filepath":"test/integration/testdata/image-portage-match-coverage/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:47.460Z","updated_at":"2026-08-08T05:52:47.460Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-portage-match-coverage/Dockerfile","dependencies":[{"id":25940692667,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"hackage","filepath":"test/integration/testdata/image-debian-match-coverage/haskell/cabal.project.freeze","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:49.285Z","updated_at":"2026-08-08T05:52:49.285Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/haskell/cabal.project.freeze","dependencies":[{"id":25940695199,"package_name":"Cabal","ecosystem":"hackage","requirements":"3.2.1.0","direct":false,"kind":"runtime","optional":false},{"id":25940695331,"package_name":"Diff","ecosystem":"hackage","requirements":"0.4.1","direct":false,"kind":"runtime","optional":false},{"id":25940695344,"package_name":"HTTP","ecosystem":"hackage","requirements":"4000.3.16","direct":false,"kind":"runtime","optional":false},{"id":25940695345,"package_name":"HUnit","ecosystem":"hackage","requirements":"1.6.2.0","direct":false,"kind":"runtime","optional":false},{"id":25940695346,"package_name":"OneTuple","ecosystem":"hackage","requirements":"0.3.1","direct":false,"kind":"runtime","optional":false},{"id":25940695347,"package_name":"Only","ecosystem":"hackage","requirements":"0.1","direct":false,"kind":"runtime","optional":false},{"id":25940695348,"package_name":"PyF","ecosystem":"hackage","requirements":"0.10.2.0","direct":false,"kind":"runtime","optional":false},{"id":25940695349,"package_name":"QuickCheck","ecosystem":"hackage","requirements":"2.14.2","direct":false,"kind":"runtime","optional":false},{"id":25940695350,"package_name":"RSA","ecosystem":"hackage","requirements":"2.4.1","direct":false,"kind":"runtime","optional":false},{"id":25940695351,"package_name":"SHA","ecosystem":"hackage","requirements":"1.6.4.4","direct":false,"kind":"runtime","optional":false},{"id":25940695352,"package_name":"Spock","ecosystem":"hackage","requirements":"0.14.0.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/validate-github-actions.yaml","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:45.869Z","updated_at":"2026-08-08T05:52:45.869Z","repository_link":"https://github.com/anchore/grype/blob/main/.github/workflows/validate-github-actions.yaml","dependencies":[{"id":25940689521,"package_name":"actions/checkout","ecosystem":"actions","requirements":"3d3c42e5aac5ba805825da76410c181273ba90b1","direct":true,"kind":"composite","optional":false},{"id":25940689522,"package_name":"zizmorcore/zizmor-action","ecosystem":"actions","requirements":"6599ee8b7a49aef6a770f63d261d214911a7ce02","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"docker","filepath":"test/cli/testdata/image-bare/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:46.394Z","updated_at":"2026-08-08T05:52:46.394Z","repository_link":"https://github.com/anchore/grype/blob/main/test/cli/testdata/image-bare/Dockerfile","dependencies":[{"id":25940689946,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"go","filepath":"grype/matcher/golang/testdata/gobin-xnet-html/go.sum","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:48.361Z","updated_at":"2026-08-08T05:52:48.361Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/matcher/golang/testdata/gobin-xnet-html/go.sum","dependencies":[{"id":25940693976,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220225172249-27dd8689420f","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"docker","filepath":"grype/presenter/sarif/testdata/image-simple/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:46.310Z","updated_at":"2026-08-08T05:52:46.310Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/presenter/sarif/testdata/image-simple/Dockerfile","dependencies":[{"id":25940689772,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"hackage","filepath":"test/integration/testdata/image-debian-match-coverage/haskell/stack.yaml.lock","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:49.625Z","updated_at":"2026-08-08T05:52:49.625Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/haskell/stack.yaml.lock","dependencies":[{"id":25940695500,"package_name":"HTTP","ecosystem":"hackage","requirements":"4000.3.16","direct":false,"kind":"runtime","optional":false},{"id":25940695501,"package_name":"configurator-pg","ecosystem":"hackage","requirements":"0.2.6","direct":false,"kind":"runtime","optional":false},{"id":25940695502,"package_name":"hasql-dynamic-statements","ecosystem":"hackage","requirements":"0.3.1.1","direct":false,"kind":"runtime","optional":false},{"id":25940695503,"package_name":"hasql-implicits","ecosystem":"hackage","requirements":"0.1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25940695504,"package_name":"hasql-pool","ecosystem":"hackage","requirements":"0.5.2.2","direct":false,"kind":"runtime","optional":false},{"id":25940695505,"package_name":"lens-aeson","ecosystem":"hackage","requirements":"1.1.3","direct":false,"kind":"runtime","optional":false},{"id":25940695506,"package_name":"optparse-applicative","ecosystem":"hackage","requirements":"0.16.1.0","direct":false,"kind":"runtime","optional":false},{"id":25940695507,"package_name":"protolude","ecosystem":"hackage","requirements":"0.3.2","direct":false,"kind":"runtime","optional":false},{"id":25940695508,"package_name":"ptr","ecosystem":"hackage","requirements":"0.16.8.2","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"docker","filepath":"test/cli/testdata/image-java-subprocess/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:46.508Z","updated_at":"2026-08-08T05:52:46.508Z","repository_link":"https://github.com/anchore/grype/blob/main/test/cli/testdata/image-java-subprocess/Dockerfile","dependencies":[{"id":25940690444,"package_name":"openjdk","ecosystem":"docker","requirements":"15-slim-buster@sha256","direct":true,"kind":"build","optional":false}]},{"ecosystem":"go","filepath":"test/integration/testdata/image-debian-match-coverage/golang/go.mod","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:48.874Z","updated_at":"2026-08-08T05:52:48.874Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/golang/go.mod","dependencies":[{"id":25940694671,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"hex","filepath":"test/integration/testdata/image-debian-match-coverage/hex/mix.lock","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:49.830Z","updated_at":"2026-08-08T05:52:49.830Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/hex/mix.lock","dependencies":[{"id":25940695601,"package_name":"plug","ecosystem":"hex","requirements":"1.11.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"rubygems","filepath":"test/integration/testdata/image-debian-match-coverage/ruby/specifications/bundler.gemspec","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:50.680Z","updated_at":"2026-08-08T05:52:50.680Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/ruby/specifications/bundler.gemspec","dependencies":[]},{"ecosystem":"go","filepath":".make/go.mod","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:47.821Z","updated_at":"2026-08-08T05:52:47.821Z","repository_link":"https://github.com/anchore/grype/blob/main/.make/go.mod","dependencies":[{"id":25940693088,"package_name":"github.com/anchore/go-make","ecosystem":"go","requirements":"v0.8.0","direct":true,"kind":"runtime","optional":false},{"id":25940693089,"package_name":"github.com/bmatcuk/doublestar/v4","ecosystem":"go","requirements":"v4.10.0","direct":true,"kind":"runtime","optional":false},{"id":25940693090,"package_name":"github.com/goccy/go-yaml","ecosystem":"go","requirements":"v1.19.2","direct":true,"kind":"runtime","optional":false},{"id":25940693091,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.37.0","direct":true,"kind":"runtime","optional":false},{"id":25940693092,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.46.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"grype/matcher/golang/testdata/gobin-xnet-http2server/go.sum","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:48.612Z","updated_at":"2026-08-08T05:52:48.612Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/matcher/golang/testdata/gobin-xnet-http2server/go.sum","dependencies":[{"id":25940694339,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220225172249-27dd8689420f","direct":false,"kind":"runtime","optional":false},{"id":25940694355,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.7","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"test/integration/testdata/image-debian-match-coverage/javascript/pkg-json/package.json","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:50.225Z","updated_at":"2026-08-08T05:52:50.225Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/javascript/pkg-json/package.json","dependencies":[{"id":25940696021,"package_name":"JSONStream","ecosystem":"npm","requirements":"^1.3.5","direct":true,"kind":"runtime","optional":false},{"id":25940696026,"package_name":"abbrev","ecosystem":"npm","requirements":"~1.1.1","direct":true,"kind":"runtime","optional":false},{"id":25940696028,"package_name":"ansicolors","ecosystem":"npm","requirements":"~0.3.2","direct":true,"kind":"runtime","optional":false},{"id":25940696055,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"^2.4.3","direct":true,"kind":"runtime","optional":false},{"id":25940696056,"package_name":"deep-equal","ecosystem":"npm","requirements":"^1.0.1","direct":true,"kind":"development","optional":false},{"id":25940696063,"package_name":"get-stream","ecosystem":"npm","requirements":"^4.1.0","direct":true,"kind":"development","optional":false},{"id":25940696064,"package_name":"licensee","ecosystem":"npm","requirements":"^7.0.3","direct":true,"kind":"development","optional":false},{"id":25940696065,"package_name":"marked","ecosystem":"npm","requirements":"^0.6.3","direct":true,"kind":"development","optional":false},{"id":25940696066,"package_name":"marked-man","ecosystem":"npm","requirements":"^0.6.0","direct":true,"kind":"development","optional":false},{"id":25940696067,"package_name":"npm-registry-couchapp","ecosystem":"npm","requirements":"^2.7.4","direct":true,"kind":"development","optional":false},{"id":25940696068,"package_name":"npm-registry-mock","ecosystem":"npm","requirements":"^1.3.1","direct":true,"kind":"development","optional":false},{"id":25940696069,"package_name":"require-inject","ecosystem":"npm","requirements":"^1.4.4","direct":true,"kind":"development","optional":false},{"id":25940696070,"package_name":"sprintf-js","ecosystem":"npm","requirements":"^1.1.2","direct":true,"kind":"development","optional":false},{"id":25940696071,"package_name":"standard","ecosystem":"npm","requirements":"^11.0.1","direct":true,"kind":"development","optional":false},{"id":25940696072,"package_name":"tacks","ecosystem":"npm","requirements":"^1.3.0","direct":true,"kind":"development","optional":false},{"id":25940696087,"package_name":"tap","ecosystem":"npm","requirements":"^12.7.0","direct":true,"kind":"development","optional":false},{"id":25940696107,"package_name":"tar-stream","ecosystem":"npm","requirements":"^2.1.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"docker","filepath":"test/integration/testdata/image-debian-match-coverage/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:47.248Z","updated_at":"2026-08-08T05:52:47.248Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/Dockerfile","dependencies":[{"id":25940692375,"package_name":"docker.io/golang","ecosystem":"docker","requirements":"1.16@sha256","direct":true,"kind":"build","optional":false},{"id":25940692376,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"test/integration/testdata/image-rust-auditable-match-coverage/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:47.593Z","updated_at":"2026-08-08T05:52:47.593Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-rust-auditable-match-coverage/Dockerfile","dependencies":[{"id":25940692826,"package_name":"docker.io/tofay/hello-rust-auditable","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"npm","filepath":"grype/pkg/testdata/image-simple/package.json","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:49.959Z","updated_at":"2026-08-08T05:52:49.959Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/pkg/testdata/image-simple/package.json","dependencies":[{"id":25940695754,"package_name":"left-pad","ecosystem":"npm","requirements":"1.3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"docker","filepath":"test/integration/testdata/image-alpine-match-coverage/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:46.704Z","updated_at":"2026-08-08T05:52:46.704Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-alpine-match-coverage/Dockerfile","dependencies":[{"id":25940690942,"package_name":"cgr.dev/chainguard/go","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false},{"id":25940690943,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/codeql.yaml","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:45.552Z","updated_at":"2026-08-08T05:52:45.552Z","repository_link":"https://github.com/anchore/grype/blob/main/.github/workflows/codeql.yaml","dependencies":[]},{"ecosystem":"docker","filepath":"test/cli/testdata/image-node-subprocess/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:46.622Z","updated_at":"2026-08-08T05:52:46.622Z","repository_link":"https://github.com/anchore/grype/blob/main/test/cli/testdata/image-node-subprocess/Dockerfile","dependencies":[{"id":25940690770,"package_name":"node","ecosystem":"docker","requirements":"16-stretch@sha256","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"test/integration/testdata/image-sles-match-coverage/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:47.721Z","updated_at":"2026-08-08T05:52:47.721Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-sles-match-coverage/Dockerfile","dependencies":[{"id":25940692994,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"go","filepath":"grype/matcher/golang/testdata/gobin-xnet-html/go.mod","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:48.277Z","updated_at":"2026-08-08T05:52:48.277Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/matcher/golang/testdata/gobin-xnet-html/go.mod","dependencies":[{"id":25940693668,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20220225172249-27dd8689420f","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"rubygems","filepath":"test/integration/testdata/image-debian-match-coverage/ruby/Gemfile.lock","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:50.549Z","updated_at":"2026-08-08T05:52:50.549Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-debian-match-coverage/ruby/Gemfile.lock","dependencies":[{"id":25940696250,"package_name":"rails","ecosystem":"rubygems","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"docker","filepath":"test/integration/testdata/image-arch-match-coverage/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:46.848Z","updated_at":"2026-08-08T05:52:46.848Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-arch-match-coverage/Dockerfile","dependencies":[{"id":25940692123,"package_name":"docker.io/archlinux","ecosystem":"docker","requirements":"20191105@sha256","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"test/integration/testdata/image-centos-match-coverage/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:47.123Z","updated_at":"2026-08-08T05:52:47.123Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-centos-match-coverage/Dockerfile","dependencies":[{"id":25940692291,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"go","filepath":".make/go.sum","sha":null,"kind":"lockfile","created_at":"2026-08-08T05:52:47.963Z","updated_at":"2026-08-08T05:52:47.963Z","repository_link":"https://github.com/anchore/grype/blob/main/.make/go.sum","dependencies":[{"id":25940693119,"package_name":"github.com/anchore/go-make","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":25940693120,"package_name":"github.com/bmatcuk/doublestar/v4","ecosystem":"go","requirements":"v4.10.0","direct":false,"kind":"runtime","optional":false},{"id":25940693121,"package_name":"github.com/goccy/go-yaml","ecosystem":"go","requirements":"v1.19.2","direct":false,"kind":"runtime","optional":false},{"id":25940693122,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.37.0","direct":false,"kind":"runtime","optional":false},{"id":25940693123,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.46.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"grype/matcher/golang/testdata/gobin-httpclient/go.mod","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:48.129Z","updated_at":"2026-08-08T05:52:48.129Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/matcher/golang/testdata/gobin-httpclient/go.mod","dependencies":[]},{"ecosystem":"npm","filepath":"test/integration/testdata/image-alpine-match-coverage/lib/node_modules/npm-apk-subpackage-with-false-positive/package.json","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:50.167Z","updated_at":"2026-08-08T05:52:50.167Z","repository_link":"https://github.com/anchore/grype/blob/main/test/integration/testdata/image-alpine-match-coverage/lib/node_modules/npm-apk-subpackage-with-false-positive/package.json","dependencies":[]},{"ecosystem":"docker","filepath":"grype/pkg/testdata/image-simple/Dockerfile","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:46.076Z","updated_at":"2026-08-08T05:52:46.076Z","repository_link":"https://github.com/anchore/grype/blob/main/grype/pkg/testdata/image-simple/Dockerfile","dependencies":[{"id":25940689747,"package_name":"scratch","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"actions","filepath":".github/actions/bootstrap/action.yaml","sha":null,"kind":"manifest","created_at":"2026-08-08T05:52:45.017Z","updated_at":"2026-08-08T05:52:45.017Z","repository_link":"https://github.com/anchore/grype/blob/main/.github/actions/bootstrap/action.yaml","dependencies":[{"id":25940688465,"package_name":"anchore/go-make/.github/actions/setup","ecosystem":"actions","requirements":"430e2175bb166bfd138ef75466adbcc8ddab875f","direct":true,"kind":"composite","optional":false},{"id":25940689053,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"5fda3b95a4ea91299a34e894583c3862153e4b97","direct":true,"kind":"composite","optional":false},{"id":25940689054,"package_name":"actions/cache/restore","ecosystem":"actions","requirements":"55cc8345863c7cc4c66a329aec7e433d2d1c52a9","direct":true,"kind":"composite","optional":false},{"id":25940689055,"package_name":"actions/cache","ecosystem":"actions","requirements":"55cc8345863c7cc4c66a329aec7e433d2d1c52a9","direct":true,"kind":"composite","optional":false}]}],"score":30.240502019844268,"created_at":"2026-08-12T18:45:25.105Z","updated_at":"2026-08-12T18:46:17.883Z","avatar_url":"https://github.com/anchore.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/378892","html_url":"https://summary.ecosyste.ms/projects/378892"}