Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Scan docker image

Scan docker image #294

name: Scan docker image
on:
schedule:
- cron: '15 5 * * *'
jobs:
scan-docker-image:
uses: ministryofjustice/laa-reusable-github-actions/.github/workflows/snyk.yml@main
with:
tag: "check-financial-eligibility"
secrets:
snyk_token: ${{ secrets.SNYK_TOKEN }}