Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Add security badge to README for consistency #20

Add security badge to README for consistency

Add security badge to README for consistency #20

Workflow file for this run

name: Security Vulnerability Scan
on:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
schedule:
- cron: "0 0 * * 0"
jobs:
trivy:
name: Trivy Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy FS Scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: "fs"
ignore-unfixed: true
severity: "CRITICAL,HIGH"
format: "table"