Skip to content

Merge commit 'refs/pull/2820/head' of https://github.com/BitBoxSwiss/… #7

Merge commit 'refs/pull/2820/head' of https://github.com/BitBoxSwiss/…

Merge commit 'refs/pull/2820/head' of https://github.com/BitBoxSwiss/… #7

Workflow file for this run

name: trivy check
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
trivy:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy
uses: aquasecurity/trivy-action@0.24.0
with:
format: 'table'
ignore-unfixed: true
scan-type: 'fs'
exit-code: '1'
severity: 'MEDIUM,HIGH,CRITICAL'