upload sarif as part of the QL-for-QL workflow

This commit is contained in:
Erik Krogh Kristensen
2022-02-02 20:26:51 +01:00
parent 6acf49d4da
commit 7ef051456a

View File

@@ -189,4 +189,11 @@ jobs:
uses: github/codeql-action/analyze@erik-krogh/ql
with:
category: "ql-for-ql-${{ matrix.folder }}"
- name: Copy sarif file to CWD
run: cp ../results/ql.sarif ./${{ matrix.folder }}.sarif
- name: Sarif as artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.folder }}.sarif
path: ${{ matrix.folder }}.sarif