Skip to content

Commit e6ff9e2

Browse files
committed
release signing + link to signpath from README
1 parent b29b67f commit e6ff9e2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
5454
organization-id: '45fd8443-c7ca-4d29-a68b-608948185335'
5555
project-slug: 'sqlpage'
56-
signing-policy-slug: 'test-signing'
56+
signing-policy-slug: 'release-signing'
5757
github-artifact-id: ${{ steps.upload_unsigned.outputs.artifact-id }}
5858
wait-for-completion: true
5959
output-artifact-directory: './signed-windows'

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,10 @@ We welcome contributions! SQLPage is built with Rust and uses
322322
vanilla javascript for its frontend parts.
323323

324324
Check out our [Contributing Guide](./CONTRIBUTING.md) for detailed instructions on development setup, testing, and pull request process.
325+
326+
# Code signing policy
327+
328+
Our windows binaries are digitally signed, so they should be recognized as safe by Windows.
329+
Free code signing provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/). [Contributors](https://github.com/sqlpage/SQLPage/graphs/contributors), [Owners](https://github.com/orgs/sqlpage/people?query=role%3Aowner).
330+
331+
This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it

0 commit comments

Comments
 (0)