shared-actions/aikido-full-scan
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
..
action.yml fix: reference internal actions as full qualified shared actions 2026-05-04 12:56:45 +00:00
README.md fix: correct paths 2026-04-30 13:17:44 +02:00

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-scan with organization, repository name, and branch name resolved automatically from the Forgejo context.