ci: test upload sarif

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
Niccolò Fei
2024-03-08 12:29:02 +01:00
parent 6edbc9d2e8
commit 9c56572ec2

View File

@@ -96,6 +96,11 @@ jobs:
image: "ghcr.io/${{ env.IMAGE_STAGING }}:${{ matrix.tags[0] }}"
args: --severity-threshold=high --file=${{ matrix.file }}
- uses: actions/upload-artifact@v4
with:
name: snyk-sarif
path: snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with: