Hello Team,
I am implementing a script to auto download grype DB. I am using below endpoint to get metadata and based on its path trying to fetch DB but getting 404 error.
Endpoint : https://grype.anchore.io/databases/v6/latest.json
Response : {"status": "active",
"schemaVersion": "v6.1.3",
"built": "2025-12-02T07:27:43Z",
"path": "vulnerability-db_v6.1.3_2025-12-02T00:26:24Z_1764660463.tar.zst",
"checksum": "sha256:f51eb09948950b3d4c0e49bd4b922b51863e8102a4972d2ed253b944c59791e7"}
So now the URL which I am trying to download from is "https://grype.anchore.io/databases/vulnerability-db_v6.1.3_2025-12-02T00:26:24Z_1764660463.tar.zst" which returns 404.
Note that the automation is working perfectly fine with v5 "https://grype.anchore.io/databases/vulnerability-db_v5_2025-12-02T00:26:24Z_1764662726.tar.gz"
Kindly help to resolve this issue.
Hello Team,
I am implementing a script to auto download grype DB. I am using below endpoint to get metadata and based on its path trying to fetch DB but getting 404 error.
Endpoint : https://grype.anchore.io/databases/v6/latest.json
Response : {"status": "active",
"schemaVersion": "v6.1.3",
"built": "2025-12-02T07:27:43Z",
"path": "vulnerability-db_v6.1.3_2025-12-02T00:26:24Z_1764660463.tar.zst",
"checksum": "sha256:f51eb09948950b3d4c0e49bd4b922b51863e8102a4972d2ed253b944c59791e7"}
So now the URL which I am trying to download from is "https://grype.anchore.io/databases/vulnerability-db_v6.1.3_2025-12-02T00:26:24Z_1764660463.tar.zst" which returns 404.
Note that the automation is working perfectly fine with v5 "https://grype.anchore.io/databases/vulnerability-db_v5_2025-12-02T00:26:24Z_1764662726.tar.gz"
Kindly help to resolve this issue.