You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename to ghscan to reflect more generic scanning support (#13)
This PR renames the project to `ghscan` to reflect the more generic
scanning support introduced in previous PRs.
Functionality remains the same but is no longer solely focused on the
original theme of the project.
---------
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# tj-scan
2
-
Scan GitHub Workflow logs for IOCs from the tj-actions/changed-files breach.
1
+
# ghscan
2
+
Scan GitHub Workflow logs for IOCs via strings or regex.
3
3
4
4
Notes:
5
5
- This script should not be seen as a universal detector of compromise; rather, a single result likely indicates that other Workflow runs in the search window were also compromised
@@ -63,7 +63,7 @@ permissions:
63
63
64
64
For example:
65
65
```sh
66
-
$ chainctl auth octo-sts --scope chainguard-dev/tj-scan --identity ephemerality -- go run cmd/tj-scan/main.go -target owner/repo -json="final.json" -csv="final.csv"
66
+
$ chainctl auth octo-sts --scope chainguard-dev/ghscan --identity ephemerality -- go run cmd/ghscan/main.go -target owner/repo -json="final.json" -csv="final.csv"
67
67
2025/03/18 11:27:59 INFO Found 1 repositories to scan
68
68
2025/03/18 11:27:59 INFO No existing cache found at cache.json, starting fresh
0 commit comments