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

trivy

trivy #23

Workflow file for this run

---
name: trivy
on:
push:
pull_request:
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@v3
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: fs
exit-code: "1"