Skip to content

Commit 7f63df9

Browse files
committed
README
1 parent 5aa9c5e commit 7f63df9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ node audit_workflow_runs.js github org 2025-03-13 2025-03-15 tj-actions/changed-
3333

3434
### find_compromised_secrets.js
3535

36-
This script takes the output of `audit_workflow_runs.js` and searches for secrets that were used in a workflow run.
36+
This is relevant only to secrets leaked in the `tj-actions/changed-files` or `reviewdog` compromises in March 2025.
3737

38-
Take the output from the single-line JSON file for any known compromised Actions and run it through this script.
38+
This script takes the output of `audit_workflow_runs.js` and searches for secrets that were leaked in a workflow run.
39+
40+
Take the output from the single-line JSON file for any known-compromised Actions and run it through this script.
3941

4042
```text
4143
node find_compromised_secrets.js < <path sljson file>

0 commit comments

Comments
 (0)