An open API service indexing awesome lists of open source software.

https://github.com/dotanuki-labs/gradle-wrapper-validator

A validator for gradle/wrapper jar binaries, intended to be used in CI pipelines.
https://github.com/dotanuki-labs/gradle-wrapper-validator

bitrise circleci cli github-actions gradle security supply-chain-security team-city

Last synced: 6 months ago
JSON representation

A validator for gradle/wrapper jar binaries, intended to be used in CI pipelines.

Awesome Lists containing this project

README

          

# gradle-wrapper-validator

[![OSSF Best](https://www.bestpractices.dev/projects/8869/badge)](https://www.bestpractices.dev/projects/8869)
[![DeepSource](https://app.deepsource.com/gh/dotanuki-labs/gradle-wrapper-validator.svg/?label=active+issues&show_trend=false&token=RkvGszk0c0X5b_NOtG5k501L)](https://app.deepsource.com/gh/dotanuki-labs/gradle-wrapper-validator/)
[![CI](https://github.com/dotanuki-labs/gradle-wrapper-validator/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/dotanuki-labs/gradle-wrapper-validator/actions/workflows/ci.yml)
[![Latest Version](https://img.shields.io/crates/v/gwv)](https://crates.io/crates/gwv)
[![License](https://img.shields.io/github/license/dotanuki-labs/norris)](https://choosealicense.com/licenses/mit)

> A validator for gradle/wrapper jar binaries for your CI pipelines.

## Why

This projects is a small and ergonomic re-implementation of
[gradle/wrapper-validator-action](https://github.com/gradle/wrapper-validation-action),
intended to be used within CI pipelines. The aforementioned
project is great, but not quite portable outside Github.

If you are into CircleCI, Bitrise, TeamCity, GitlabCI or others, this project
may be useful!

Check our
[documentation](https://dotanuki-labs.github.io/gradle-wrapper-validator/)
to learn more.

## License

Copyright (c) 2024 - Dotanuki Labs - [The MIT license](https://choosealicense.com/licenses/mit)