Skip to content

Update accuracy claim in README description #73

Update accuracy claim in README description

Update accuracy claim in README description #73

Workflow file for this run

name: Run Trivy
on:
pull_request:
types: [opened, synchronize]
branches:
- main
- rc
jobs:
build:
name: Scan
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in config mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'config'
exit-code: '1'
trivy-config: trivy.yaml