File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ meticulously isolated virtual machines that are created on demand. This approach
8
8
any potential persistent compromise of the environment or unauthorized access beyond the
9
9
information initially placed during the bootstrap process.
10
10
11
- You can read more about self-hosted runner security on Github docs [ here] (
11
+ You can read more about self-hosted runner security on GitHub docs [ here] (
12
12
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security ).
13
13
14
14
As per GitHub docs on runners with public repositories.
@@ -18,13 +18,14 @@ forks of your public repository can potentially run dangerous code on your self-
18
18
machine by creating a pull request that executes the code in a workflow."*
19
19
20
20
21
+ ::: info
22
+
21
23
* "This is not an issue with GitHub-hosted runners because each GitHub-hosted runner is always a
22
24
clean isolated virtual machine, and it is destroyed at the end of the job execution."*
23
25
24
- ::: info
25
26
26
- This is true for VMs created by cirun as well as they are always a clean isolated virtual machine,
27
- which makes them as secure as GitHub hosted runners.
27
+ ** This is true for VMs created by cirun as well as they are always a clean isolated virtual machine,
28
+ which makes them as secure as GitHub hosted runners.**
28
29
29
30
:::
30
31
You can’t perform that action at this time.
0 commit comments