Skip to content

Trivy image scanning #11

Trivy image scanning

Trivy image scanning #11

name: Trivy Image Scanning
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
internal-ecr-trivy:
name: Trivy Scan for Internal ECR
uses: spotinst/bigdata-infrastructure/.github/workflows/ofas-trivy-scan.yaml@main

Check failure on line 12 in .github/workflows/trivy-image-scanning.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/trivy-image-scanning.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/trivy-image-scanning.yaml" -> "spotinst/bigdata-infrastructure/.github/workflows/ofas-trivy-scan.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
image: spark-operator
tag: ocean-spark
aws-ecr-url: public.ecr.aws/ocean-spark
send-slack-notification-on-failure: true
create-jira-ticket: false
secrets:
slack-notification-webhook: ${{ secrets.SLACK_DEVOPS_CHANNEL_WEBHOOK }}