1 Commits

Author SHA1 Message Date
Niccolò Fei
9c56572ec2 ci: test upload sarif
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2024-03-08 12:29:02 +01:00

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: