shared-actions/aikido-full-scan/action.yml
Michael Seele a9ea87cafe
Some checks failed
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m9s
Aikido Security PR Check / Aikido Security Scan (pull_request) Failing after 1m12s
fix: reference internal actions as full qualified shared actions
2026-05-04 12:56:45 +00:00

20 lines
692 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: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/internal-aikido-full-scan@internal-aikido-full-scan-v1
with:
apikey: ${{ inputs.apikey }}
organization: ${{ forgejo.repository_owner }}
repository-name: ${{ forgejo.event.repository.name }}
branch-name: ${{ forgejo.ref_name }}