Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Trivy & Prisma Scan #65

Trivy & Prisma Scan

Trivy & Prisma Scan #65

name: Trivy & Prisma Scan
on:
schedule:
- cron: '30 2 * * 1-5'
jobs:
build:
uses: ./.github/workflows/image-build.yml
secrets: inherit
security_scan:
name: Security Scan
uses: ./.github/workflows/component-scan.yml
needs: build
secrets: inherit