Skip to content

Commit 808a771

Browse files
committed
Add info about file and process events
1 parent 7171429 commit 808a771

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,34 @@ Once allowed endpoints are set in the policy in the workflow file, or in the [Po
161161
<img src="images/blocked-outbound-call-3.png" alt="Policy recommended by harden-runner" >
162162
</p>
163163

164+
### 📋 View the name and path of every file written during the build process
165+
166+
> Applies to both GitHub-hosted and self-hosted runners
167+
168+
View the name and path of every file that was written during the build process. This feature is supported with a commercial license.
169+
170+
- Harden-Runner tracks every file written to the GitHub Actions working directory during the build process.
171+
- In the insights page in the `File Write Events` tab you can see a file explorer view of each file that was written to.
172+
- Clicking on any file reveals a list of processes that wrote to it, providing complete transparency.
173+
174+
<p align="left">
175+
<img src="images/file-write-events.png" alt="View the name and path of every file written during the build process" >
176+
</p>
177+
178+
### 🔄 View process names and arguments
179+
180+
> Applies to both GitHub-hosted and self-hosted runners
181+
182+
View process names, PIDs, and process arguments. This feature is supported with a commercial license.
183+
184+
- Harden-Runner tracks every process that is run during the build process.
185+
- Clicking on any file reveals a list of processes that wrote to it.
186+
- You can walk up the process tree and view process arguments to understand the build process and detect suspicious activity.
187+
188+
<p align="left">
189+
<img src="images/process-events-2.png" alt="View process names and arguments" >
190+
</p>
191+
164192
### 📁 Detect tampering of source code during build
165193

166194
> Applies to both GitHub-hosted and self-hosted runners

images/file-write-events.png

79.3 KB
Loading

images/process-events-2.png

101 KB
Loading

0 commit comments

Comments
 (0)