From 1b6b6bae9c9126842a223eed8cb9d4b6465ea9ad Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Mon, 23 Oct 2023 11:42:01 +0100 Subject: [PATCH] Workflow Signed-off-by: Prabhu Subramanian --- .github/workflows/repotests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/repotests.yml b/.github/workflows/repotests.yml index 08394fb..7e84cc6 100644 --- a/.github/workflows/repotests.yml +++ b/.github/workflows/repotests.yml @@ -78,5 +78,6 @@ jobs: ./atom.sh reachables -o /tmp/java-sec-code.atom -l java $GITHUB_WORKSPACE/repotests/java-sec-code -Dlog4j.configurationFile=log4j2.xml --slice-outfile /tmp/java-sec-code.reachables.json cdxgen -t js -o $GITHUB_WORKSPACE/repotests/juice-shop/bom.json $GITHUB_WORKSPACE/repotests/juice-shop ./atom.sh reachables -o /tmp/juice-shop.atom -l js $GITHUB_WORKSPACE/repotests/juice-shop -Dlog4j.configurationFile=log4j2.xml --slice-outfile /tmp/juice-shop.reachables.json + shell: bash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}