Skip to content

Commit

Permalink
Add "Gradle Wrapper Validation" plugin (#3435)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
kytta authored Feb 25, 2024
1 parent 550f999 commit c3cb516
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/plugins/woodpecker-plugins/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}

0 comments on commit c3cb516

Please sign in to comment.