fix: use forgejo.repository for aikido full scan schedule compatibility #28
2 changed files with 3 additions and 8 deletions
|
|
@ -15,6 +15,5 @@ runs:
|
|||
- 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 }}
|
||||
repository-name: ${{ forgejo.repository }}
|
||||
branch-name: ${{ forgejo.ref_name }}
|
||||
|
|
|
|||
|
|
@ -5,11 +5,8 @@ inputs:
|
|||
apikey:
|
||||
description: Aikido CI API key
|
||||
required: true
|
||||
organization:
|
||||
description: Organization or owner name
|
||||
required: true
|
||||
repository-name:
|
||||
description: Repository name
|
||||
description: Full repository name (owner/repo)
|
||||
required: true
|
||||
branch-name:
|
||||
description: Branch to scan against
|
||||
|
|
@ -23,9 +20,8 @@ runs:
|
|||
- --apikey
|
||||
- ${{ inputs.apikey }}
|
||||
- --repositoryname
|
||||
- ${{ inputs.organization }}/${{ inputs.repository-name }}
|
||||
- ${{ inputs.repository-name }}
|
||||
- --branchname
|
||||
- ${{ inputs.branch-name }}
|
||||
- --force-create-repository-for-branch
|
||||
- --include-dev-deps
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue