Skip to content

Trivy Scan

Trivy Scan #70

Workflow file for this run

name: Trivy Scan
on:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs:
trivy-scan-latest:
uses: mornedhels/workflow-center-public/.github/workflows/docker-trivy.yml@main
with:
image-name: icarus-server
trivy-scan-dev:
uses: mornedhels/workflow-center-public/.github/workflows/docker-trivy.yml@main
with:
image-name: icarus-server
image-tag: dev