Skip to content

chore(deps-dev): update aquasecurity/trivy-action action to v0.12.0 #125

chore(deps-dev): update aquasecurity/trivy-action action to v0.12.0

chore(deps-dev): update aquasecurity/trivy-action action to v0.12.0 #125

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@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
with:
egress-policy: audit
- name: Trivy fs scan
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'