Skip to content

Commit

Permalink
adds changelog and doc update for github actions connector 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Savoie committed Jan 28, 2025
1 parent cd35013 commit d726fae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/_data/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- date: '2025-01-30'
updates:
github_connector:
version: 1.2.0
improvements:
- text: The SignPath GitHub app is only required for use-cases that verify source code and build policies.
issues: [SIGN-7506]
bug_fixes:
- text: Workflow runs with skipped jobs are no longer prevented from signing.
issues: [SIGN-7513, SIGN-7514]
- date: '2025-01-28'
updates:
application:
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/trusted-build-systems/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: GitHub
* add it to the Organization
* link it to each SignPath Project for GitHub
* Specify `<zip-file>` as root element of your [Artifact Configurations](/documentation/artifact-configuration) (GitHub packages all artifacts as ZIP archives)
* Install the [SignPath GitHub App](https://github.com/apps/signpath) and allow access to the code repositories.
* Required for [source code and build policies](#define-policies-for-source-code-and-builds): Install the [SignPath GitHub App](https://github.com/apps/signpath) and allow access to the code repositories.

{:.panel.info}
> **GitHub Enterprise**
Expand Down

0 comments on commit d726fae

Please sign in to comment.