Skip to content

add cronjob

add cronjob #11

Workflow file for this run

on:
push:
workflow_dispatch:
jobs:
trivy_scan:
runs-on: ubuntu-latest
name: Trivy scan
steps:
- uses: actions/checkout@v4
- uses: knqyf263/trivy-action@composite
with:
scan-type: 'image'
scan-ref: 'jenkins:2.60.3'