Skip to content

Commit f1444f9

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents a224547 + fd1ff05 commit f1444f9

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.5.0](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/compare/v1.4.0...v1.5.0) (2023-11-10)
2+
3+
4+
### Features
5+
6+
* enhance signing description ([1914f4c](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/1914f4c831ea98c87dbb396fc91bbaf479de58e7))
7+
18
# [1.4.0](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/compare/v1.3.0...v1.4.0) (2023-11-10)
29

310

src/assets/YAML/generated/generated.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,16 @@ Build and Deployment:
185185
or container images.
186186
measure: Digitally signing artifacts for all steps during the build and especially
187187
docker images, helps to ensure their integrity and authenticity.
188-
description: "## Github\nYou need to be authenticated to perform a push to a
189-
Github repository. Github doesn't check if the authenticated user and the
188+
description: "### Github\nYou need to be authenticated to perform a push to
189+
a Github repository. Github doesn't check if the authenticated user and the
190190
mail address in the commit corresponds. \nTo highlight to reviewers who performed
191191
a commit, signing is needed.\nBe aware that github actions like [semantic-release-action](https://github.com/cycjimmy/semantic-release-action)
192192
will not sign commits and will fail. You find an example working configuration
193193
to use semantic release action together with [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action)
194194
in the [workflow folder](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel/blob/master/.github/workflows/main.yml)
195-
of DSOMM.\n"
195+
of DSOMM.\nYou might want to utilize [Fine-grained personal access tokens](https://github.blog/2022-10-18-introducing-fine-grained-personal-access-tokens-for-github/)
196+
from your organization for a specific repository and put the Personal Access
197+
Token (PAT) as secret into the project.\n"
196198
difficultyOfImplementation:
197199
knowledge: 2
198200
time: 2

0 commit comments

Comments
 (0)