Skip to content

feat: move towards java 17 partial commit (part 2) #94

feat: move towards java 17 partial commit (part 2)

feat: move towards java 17 partial commit (part 2) #94

Workflow file for this run

name: Run trivy security scan
on:
push:
branches:
- '*'
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
exit-code: 1
severity: CRITICAL