Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Bug fix for csharp
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed May 9, 2023
1 parent 7372c06 commit e3fb73d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/exetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit e3fb73d

Please sign in to comment.