mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
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:
parent
550f99986a
commit
c3cb5162fc
1 changed files with 5 additions and 0 deletions
|
@ -179,6 +179,11 @@
|
||||||
"name": "Kaniko",
|
"name": "Kaniko",
|
||||||
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-kaniko/main/docs.md",
|
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-kaniko/main/docs.md",
|
||||||
"verified": true
|
"verified": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Gradle Wrapper Validation",
|
||||||
|
"docs": "https://codeberg.org/beaks/gradle-wrapper-validation/raw/branch/main/docs.md",
|
||||||
|
"verified": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue