Skip to content

Bump to v.0.2.0

Bump to v.0.2.0 #180

Workflow file for this run

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