Skip to content

Merge pull request #12 from dmotte/dependabot/github_actions/docker/l… #136

Merge pull request #12 from dmotte/dependabot/github_actions/docker/l…

Merge pull request #12 from dmotte/dependabot/github_actions/docker/l… #136

Workflow file for this run

---
name: trivy
on:
push: # All branches and tags
schedule:
# Runs automatically on the 27th of every month at 04:30 UTC
- cron: "30 04 27 * *"
jobs:
trivy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: fs
exit-code: "1"