Skip to main content
Plugins / AgentScan

AgentScan

by Woodpecker Authors

Plugin to check PR opener against AgentScan


AgentScan Plugin

This plugin checks pull requests authors against AgentScan and posts a comment if the opener is flagged as agent. Supports GitHub only as AgentScan only supports GitHub. The below pipeline configuration demonstrates simple usage:

steps:
  agentscan:
    image: docker.io/woodpeckerci/plugin-agentscan
    settings:
      github_token:
        from_secret: github_token

Settings Reference

Setting Description
github_token token for GitHub API