diff --git a/.github/workflows/exetests.yml b/.github/workflows/exetests.yml index 94ebbbf..e057c5c 100644 --- a/.github/workflows/exetests.yml +++ b/.github/workflows/exetests.yml @@ -36,10 +36,6 @@ jobs: with: repository: 'HooliCorp/DjanGoat' path: 'repotests/DjanGoat' - - uses: actions/checkout@v3 - with: - repository: 'prabhu/Vulnerable-Web-Application' - path: 'repotests/Vulnerable-Web-Application' - uses: actions/checkout@v3 with: repository: 'GoogleCloudPlatform/microservices-demo' @@ -80,7 +76,6 @@ jobs: ./cpggen-linux-amd64 -i repotests/vulnerable_net_core -o /tmp/all_cpgs/vulnerable_net_core --build ./cpggen-linux-amd64 -i repotests/Goatly.NET -o /tmp/all_cpgs/Goatly.NET --build ./cpggen-linux-amd64 -i repotests/DjanGoat -o /tmp/all_cpgs/DjanGoat - ./cpggen-linux-amd64 -i repotests/Vulnerable-Web-Application -o /tmp/all_cpgs/Vulnerable-Web-Application ./cpggen-linux-amd64 -i repotests/microservices-demo -o /tmp/all_cpgs/microservices-demo --build ./cpggen-linux-amd64 -i repotests/juicy-malware/juicy_malware_linux_amd_64 -o /tmp/all_cpgs/juicy-malware ls -ltr /tmp/all_cpgs @@ -120,10 +115,6 @@ jobs: with: repository: 'HooliCorp/DjanGoat' path: 'repotests/DjanGoat' - - uses: actions/checkout@v3 - with: - repository: 'prabhu/Vulnerable-Web-Application' - path: 'repotests/Vulnerable-Web-Application' - uses: actions/checkout@v3 with: repository: 'GoogleCloudPlatform/microservices-demo' @@ -148,7 +139,6 @@ jobs: .\cpggen.exe -i $env:GITHUB_WORKSPACE\\repotests\\vulnerable_net_core --build .\cpggen.exe -i $env:GITHUB_WORKSPACE\\repotests\\Goatly.NET --build .\cpggen.exe -i $env:GITHUB_WORKSPACE\\repotests\\DjanGoat - .\cpggen.exe -i $env:GITHUB_WORKSPACE\\repotests\\Vulnerable-Web-Application .\cpggen.exe -i $env:GITHUB_WORKSPACE\\repotests\\microservices-demo --build .\cpggen.exe -i $env:GITHUB_WORKSPACE\\repotests\\juicy-malware\\juicy_malware_windows_64.exe env: