-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Description
here is my config
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-18.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'table'
severity: 'CRITICAL'
exit-code: '1'
it's indeed scanned out a critical error, but the workflow still succeeded, i don't know why .
Metadata
Metadata
Assignees
Labels
No labels