All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m7s
21 lines
No EOL
704 B
Markdown
21 lines
No EOL
704 B
Markdown
# 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. |