You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# requires secrets POLARIS_SERVER_URL and POLARIS_ACCESS_TOKEN
52
52
perform-blackduck-polaris: false
53
53
polaris-application-name: 'Chef-Chef360'# one of these: Chef-Agents, Chef-Automate, Chef-Chef360, Chef-Habitat, Chef-Infrastructure-Server, Chef-Shared-Services
54
-
polaris-project-name: ${{ github.event.repository.name }} # typically the application name, followed by - and the repository name, for example Chef-Chef360-chef-vault'
54
+
polaris-project-name: Chef-Automate-${{ github.event.repository.name }} # typically the application name, followed by - and the repository name, for example Chef-Automate-chef-vault
55
55
perform-blackduck-sca-scan: false
56
56
57
57
# perform application build and unit testing, will use custom repository properties when implemented for chef-primary-application, chef-build-profile, and chef-build-language
@@ -60,7 +60,7 @@ jobs:
60
60
# language: $chef-ga-build-language # this will be removed from stub as autodetected in central GA
61
61
unit-tests: false
62
62
63
-
# perform SonarQube scan, with or wihout unit test coverage data
63
+
# perform SonarQube scan, with or without unit test coverage data
64
64
# requires secrets SONAR_TOKEN and SONAR_HOST_URL (progress.sonar.com)
# requires secrets POLARIS_SERVER_URL and POLARIS_ACCESS_TOKEN
52
52
perform-blackduck-polaris: true
53
53
polaris-application-name: 'Chef-Chef360'# one of these: Chef-Agents, Chef-Automate, Chef-Chef360, Chef-Habitat, Chef-Infrastructure-Server, Chef-Shared-Services
54
-
polaris-project-name: ${{ polaris_application_name }}-${{ github.event.repository.name }} # typically the application name, followed by - and the repository name, for example Chef-Chef360-chef-vault'
54
+
polaris-project-name: ${{ polaris_application_name }}-${{ github.event.repository.name }} # typically the application name, followed by - and the repository name, for example Chef-Chef360-chef-vault
55
55
perform-blackduck-sca-scan: true
56
56
57
57
# perform application build and unit testing, will use custom repository properties when implemented for chef-primary-application, chef-build-profile, and chef-build-language
58
58
build: true
59
59
language: 'Ruby'# Go, Ruby, Rust
60
60
unit-tests: false
61
61
62
-
# perform SonarQube scan, withor wihout unit test coverage data
62
+
# perform SonarQube scan, withor without unit test coverage data
63
63
# requires secrets SONAR_TOKEN and SONAR_HOST_URL (progress.sonar.com)
0 commit comments