From d1d18fe354d8ff0d2738fd12ee660b7884145677 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Wed, 24 May 2023 20:02:58 +0000 Subject: [PATCH] Added juice shop test Signed-off-by: Prabhu Subramanian --- .github/workflows/repotests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/repotests.yml b/.github/workflows/repotests.yml index 828d32e..d5c0e91 100644 --- a/.github/workflows/repotests.yml +++ b/.github/workflows/repotests.yml @@ -18,6 +18,10 @@ jobs: with: repository: 'ShiftLeftSecurity/shiftleft-java-example' path: 'repotests/shiftleft-java-example' + - uses: actions/checkout@v3 + with: + repository: 'juice-shop/juice-shop' + path: 'repotests/juice-shop' - uses: actions/checkout@v3 with: repository: 'ShiftLeftSecurity/shiftleft-ts-example' @@ -39,6 +43,7 @@ jobs: - run: | sbt stage ./atom -o /tmp/java.cpg.bin $GITHUB_WORKSPACE/repotests/shiftleft-java-example -Dlog4j.configurationFile=log4j2.xml + ./atom -o /tmp/juice.cpg.bin $GITHUB_WORKSPACE/repotests/juice-shop -Dlog4j.configurationFile=log4j2.xml ./atom -o /tmp/ts.cpg.bin $GITHUB_WORKSPACE/repotests/shiftleft-ts-example -Dlog4j.configurationFile=log4j2.xml ./atom -o /tmp/py.cpg.bin $GITHUB_WORKSPACE/repotests/DjanGoat -Dlog4j.configurationFile=log4j2.xml ./atom -o /tmp/c.cpg.bin $GITHUB_WORKSPACE/repotests/libexpat -Dlog4j.configurationFile=log4j2.xml