Skip to content

.github/workflows/trivy-scan.yml #850

.github/workflows/trivy-scan.yml

.github/workflows/trivy-scan.yml #850

Workflow file for this run

name: Trivy
on:
workflow_dispatch:
schedule:
- cron: "30 20 * * *"
jobs:
call_workflow:
name: Run Trivy Scan Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/trivy-scan-template.yml@main
secrets: inherit