Skip to content

Commit

Permalink
Update Aqua.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rurouniken98 authored Mar 11, 2024
1 parent 146f977 commit 908dcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Aqua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 908dcbb

Please sign in to comment.