shared-actions/aikido-full-scan
Michael Seele feaeeedd7a feat: add Aikido full and PR scan actions
Co-authored-by: Copilot <copilot@github.com>
2026-04-30 13:17:44 +02:00
..
action.yml feat: add Aikido full and PR scan actions 2026-04-30 13:17:44 +02:00
README.md feat: add Aikido full and PR scan actions 2026-04-30 13:17:44 +02:00

aikido-full-scan

Composite wrapper around the Aikido full-release Docker scan. Automatically resolves repository and branch info from the Forgejo context — only the API key needs to be supplied by the caller.

Inputs

Input Required Default Description
apikey Yes Aikido CI API key

Usage

- uses: schmalz/shared-actions/.forgejo/actions/aikido-full-scan@v1
  with:
    apikey: ${{ secrets.AIKIDO_API_KEY }}

Notes

  • Delegates to actions/internal-aikido-full-scan with organization, repository name, and branch name resolved automatically from the Forgejo context.