.gitea/workflows/release.yml aktualisiert
This commit is contained in:
@@ -50,9 +50,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image: "cs-git.ddnss.de/docker/nginx-fpmlatest"
|
image: "cs-git.ddnss.de/docker/nginx-fpmlatest"
|
||||||
fail-build: false
|
fail-build: false
|
||||||
output-file: ./output.sarif
|
|
||||||
registry-username: ${{ env.USER }}
|
registry-username: ${{ env.USER }}
|
||||||
registry-password: ${{ env.PASS }}
|
registry-password: ${{ env.PASS }}
|
||||||
|
|
||||||
- name: Inspect file
|
- name: Inspect file
|
||||||
run: cat ./output.sarif
|
run: cat ${{ steps.scan.outputs.sarif }}
|
||||||
Reference in New Issue
Block a user