Skip to content

41044 - new OpenApi #114

41044 - new OpenApi

41044 - new OpenApi #114

Workflow file for this run

name: Trivy Scan
on:
pull_request:
branches:
- main
- master
- stable
- develop
jobs:
trivy-scan:
name: Scanner
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2