19 lines
550 B
YAML
19 lines
550 B
YAML
name: Aikido Security Full Scan
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
aikido-full-scan:
|
|
name: Aikido Security Full Scan
|
|
runs-on: stackit-ubuntu-22
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/checkout@checkout-v1
|
|
|
|
- name: Run Aikido full scan
|
|
uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aikido-full-scan@aikido-full-scan-v1
|
|
with:
|
|
apikey: ${{ secrets.AIKIDO_CLIENT_API_KEY }}
|