Skip to content

Proposal ending times in UTC on hover #289

Proposal ending times in UTC on hover

Proposal ending times in UTC on hover #289

Workflow file for this run

name: Trivy filesystem scan
permissions:
contents: read
on:
pull_request:
push:
branches: [ main ]
tags:
- 'v*'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
trivy-fs:
name: Trivy filesystem scan
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
with:
scan-type: fs
scan-ref: .
format: table
exit-code: '1'
ignore-unfixed: true
severity: CRITICAL,HIGH