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.yml
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ on:
105
105
description: 'Fail pipeline if Trivy finds HIGH or CRITICAL vulnerabilities'
106
106
required: false
107
107
type: boolean
108
-
default: true
108
+
default: false
109
109
110
110
build:
111
111
description: 'CI Build (language-specific)'
@@ -169,15 +169,15 @@ on:
169
169
type: string
170
170
polaris-coverity-clean-command:
171
171
# NEW IN 1.0.7
172
-
description: 'Coverity clean command, typically done before build stage by language or here as param 1-liner like "mvn clean"'
172
+
description: 'Coverity clean command, typically done before build stage by language or here as param 1-liner like "mvn clean". Leave empty for buildless analysis (Ruby, Python, etc.)'
173
173
required: false
174
-
default: 'go clean'
174
+
default: ''
175
175
type: string
176
176
polaris-coverity-build-command:
177
177
# NEW IN 1.0.7
178
-
description: 'Coverity build command, typically done in build stage by language or here as param 1-liner like "mvn clean install"'
178
+
description: 'Coverity build command, typically done in build stage by language or here as param 1-liner like "mvn clean install". Leave empty for buildless analysis (Ruby, Python, etc.)'
179
179
required: false
180
-
default: 'go build'
180
+
default: ''
181
181
type: string
182
182
polaris-coverity-args:
183
183
# NEW IN 1.0.7
@@ -374,6 +374,11 @@ on:
374
374
required: false
375
375
type: boolean
376
376
default: false
377
+
ruby-app-directory:
378
+
description: 'Subdirectory containing Ruby Gemfile (e.g., "src/supermarket" for repos with non-root Gemfile location). Leave empty if Gemfile is in root.'
Copy file name to clipboardExpand all lines: .github/workflows/sbom.yml
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,11 @@ on:
77
77
required: false
78
78
type: string
79
79
default: 'ruby'
80
+
ruby-app-directory:
81
+
description: 'Subdirectory containing Ruby Gemfile (e.g., "src/supermarket" for repos with non-root Gemfile location). Leave empty if Gemfile is in root.'
0 commit comments