Skip to content

Update Rust crate colored to v3 #75

Update Rust crate colored to v3

Update Rust crate colored to v3 #75

Workflow file for this run

name: Triy security scan
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Scan
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'