https://github.com/f-droid/gradle-transparency-log
A "binary transparency" log of the gradle and gradle-wrapper binaries, as published on https://gradle.org/release-checksums/
https://github.com/f-droid/gradle-transparency-log
Last synced: about 1 year ago
JSON representation
A "binary transparency" log of the gradle and gradle-wrapper binaries, as published on https://gradle.org/release-checksums/
- Host: GitHub
- URL: https://github.com/f-droid/gradle-transparency-log
- Owner: f-droid
- License: agpl-3.0
- Created: 2021-09-17T06:50:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T18:33:45.000Z (about 1 year ago)
- Last Synced: 2025-04-01T19:35:52.416Z (about 1 year ago)
- Language: Python
- Size: 707 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradle Transparency Log
This is an automated log of the gradle binaries and their checksums as
posted on:
https://gradle.org/release-checksums/
This serves as a basic [binary transparency](https://wiki.mozilla.org/Security/Binary_Transparency) append-only log for anyone to use
## API
This can also be used as a basic JSON API by getting the JSON files via the raw links:
* [all.json](https://fdroid.gitlab.io/gradle-transparency-log/all.json) - cached version of https://services.gradle.org/versions/all
* [checksums.json](https://fdroid.gitlab.io/gradle-transparency-log/checksums.json) - a simple dictionary of download URLs and matching SHA-256 checksums
* [status_codes.json](https://fdroid.gitlab.io/gradle-transparency-log/status_codes.json) - the HTTP Status Codes of the last download attempt of this process