Add "Gradle Wrapper Validation" plugin (#3435)

This Woodpecker CI plugin validates the checksums of all Gradle Wrapper
JAR files present in the repository and fails if any unknown Gradle
Wrapper JAR files are found. It is a port of
[gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action).
This commit is contained in:
Nikita Karamov 2024-02-25 07:32:37 +01:00 committed by GitHub
parent 550f99986a
commit c3cb5162fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,6 +179,11 @@
"name": "Kaniko",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-kaniko/main/docs.md",
"verified": true
},
{
"name": "Gradle Wrapper Validation",
"docs": "https://codeberg.org/beaks/gradle-wrapper-validation/raw/branch/main/docs.md",
"verified": false
}
]
}