From 3120b8798e97bf0f347dcee94db64a289268e27a Mon Sep 17 00:00:00 2001 From: qaate47 Date: Mon, 16 Dec 2024 12:27:27 +0100 Subject: [PATCH] remove exit code and add scan ref --- .github/workflows/security.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 139376f3..1ac67a2b 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -46,8 +46,10 @@ jobs: with: image-ref: 'docker.io/the-qa-company/qendpoint:${{ github.sha }}' format: 'table' - exit-code: '1' + exit-code: '0' ignore-unfixed: true vuln-type: 'os,library' + scan-type: 'fs' + scan-ref: '.' severity: 'CRITICAL,HIGH'