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.