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
Copy file name to clipboardExpand all lines: .github/workflows/ci-main-pull-request-stub.yml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,11 @@ jobs:
107
107
perform-trufflehog-scan: true
108
108
fail-trufflehog-on-secrets-found: true
109
109
perform-trivy-scan: true
110
+
111
+
# grype vulnerability scanning
112
+
perform-grype-scan: true
113
+
grype-fail-on-high: true
114
+
grype-fail-on-critical: true
110
115
111
116
# perform application build and unit testing, will use custom repository properties when implemented for chef-primary-application, chef-build-profile, and chef-build-language
112
117
build: true
@@ -170,12 +175,12 @@ jobs:
170
175
license_scout: false # Run license scout for license compliance (uses .license_scout.yml)
171
176
172
177
# perform Blackduck software composition analysis (SCA) for 3rd party CVEs, licensing, and operational risk
173
-
perform-blackduck-sca-scan: true
174
-
run-bundle-install: true #combined with generate sbom & generate github-sbom, also needs version above
178
+
perform-blackduck-sca-scan: true# combined with generate sbom & generate github-sbom, also needs version above
179
+
run-bundle-install: true # generate Gemfile.lock at runtime for SBOM pipeline
175
180
blackduck-project-group-name: 'Chef-Agents'# typically one of (Chef), Chef-Agents, Chef-Automate, Chef-Chef360, Chef-Habitat, Chef-Infrastructure-Server, Chef-Shared-Services, Chef-Non-Product'
176
181
blackduck-project-name: ${{ github.event.repository.name }} # BlackDuck project name, typically the repository name
177
182
blackduck-force-low-accuracy-mode: true # if true, forces BlackDuck Detect to run in low accuracy mode which can reduce scan time for large projects at the cost of potentially missing some vulnerabilities; see https://synopsys.atlassian.net/wiki/spaces/INTDOCS/pages/1138617921/Black+Duck+Detect+Accuracy+Levels for details
0 commit comments