From 6d994490fa75e7f2064bbd8fa6a4248c957f45b5 Mon Sep 17 00:00:00 2001 From: Sara Aspery Date: Thu, 19 Dec 2024 14:51:42 +0000 Subject: [PATCH] ACS-9044 fix for temp dir --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a023811d1e4..2dc5c192339 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: bash ./scripts/ci/build.sh - name: "Remove excluded files" run: | - bash mkdir temp-dir-for-sast + mkdir temp-dir-for-sast bash ./scripts/ci/remove-sast-exclusions.sh ./packaging/war/target/alfresco.war temp-dir-for-sast/reduced.war - name: "Run SAST Scan" uses: veracode/Veracode-pipeline-scan-action@v1.0.16