Skip to content

Commit 3acbba7

Browse files
committed
ci(build): Introduce code signing
1 parent 8fb15de commit 3acbba7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
id: upload-msi
101101
with:
102102
name: "fibratus-amd64.msi"
103-
path: "./build/msi/fibratus-1.10.0-amd64.msi"
103+
path: "./build/msi/fibratus-0.0.0-amd64.msi"
104104
- name: Sign MSI
105105
uses: signpath/github-action-submit-signing-request@v1
106106
with:
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/upload-artifact@v4
115115
with:
116116
name: "fibratus-amd64.msi"
117-
path: "./build/msi/signed/fibratus-1.10.0-amd64.msi"
117+
path: "./build/msi/signed/fibratus-0.0.0-amd64.msi"
118118
overwrite: true
119119

120120
test:

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ To describe all rules in the catalog, use the `fibratus rules list` command. It
6262

6363
We love contributions. To start contributing to Fibratus, please read our [contribution guidelines](https://github.com/rabbitstack/fibratus/blob/master/CONTRIBUTING.md).
6464

65+
### Code Signing Policy
66+
67+
Free code signing provided by [SignPath.io], certificate by
68+
[SignPath Foundation].
69+
70+
[SignPath.io]: https://signpath.io
71+
[SignPath Foundation]: https://signpath.org
72+
6573
---
6674

6775
<p align="center">

0 commit comments

Comments
 (0)