From 908dcbb41c4d933a9a987dd863ec11bfeb4b1a3d Mon Sep 17 00:00:00 2001 From: rurouniken98 Date: Mon, 11 Mar 2024 18:42:02 +0700 Subject: [PATCH] Update Aqua.yml --- .github/workflows/Aqua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Aqua.yml b/.github/workflows/Aqua.yml index 40dba2d..1670529 100644 --- a/.github/workflows/Aqua.yml +++ b/.github/workflows/Aqua.yml @@ -23,5 +23,5 @@ jobs: run: docker pull registry.aquasec.com/scanner:2022.4 - name: run scan images run: | - docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/runner/work/pipelinegod/pipelinegod:/tmp registry.aquasec.com/scanner:2022.4 scan -H https://aqua.nsth.net -U ken-scanner -P P@ssw0rd --local rurouniken89/nodejsappgod --jsonfile /tmp/result.json + docker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/runner/work/pipelinegod/pipelinegod:/tmp registry.aquasec.com/scanner:2022.4 scan -H https://aqua.nsth.net -U ken-scanner -P P@ssw0rd --local rurouniken89/nodejsappgod --jsonfile /tmp/result.json cat /tmp/result.json