Skip to content

test(437): master - HIGH -> LOW #85

test(437): master - HIGH -> LOW

test(437): master - HIGH -> LOW #85

name: trivy-action
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
image-ref: '.'
severity: HIGH
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
image-ref: '.'
severity: LOW