Skip to content

fix(p1-11): redact CLI top-level exception text before stderr #1085

fix(p1-11): redact CLI top-level exception text before stderr

fix(p1-11): redact CLI top-level exception text before stderr #1085

Workflow file for this run

name: Trivy
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run Trivy (filesystem scan)
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
with:
scan-type: fs
scan-ref: .
format: table
severity: CRITICAL,HIGH
exit-code: 1