Skip to content

trivy action:

trivy action: #1

- name: Run Trivy vulnerability scanner

Check failure on line 1 in .github/workflows/trivy_scan_step.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trivy_scan_step.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
uses: aquasecurity/trivy-action@master
with:
scan-type: image
image-ref: ${{ github.repository }}/${{ steps.parse_tag.outputs.image }}:test
format: table
exit-code: 1
ignore-unfixed: true
vuln-type: os,library
severity: LOW,MEDIUM,HIGH,CRITICAL