Skip to content

Add Trivy scanning

Add Trivy scanning #2

Workflow file for this run

name: Security
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/[email protected]
with:
scan-type: "fs"
ignore-unfixed: true
format: "table"
severity: "CRITICAL,HIGH,MEDIUM"