Skip to content

Commit f0ce3d6

Browse files
authored
Merge branch 'dev' into Refactor-project-styling-2
2 parents 334eeaa + 5d85a59 commit f0ce3d6

File tree

501 files changed

+14727
-14279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

501 files changed

+14727
-14279
lines changed

app/.eleventy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function (eleventyConfig) {
7171

7272
eleventyConfig.addPassthroughCopy({
7373
"src/img": "assets/img",
74-
"src/js" : "src/js",
74+
"src/js": "src/js",
7575
"site/img": "assets/img",
7676
"site/_includes/css": "css",
7777
"site/_includes/js": "assets/js",

app/site/_data/CMS-Enterprise/CMS-Enterprise_data.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"login": "CMS-Enterprise",
33
"name": "CMS-Enterprise",
4-
"rg_id": 25754,
4+
"rg_id": null,
55
"top_committers": [
66
[
77
@@ -39,17 +39,17 @@
3939
"followers_count": 30,
4040
"new_issues_by_day_over_last_month": [],
4141
"new_issues_by_day_over_last_six_months": [],
42-
"commits_count": 1163,
43-
"issues_count": 4,
42+
"commits_count": 0,
43+
"issues_count": 0,
4444
"open_issues_count": 0,
45-
"closed_issues_count": 4,
46-
"pull_requests_count": 549,
47-
"open_pull_requests_count": 45,
48-
"merged_pull_requests_count": 449,
49-
"closed_pull_requests_count": 55,
50-
"forks_count": 10,
51-
"stargazers_count": 12,
52-
"watchers_count": 227,
45+
"closed_issues_count": 0,
46+
"pull_requests_count": 0,
47+
"open_pull_requests_count": 0,
48+
"merged_pull_requests_count": 0,
49+
"closed_pull_requests_count": 0,
50+
"forks_count": 0,
51+
"stargazers_count": 0,
52+
"watchers_count": 0,
5353
"dependency_libyear_list": [
5454
[
5555
"batcave-tf-misc-modules",

app/site/_data/CMS-Enterprise/CMS-Enterprise_data.json.old

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"closed_pull_requests_count": 55,
5050
"forks_count": 10,
5151
"stargazers_count": 12,
52-
"watchers_count": 198,
52+
"watchers_count": 227,
5353
"dependency_libyear_list": [
5454
[
5555
"batcave-tf-misc-modules",

app/site/_data/CMS-Enterprise/batcave-knight-light/batcave-knight-light_data.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"new_commit_contributors_by_day_over_last_month": [],
2929
"new_commit_contributors_by_day_over_last_six_months": [
3030
[
31-
"2024-06-13T00:00:00.000Z",
31+
"2024-06-17T00:00:00.000Z",
3232
1
3333
],
3434
[
@@ -381,14 +381,14 @@
381381
},
382382
"created_at": "2023-12-07T14:49:04Z",
383383
"ossf_scorecard": {
384-
"date": "2024-11-24T09:04:46Z",
384+
"date": "2024-12-01T09:10:20Z",
385385
"repo": {
386386
"name": "github.com/CMS-Enterprise/batcave-knight-light",
387387
"commit": "ed82fd175c2c83f1cf08e0ae51cd8bf821093506"
388388
},
389389
"scorecard": {
390-
"version": "v5.0.0-94-g51f31c98",
391-
"commit": "51f31c9882b6e5998e0df571096147a99842092b"
390+
"version": "v5.0.0-95-gea7cbdc4",
391+
"commit": "ea7cbdc45139a47b9000314325525f88b1635128"
392392
},
393393
"score": 3.6,
394394
"checks": [
@@ -398,7 +398,7 @@
398398
"reason": "no binaries found in the repo",
399399
"name": "Binary-Artifacts",
400400
"documentation": {
401-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#binary-artifacts",
401+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#binary-artifacts",
402402
"short": "Determines if the project has generated executable (binary) artifacts in the source repository."
403403
}
404404
},
@@ -408,7 +408,7 @@
408408
"reason": "branch protection is not maximal on development and all release branches",
409409
"name": "Branch-Protection",
410410
"documentation": {
411-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#branch-protection",
411+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#branch-protection",
412412
"short": "Determines if the default and release branches are protected with GitHub's branch protection settings."
413413
}
414414
},
@@ -418,7 +418,7 @@
418418
"reason": "13 out of 15 merged PRs checked by a CI test -- score normalized to 8",
419419
"name": "CI-Tests",
420420
"documentation": {
421-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#ci-tests",
421+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#ci-tests",
422422
"short": "Determines if the project runs tests before pull requests are merged."
423423
}
424424
},
@@ -428,7 +428,7 @@
428428
"reason": "no effort to earn an OpenSSF best practices badge detected",
429429
"name": "CII-Best-Practices",
430430
"documentation": {
431-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#cii-best-practices",
431+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#cii-best-practices",
432432
"short": "Determines if the project has an OpenSSF (formerly CII) Best Practices Badge."
433433
}
434434
},
@@ -438,7 +438,7 @@
438438
"reason": "Found 2/25 approved changesets -- score normalized to 0",
439439
"name": "Code-Review",
440440
"documentation": {
441-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#code-review",
441+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#code-review",
442442
"short": "Determines if the project requires human code review before pull requests (aka merge requests) are merged."
443443
}
444444
},
@@ -448,7 +448,7 @@
448448
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
449449
"name": "Contributors",
450450
"documentation": {
451-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#contributors",
451+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#contributors",
452452
"short": "Determines if the project has a set of contributors from multiple organizations (e.g., companies)."
453453
}
454454
},
@@ -458,7 +458,7 @@
458458
"reason": "no workflows found",
459459
"name": "Dangerous-Workflow",
460460
"documentation": {
461-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#dangerous-workflow",
461+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#dangerous-workflow",
462462
"short": "Determines if the project's GitHub Action workflows avoid dangerous patterns."
463463
}
464464
},
@@ -468,7 +468,7 @@
468468
"reason": "no update tool detected",
469469
"name": "Dependency-Update-Tool",
470470
"documentation": {
471-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#dependency-update-tool",
471+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#dependency-update-tool",
472472
"short": "Determines if the project uses a dependency update tool."
473473
}
474474
},
@@ -478,7 +478,7 @@
478478
"reason": "project is not fuzzed",
479479
"name": "Fuzzing",
480480
"documentation": {
481-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#fuzzing",
481+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#fuzzing",
482482
"short": "Determines if the project uses fuzzing."
483483
}
484484
},
@@ -488,7 +488,7 @@
488488
"reason": "license file detected",
489489
"name": "License",
490490
"documentation": {
491-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#license",
491+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#license",
492492
"short": "Determines if the project has defined a license."
493493
}
494494
},
@@ -498,7 +498,7 @@
498498
"reason": "project is archived",
499499
"name": "Maintained",
500500
"documentation": {
501-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#maintained",
501+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#maintained",
502502
"short": "Determines if the project is \"actively maintained\"."
503503
}
504504
},
@@ -508,7 +508,7 @@
508508
"reason": "packaging workflow not detected",
509509
"name": "Packaging",
510510
"documentation": {
511-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#packaging",
511+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#packaging",
512512
"short": "Determines if the project is published as a package that others can easily download, install, easily update, and uninstall."
513513
}
514514
},
@@ -518,7 +518,7 @@
518518
"reason": "dependency not pinned by hash detected -- score normalized to 1",
519519
"name": "Pinned-Dependencies",
520520
"documentation": {
521-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#pinned-dependencies",
521+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#pinned-dependencies",
522522
"short": "Determines if the project has declared and pinned the dependencies of its build process."
523523
}
524524
},
@@ -528,7 +528,7 @@
528528
"reason": "SAST tool is run on all commits",
529529
"name": "SAST",
530530
"documentation": {
531-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#sast",
531+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#sast",
532532
"short": "Determines if the project uses static code analysis."
533533
}
534534
},
@@ -538,7 +538,7 @@
538538
"reason": "security policy file detected",
539539
"name": "Security-Policy",
540540
"documentation": {
541-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#security-policy",
541+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#security-policy",
542542
"short": "Determines if the project has published a security policy."
543543
}
544544
},
@@ -548,7 +548,7 @@
548548
"reason": "no releases found",
549549
"name": "Signed-Releases",
550550
"documentation": {
551-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#signed-releases",
551+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#signed-releases",
552552
"short": "Determines if the project cryptographically signs release artifacts."
553553
}
554554
},
@@ -558,7 +558,7 @@
558558
"reason": "No tokens found",
559559
"name": "Token-Permissions",
560560
"documentation": {
561-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#token-permissions",
561+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#token-permissions",
562562
"short": "Determines if the project's workflows follow the principle of least privilege."
563563
}
564564
},
@@ -568,7 +568,7 @@
568568
"reason": "40 existing vulnerabilities detected",
569569
"name": "Vulnerabilities",
570570
"documentation": {
571-
"url": "https://github.com/ossf/scorecard/blob/51f31c9882b6e5998e0df571096147a99842092b/docs/checks.md#vulnerabilities",
571+
"url": "https://github.com/ossf/scorecard/blob/ea7cbdc45139a47b9000314325525f88b1635128/docs/checks.md#vulnerabilities",
572572
"short": "Determines if the project has open, known unfixed vulnerabilities."
573573
}
574574
}

0 commit comments

Comments
 (0)