Skip to content

Update README.md

Update README.md #44

Workflow file for this run

name: Security Scan
on: [push, pull_request]
jobs:
trivy_scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
output: 'trivy-report.json'
- name: Upload Trivy report
uses: actions/upload-artifact@v3
with:
name: trivy-report
path: trivy-report.json