shared-actions/aikido-full-scan/action.yml
Michael Seele 167d2e7fba
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m2s
fix: correct aikido references
2026-04-30 14:30:02 +02:00

20 lines
619 B
YAML

name: Aikido Security Full Scan
description: >
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:
apikey:
description: Aikido CI API key
required: true
runs:
using: composite
steps:
- uses: ./.forgejo/actions/internal-aikido-full-scan
with:
apikey: ${{ inputs.apikey }}
organization: ${{ forgejo.repository_owner }}
repository-name: ${{ forgejo.event.repository.name }}
branch-name: ${{ forgejo.ref_name }}