@@ -456,67 +456,67 @@ jobs:
456456 uses : chef/common-github-actions/.github/workflows/sonarqube-public-repo.yml@main
457457 secrets : inherit
458458 with :
459- perform-build : $${ inputs.perform-sonar-build }
460- build-profile : $${ inputs.build-profile }
461- language : ${ inputs.language }
462- report-unit-test-coverage : ${ inputs.report-unit-test-coverage }
463- report-to-atlassian-dashboard : ${ inputs.report-to-atlassian-dashboard }
464- quality-product-name : $${ inputs.quality-product-name }
465- quality-sonar-app-name : $${ inputs.quality-sonar-app-name }
466- quality-testing-type : $${ inputs.quality-testing-type }
467- quality-service-name : $${ inputs.quality-service-name }
468- quality-junit-report : $${ inputs.quality-junit-report }
469- visibility : $${ inputs.visibility }
470- go-private-modules : $${ inputs.go-private-modules }
471- udf1 : $${ inputs.udf1 }
472- udf2 : $${ inputs.udf2 }
473- udf3 : $${ inputs.udf3 }
459+ perform-build : ${{ inputs.perform-sonar-build } }
460+ build-profile : ${{ inputs.build-profile } }
461+ language : ${{ inputs.language } }
462+ report-unit-test-coverage : ${{ inputs.report-unit-test-coverage } }
463+ report-to-atlassian-dashboard : ${{ inputs.report-to-atlassian-dashboard } }
464+ quality-product-name : ${{ inputs.quality-product-name } }
465+ quality-sonar-app-name : ${{ inputs.quality-sonar-app-name } }
466+ quality-testing-type : ${{ inputs.quality-testing-type } }
467+ quality-service-name : ${{ inputs.quality-service-name } }
468+ quality-junit-report : ${{ inputs.quality-junit-report } }
469+ visibility : ${{ inputs.visibility } }
470+ go-private-modules : ${{ inputs.go-private-modules } }
471+ udf1 : ${{ inputs.udf1 } }
472+ udf2 : ${{ inputs.udf2 } }
473+ udf3 : ${{ inputs.udf3 } }
474474
475- Sonar-SAST-private :
476- name : ' PRIVATE Sonar scan'
477- if : ${{ inputs.perform-sonarqube-sca-scan == true && success() && inputs.visibility == 'private'}}
478- needs : ci-build
479- uses : chef/common-github-actions/.github/workflows/sonarqube-private-repo.yml@main
480- secrets : inherit
481- with :
482- perform-build : $${ inputs.perform-sonar-build }
483- build-profile : $${ inputs.build-profile }
484- language : ${ inputs.language }
485- report-unit-test-coverage : ${ inputs.report-unit-test-coverage }
486- report-to-atlassian-dashboard : ${ inputs.report-to-atlassian-dashboard }
487- quality-product-name : $${ inputs.quality-product-name }
488- quality-sonar-app-name : $${ inputs.quality-sonar-app-name }
489- quality-testing-type : $${ inputs.quality-testing-type }
490- quality-service-name : $${ inputs.quality-service-name }
491- quality-junit-report : $${ inputs.quality-junit-report }
492- visibility : $${ inputs.visibility }
493- go-private-modules : $${ inputs.go-private-modules }
494- udf1 : $${ inputs.udf1 }
495- udf2 : $${ inputs.udf2 }
496- udf3 : $${ inputs.udf3 }
475+ # Sonar-SAST-private:
476+ # name: 'PRIVATE Sonar scan'
477+ # if: ${{ inputs.perform-sonarqube-sca-scan == true && success() && inputs.visibility == 'private'}}
478+ # needs: ci-build
479+ # uses: chef/common-github-actions/.github/workflows/sonarqube-private-repo.yml@main
480+ # secrets: inherit
481+ # with:
482+ # perform-build: $${ inputs.perform-sonar-build }
483+ # build-profile: $${ inputs.build-profile }
484+ # language: ${ inputs.language }
485+ # report-unit-test-coverage: ${ inputs.report-unit-test-coverage }
486+ # report-to-atlassian-dashboard: ${ inputs.report-to-atlassian-dashboard }
487+ # quality-product-name: $${ inputs.quality-product-name }
488+ # quality-sonar-app-name: $${ inputs.quality-sonar-app-name }
489+ # quality-testing-type: $${ inputs.quality-testing-type }
490+ # quality-service-name: $${ inputs.quality-service-name }
491+ # quality-junit-report: $${ inputs.quality-junit-report }
492+ # visibility: $${ inputs.visibility }
493+ # go-private-modules: $${ inputs.go-private-modules }
494+ # udf1: $${ inputs.udf1 }
495+ # udf2: $${ inputs.udf2 }
496+ # udf3: $${ inputs.udf3 }
497497
498- Sonar-SAST-internal :
499- name : ' INTERNAL Sonar scan'
500- if : ${{ inputs.perform-sonarqube-sca-scan == true && success() && inputs.visibility == 'internal'}}
501- needs : ci-build
502- uses : chef/common-github-actions/.github/workflows/sonarqube-internal-repo.yml@main
503- secrets : inherit
504- with :
505- perform-build : $${ inputs.perform-sonar-build }
506- build-profile : $${ inputs.build-profile }
507- language : ${ inputs.language }
508- report-unit-test-coverage : ${ inputs.report-unit-test-coverage }
509- report-to-atlassian-dashboard : ${ inputs.report-to-atlassian-dashboard }
510- quality-product-name : $${ inputs.quality-product-name }
511- quality-sonar-app-name : $${ inputs.quality-sonar-app-name }
512- quality-testing-type : $${ inputs.quality-testing-type }
513- quality-service-name : $${ inputs.quality-service-name }
514- quality-junit-report : $${ inputs.quality-junit-report }
515- visibility : $${ inputs.visibility }
516- go-private-modules : $${ inputs.go-private-modules }
517- udf1 : $${ inputs.udf1 }
518- udf2 : $${ inputs.udf2 }
519- udf3 : $${ inputs.udf3 }
498+ # Sonar-SAST-internal:
499+ # name: 'INTERNAL Sonar scan'
500+ # if: ${{ inputs.perform-sonarqube-sca-scan == true && success() && inputs.visibility == 'internal'}}
501+ # needs: ci-build
502+ # uses: chef/common-github-actions/.github/workflows/sonarqube-internal-repo.yml@main
503+ # secrets: inherit
504+ # with:
505+ # perform-build: $${ inputs.perform-sonar-build }
506+ # build-profile: $${ inputs.build-profile }
507+ # language: ${ inputs.language }
508+ # report-unit-test-coverage: ${ inputs.report-unit-test-coverage }
509+ # report-to-atlassian-dashboard: ${ inputs.report-to-atlassian-dashboard }
510+ # quality-product-name: $${ inputs.quality-product-name }
511+ # quality-sonar-app-name: $${ inputs.quality-sonar-app-name }
512+ # quality-testing-type: $${ inputs.quality-testing-type }
513+ # quality-service-name: $${ inputs.quality-service-name }
514+ # quality-junit-report: $${ inputs.quality-junit-report }
515+ # visibility: $${ inputs.visibility }
516+ # go-private-modules: $${ inputs.go-private-modules }
517+ # udf1: $${ inputs.udf1 }
518+ # udf2: $${ inputs.udf2 }
519+ # udf3: $${ inputs.udf3 }
520520
521521 # # older tool no longer used in Progress
522522 # # run-blackduck-coverity:
@@ -526,6 +526,7 @@ jobs:
526526 # # secrets: inherit
527527
528528 run-blackduck-polaris :
529+ name : ' BlackDuck polaris scan'
529530 if : ${{ inputs.perform-blackduck-polaris == true }}
530531 uses : chef/common-github-actions/.github/workflows/blackduck-polaris.yml@main
531532 needs : ci-build
@@ -537,14 +538,14 @@ jobs:
537538 # #
538539 # ################################################################################################################
539540
540- package-binary :
541- name : ' Creating packaged binaries'
542- runs-on : ubuntu-latest
543- needs : ci-build
544- steps :
545- - name : ' Create packaged binaries'
546- if : ${{ success() && inputs.package-binaries == true }}
547- run : echo "Creating packaged binaries"
541+ # package-binary:
542+ # name: 'Creating packaged binaries'
543+ # runs-on: ubuntu-latest
544+ # needs: ci-build
545+ # steps:
546+ # - name: 'Create packaged binaries'
547+ # if: ${{ success() && inputs.package-binaries == true }}
548+ # run: echo "Creating packaged binaries"
548549 # TODO: add flag for any params needed
549550
550551 # ################################################################################################################
@@ -553,14 +554,14 @@ jobs:
553554 # #
554555 # ################################################################################################################
555556
556- habitat-build :
557- name : ' Creating Habitat packages'
558- runs-on : ubuntu-latest
559- needs : package-binary
560- steps :
561- - name : ' Create Habitat packages'
562- if : ${{ success() && inputs.habitat-build == true }}
563- run : echo "Creating Habitat packages"
557+ # habitat-build:
558+ # name: 'Creating Habitat packages'
559+ # runs-on: ubuntu-latest
560+ # needs: package-binary
561+ # steps:
562+ # - name: 'Create Habitat packages'
563+ # if: ${{ success() && inputs.habitat-build == true }}
564+ # run: echo "Creating Habitat packages"
564565 # TODO: add flag for any params needed
565566
566567 # ################################################################################################################
@@ -570,14 +571,14 @@ jobs:
570571 # #
571572 # ################################################################################################################
572573
573- publish :
574- name : ' Publishing packages'
575- runs-on : ubuntu-latest
576- needs : habitat-build
577- steps :
578- - name : ' Publishing packages'
579- if : ${{ success() && inputs.publish-packages == true }}
580- run : echo "Publishing packages"
574+ # publish:
575+ # name: 'Publishing packages'
576+ # runs-on: ubuntu-latest
577+ # needs: habitat-build
578+ # steps:
579+ # - name: 'Publishing packages'
580+ # if: ${{ success() && inputs.publish-packages == true }}
581+ # run: echo "Publishing packages"
581582 # TODO: add flag for any params needed
582583
583584 # ### TODO: add flags here!!! MSFT, license scout, GH export, etc...
0 commit comments