Skip to content

Commit ea7d05b

Browse files
committed
updated version and also group names
Signed-off-by: nikhil2611 <ngupta@progress.com>
1 parent 700e7a3 commit ea7d05b

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# go-private-modules: GOPRIVATE for Go private modules, default is 'github.com/progress-platform-services/*
4141

4242
# if version specified, it takes precedence; can be a semver like 1.0.2-xyz or a tag like "latest"
43-
version: '6.1.16' # ${{ github.event.repository.version }}
43+
version: '6.1.17' # ${{ github.event.repository.version }}
4444
detect-version-source-type: 'none' # options include "none" (do not detect), "file", "github-tag" or "github-release"
4545
detect-version-source-parameter: '' # use for file name
4646
language: 'ruby' # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting
@@ -60,9 +60,9 @@ jobs:
6060
# requires these secrets: POLARIS_SERVER_URL, POLARIS_ACCESS_TOKEN
6161
perform-blackduck-polaris: true
6262
polaris-application-name: "Chef-Agents" # one of these: Chef-Agents, Chef-Automate, Chef-Chef360, Chef-Habitat, Chef-Infrastructure-Server, Chef-Shared-Services, Chef-Other, Chef-Non-Product
63-
polaris-project-name: ${{ github.event.repository.name }}
64-
polaris-blackduck-executable: 'path/to/blackduck/binary'
65-
polaris-executable-detect-path: 'path/to/detect'
63+
polaris-project-name: 'chef-chef-cli'
64+
# polaris-blackduck-executable: 'path/to/blackduck/binary'
65+
# polaris-executable-detect-path: 'path/to/detect'
6666

6767
# perform application build and unit testing, will use custom repository properties when implemented for chef-primary-application, chef-build-profile, and chef-build-language
6868
build: true
@@ -79,8 +79,7 @@ jobs:
7979

8080
# report to central developer dashboard
8181
report-to-atlassian-dashboard: false
82-
quality-product-name: 'Chef-Agents' # product name for quality reporting, like Chef360, Courier, Inspec
83-
# quality-product-name: ${{ github.event.repository.name }} # like 'Chef-360' - the product name for quality reporting, like Chef360, Courier, Inspec
82+
quality-product-name: 'chef-chef-cli' # product name for quality reporting, like Chef360, Courier, Inspec
8483
# quality-sonar-app-name: 'YourSonarAppName'
8584
# quality-testing-type: 'Integration' like Unit, Integration, e2e, api, Performance, Security
8685
# quality-service-name: 'YourServiceOrRepoName'

0 commit comments

Comments
 (0)