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://192.168.0.12 :8080\" lirantal/is-website-vulnerable:latest" ,
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" ,
1313 "test:security" : " npx start-server-and-test start http://localhost:8080 docker:security"
1414 },
1515 "repository" : {
2121 "bugs" : {
2222 "url" : " https://github.com/ToryTechs/website/issues"
2323 },
24- "homepage" : " https://github.com/ToryTechs/website#readme"
24+ "homepage" : " https://github.com/ToryTechs/website#readme" ,
2525 "devDependencies" : {
2626 "@testing-library/cypress" : " ^5.3.0" ,
2727 "axe-core" : " ^3.5.1" ,
You can’t perform that action at this time.
0 commit comments