Skip to content

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

Check failure on line 12 in .github/workflows/trivy-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trivy-scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trivy-scan.yml" -> "ballerina-platform/ballerina-standard-library/.github/workflows/trivy-scan-template.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
additional-build-flags: "-x :docusign.dsclick-examples:build"