# 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 ```yaml - uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aikido-full-scan@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.