Skip to content

feat: move observability services into mail stack and update configur… #187

feat: move observability services into mail stack and update configur…

feat: move observability services into mail stack and update configur… #187

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'