mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Add agentscan plugin (#6284)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"abool",
|
||||
"addgroup",
|
||||
"adduser",
|
||||
"agentscan",
|
||||
"anbraten",
|
||||
"antfu",
|
||||
"apimachinery",
|
||||
|
||||
@@ -24,3 +24,13 @@ steps:
|
||||
depends_on: []
|
||||
settings:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user