Skip to content

Commit 7c99705

Browse files
committed
Removing extra code
Signed-off-by: sandhi <sagarwal@progress.com>
1 parent eb4b9bc commit 7c99705

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ 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: ci-build
1020+
needs: checkout # TODO: fix set-application-version
10211021
steps:
10221022
- name: Checkout repository
10231023
uses: actions/checkout@v6
@@ -1085,7 +1085,7 @@ jobs:
10851085
# polaris_upload_sarif_report: true
10861086
# Mark build status if policy violating issues are found
10871087
# mark_build_status: 'success'
1088-
continue-on-error: true
1088+
continue-on-error: false
10891089

10901090
package-binary:
10911091
name: 'Creating packaged binaries'
@@ -1331,9 +1331,9 @@ jobs:
13311331
generate-sbom:
13321332
name: 'Generating SBOM'
13331333
# Create software bill-of-materials (SBOM) using SPDX format
1334-
if: ${{ inputs.generate-sbom }}
1334+
if: ${{ inputs.generate-sbom == true }}
13351335
uses: chef/common-github-actions/.github/workflows/sbom.yml@main
1336-
needs: ci-build
1336+
needs: checkout # TODO: fix set-application-version
13371337
secrets: inherit
13381338
with:
13391339
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)