forked from repo-mirrors/cnpg-postgres-containers
Compare commits
1 Commits
dev/340
...
dev/upload
Author | SHA1 | Date | |
---|---|---|---|
|
9c56572ec2 |
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -96,6 +96,11 @@ jobs:
|
|||||||
image: "ghcr.io/${{ env.IMAGE_STAGING }}:${{ matrix.tags[0] }}"
|
image: "ghcr.io/${{ env.IMAGE_STAGING }}:${{ matrix.tags[0] }}"
|
||||||
args: --severity-threshold=high --file=${{ matrix.file }}
|
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
|
- name: Upload result to GitHub Code Scanning
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user