|
40 | 40 | # go-private-modules: GOPRIVATE for Go private modules, default is 'github.com/progress-platform-services/* |
41 | 41 |
|
42 | 42 | # 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 }} |
44 | 44 | detect-version-source-type: 'none' # options include "none" (do not detect), "file", "github-tag" or "github-release" |
45 | 45 | detect-version-source-parameter: '' # use for file name |
46 | 46 | language: 'ruby' # Go, Ruby, Rust, JavaScript, TypeScript, Python, Java, C#, PHP, other - used for build and SonarQube language setting |
|
60 | 60 | # requires these secrets: POLARIS_SERVER_URL, POLARIS_ACCESS_TOKEN |
61 | 61 | perform-blackduck-polaris: true |
62 | 62 | 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' |
66 | 66 |
|
67 | 67 | # perform application build and unit testing, will use custom repository properties when implemented for chef-primary-application, chef-build-profile, and chef-build-language |
68 | 68 | build: true |
|
79 | 79 |
|
80 | 80 | # report to central developer dashboard |
81 | 81 | 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 |
84 | 83 | # quality-sonar-app-name: 'YourSonarAppName' |
85 | 84 | # quality-testing-type: 'Integration' like Unit, Integration, e2e, api, Performance, Security |
86 | 85 | # quality-service-name: 'YourServiceOrRepoName' |
|
0 commit comments