Test.
This commit is contained in:
@@ -50,9 +50,8 @@ jobs:
|
||||
with:
|
||||
image: "docker/nginx-fpm:latest"
|
||||
fail-build: false
|
||||
output-file: ./output.sarif
|
||||
run: cat ./output.sarif
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: my-artifact
|
||||
path: ${{ steps.scan.outputs.sarif }}
|
||||
- name: Inspect file
|
||||
run: cat ./output.sarif
|
||||
Reference in New Issue
Block a user