File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "cy:run" : " npx cypress run" ,
1010 "test:cypress" : " npx start-server-and-test start http://localhost:8080 cy:open" ,
1111 "test:headless" : " BROWSER=none npx start-server-and-test start http://localhost:8080 cy:run" ,
12- "docker:security" : " docker run --rm -e SCAN_URL=\" http://$(ip -4 addr show docker0 | grep -Po 'inet \\ K[\\ d.]+'):8080\" lirantal/is-website-vulnerable:latest" ,
13- "test:security" : " npx start-server-and-test start http://localhost:8080 docker:security"
12+ "docker:security:linux" : " docker run --rm -e SCAN_URL=\" http://$(ip -4 addr show docker0 | grep -Po 'inet \\ K[\\ d.]+'):8080\" lirantal/is-website-vulnerable:latest" ,
13+ "test:security:linux" : " npx start-server-and-test start http://localhost:8080 docker:security:linux" ,
14+ "docker:security:non-linux" : " docker run --rm -e SCAN_URL=\" http://host.docker.internal:8080\" lirantal/is-website-vulnerable:latest" ,
15+ "test:security:non-linux" : " npx start-server-and-test start http://localhost:8080 docker:security:non-linux"
1416 },
1517 "repository" : {
1618 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments