Skip to content

Commit 6b3083a

Browse files
Release v2.3.1 (#281)
1 parent 910b327 commit 6b3083a

15 files changed

+340
-167
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<picture>
33
<source media="(prefers-color-scheme: light)" srcset="images/banner.png" width="400">
4-
<img src="images/banner.png" width="400">
4+
<img alt="Dark Banner" src="images/banner-dark.png" width="400">
55
</picture>
66
</p>
77

@@ -57,7 +57,7 @@ Read this [case study](https://infosecwriteups.com/detecting-malware-packages-in
5757
<img src="images/buildlog1.png" alt="Link in build log" >
5858
</p>
5959
60-
3. Click on the link ([example link](https://app.stepsecurity.io/github/ossf/scorecard/actions/runs/2265028928)). You will see a process monitor view of file and network activities correlated with each step of the job.
60+
3. Click on the link ([example link](https://app.stepsecurity.io/github/ossf/scorecard/actions/runs/2265028928)). You will see a process monitor view of file and network activities correlated with each step of the job. These insights hold significant value for forensic investigations, proving crucial in the event of an incident.
6161
6262
<p align="left">
6363
<img src="images/insights2.png" alt="Insights from harden-runner" >

dist/index.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 251 additions & 117 deletions
Large diffs are not rendered by default.

dist/post/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pre/index.js

Lines changed: 64 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pre/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/banner-dark.png

116 KB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "step-security-harden-runner",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Security agent for GitHub-hosted runner to monitor the build process",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)