Skip to content

Commit 3d107cb

Browse files
committed
add security section
1 parent 4322a69 commit 3d107cb

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/security.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Security
2+
3+
When transitioning to self-hosted runners for public repositories, many individuals often
4+
wonder about the level of security it provides. Traditional self-hosted runners which are
5+
persistent in nature may not offer robust security measures. However, opting for cirun
6+
guarantees absolute security. Cirun ensures security by executing code within ephemeral and
7+
meticulously isolated virtual machines that are created on demand. This approach mitigates
8+
any potential persistent compromise of the environment or unauthorized access beyond the
9+
information initially placed during the bootstrap process.
10+
11+
## Access to code
12+
13+
We do not store any code or secrets on our servers. The runners are ephemeral in nature and are
14+
destroyed immediately after job completion.
15+
16+
## Data Storage
17+
18+
We only store statistical data regarding workflows, such as build times, metadata, etc
19+
to be able to understand service usage and performance.
20+
21+
22+
## Reporting a security vulnerability
23+
24+
You can report security vulnerability by mailing us at [email protected]

sidebars.js

+5
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,10 @@ module.exports = {
7272
label: "Terms of Service",
7373
id: "terms-of-service",
7474
},
75+
{
76+
type: "doc",
77+
label: "Security",
78+
id: "security",
79+
},
7580
],
7681
};

0 commit comments

Comments
 (0)