Skip to content

Commit eb4b9bc

Browse files
committed
Fix for polaris on 360
Signed-off-by: sandhi <sagarwal@progress.com>
1 parent d72d128 commit eb4b9bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-main-pull-request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,13 @@ jobs:
10171017
# chef-vault at https://polaris.blackduck.com/portfolio/portfolios/8b7ad6f7-6dcb-49ec-bded-bfc4f190d4f8/portfolio-items/fe369baf-11d2-4989-bcb7-045577856dcc/projects/2460eabd-d033-48a1-a378-6cadd49be6d1/tests/sast?branchId=a6d2c02a-05f8-4557-bfa1-c40e9337ee5d
10181018
if: ${{ inputs.perform-blackduck-polaris == true }}
10191019
runs-on: ubuntu-latest
1020-
needs: checkout
1020+
needs: ci-build
10211021
steps:
1022+
- name: Checkout repository
1023+
uses: actions/checkout@v6
1024+
with:
1025+
fetch-depth: 0
1026+
10221027
- name: Starting Black Duck Polaris scan
10231028
run: |
10241029
echo "Starting Polaris SAST scan"

0 commit comments

Comments
 (0)