Skip to content

Update Trivy scan severity levels #71

Update Trivy scan severity levels

Update Trivy scan severity levels #71

Workflow file for this run

name: Trivy Security Scan
on:
push:
branches:
- main
- master
jobs:
trivy-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Trivy scan
uses: aquasecurity/trivy-action@0.24.0
with:
scan-type: fs
scan-ref: .
severity: CRITICAL,HIGH,MEDIUM
exit-code: 1
format: table