Changes to registry login.
This commit is contained in:
@@ -48,9 +48,11 @@ jobs:
|
|||||||
uses: anchore/scan-action@v6
|
uses: anchore/scan-action@v6
|
||||||
id: scan
|
id: scan
|
||||||
with:
|
with:
|
||||||
image: "docker/nginx-fpm:latest"
|
image: "cs-git.ddnss.de/docker/nginx-fpmlatest"
|
||||||
fail-build: false
|
fail-build: false
|
||||||
output-file: ./output.sarif
|
output-file: ./output.sarif
|
||||||
|
registry-username: ${{ env.USER }}
|
||||||
|
registry-password: ${{ env.PASS }}
|
||||||
|
|
||||||
- name: Inspect file
|
- name: Inspect file
|
||||||
run: cat ./output.sarif
|
run: cat ./output.sarif
|
||||||
Reference in New Issue
Block a user