various fixes...

This commit is contained in:
Aleksandr Chikovani 2023-09-06 16:53:10 -04:00
parent e940afbaa6
commit 3d9f5a2751

View file

@ -53,6 +53,15 @@ jobs:
context: .
push: false
tags: ghcr.io/${{ env.IMAGE_NAME }}:test
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'ghcr.io/${{ env.IMAGE_NAME }}:test'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
ort:
runs-on: ubuntu-latest