Docker Image Trivy Image Vulnerability Scan Cron Job #237
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docker Image Trivy Image Vulnerability Scan Cron Job | |
on: | |
schedule: | |
- cron: '0 2 * * *' | |
permissions: | |
# security-events required for all workflows; action, contents only required for workflows in private repositories | |
security-events: write | |
actions: read | |
contents: read | |
jobs: | |
trivy_image_scan_cron: | |
uses: hpi-schul-cloud/infra-tools/.github/workflows/trivy-scan.yaml@master | |
with: | |
image-ref: 'ghcr.io/hpi-schul-cloud/oeh-search-etl:latest' |