1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Add agentscan plugin (#6284)

This commit is contained in:
qwerty287
2026-03-21 11:34:10 +01:00
committed by GitHub
parent 92b936f02e
commit 5af97acddf
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
"abool", "abool",
"addgroup", "addgroup",
"adduser", "adduser",
"agentscan",
"anbraten", "anbraten",
"antfu", "antfu",
"apimachinery", "apimachinery",
+10
View File
@@ -24,3 +24,13 @@ steps:
depends_on: [] depends_on: []
settings: settings:
version: 3.6.2 version: 3.6.2
- name: agentscan
image: docker.io/woodpeckerci/plugin-agentscan:latest
pull: true
depends_on: []
settings:
github_token:
from_secret: GITHUB_TOKEN_SURGE
when:
- event: pull_request