Skip to content

Commit 5703b9b

Browse files
committed
improve formatting in security
1 parent 3882a13 commit 5703b9b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/security.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ meticulously isolated virtual machines that are created on demand. This approach
88
any potential persistent compromise of the environment or unauthorized access beyond the
99
information initially placed during the bootstrap process.
1010

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](
1212
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security).
1313

1414
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-
1818
machine by creating a pull request that executes the code in a workflow."*
1919

2020

21+
:::info
22+
2123
*"This is not an issue with GitHub-hosted runners because each GitHub-hosted runner is always a
2224
clean isolated virtual machine, and it is destroyed at the end of the job execution."*
2325

24-
:::info
2526

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.**
2829

2930
:::
3031

0 commit comments

Comments
 (0)