Skip to content

chore(deps-dev): update anchore/sbom-action action to v0.17.0 #666

chore(deps-dev): update anchore/sbom-action action to v0.17.0

chore(deps-dev): update anchore/sbom-action action to v0.17.0 #666

Workflow file for this run

name: pr-trivy
on: pull_request
permissions: {}
jobs:
trivy:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- name: Trivy fs scan
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'