|
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m7s
|
||
|---|---|---|
| .. | ||
| action.yml | ||
| README.md | ||
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: 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-scanwith organization, repository name, and branch name resolved automatically from the Forgejo context.