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
perform-docker-scan: false # scan Dockerfile and built images with Docker Scout or Trivy; see repo custom properties matching "container"
88
106
89
107
# report to central developer dashboard
90
-
# quality-dashboard-version: 'main' # Version of quality dashboard workflow (main, v1.0.7, etc.)
91
108
report-to-atlassian-dashboard: false
92
109
quality-product-name: 'Chef-360'# product name for quality reporting, like Chef360, Courier, Inspec
93
110
# quality-product-name: ${{ github.event.repository.name }} # like 'Chef-360' - the product name for quality reporting, like Chef360, Courier, Inspec
@@ -111,7 +128,6 @@ jobs:
111
128
publish-packages: false # Publish packages (e.g., container from Dockerfile to ECR, go-releaser binary to releases page, omnibus to artifactory, gems, choco, homebrew, other app stores)
112
129
113
130
# generate and export Software Bill of Materials (SBOM) in various formats
114
-
# sbom-version: 'main' # Version of SBOM workflow (main, v1.0.7, etc.)
115
131
generate-sbom: true
116
132
export-github-sbom: true # SPDX JSON artifact on job instance
117
133
perform-blackduck-sca-scan: true # combined with generate sbom & generate github-sbom, also needs version above
### **DCO (Developer Certificate of Origin) Check**
147
+
148
+
**Purpose:** Validates that all commits in a pull request are signed with a Developer Certificate of Origin (DCO), ensuring contributors certify their right to submit the code.
149
+
150
+
**What it checks:**
151
+
- Presence of "Signed-off-by" line in commit messages
152
+
- Proper DCO signature format
153
+
- All commits in the pull request have valid DCO sign-offs
154
+
155
+
**Reporting:**
156
+
- Job status (pass/fail) in GitHub Actions
157
+
- Comments on pull requests indicating which commits are missing DCO signatures
0 commit comments