Skip to content

Commit

Permalink
Appending default configuration changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
emvaldes committed Jan 8, 2025
1 parent 2f9a449 commit ab1b78b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/runleaks/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# runleaks

[![Scan Action Logs](https://github.com/JosiahSiegel/runleaks/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/JosiahSiegel/runleaks/actions/workflows/main.yml)
[![Scan Action Logs](https://github.com/CDCgov/prime-reportstream/.github/workflows/runleaks--main.yml/badge.svg?branch=main)](https://github.com/CDCgov/prime-reportstream/.github/workflows/runleaks--main.yml)

Leverages [git-secrets](https://github.com/awslabs/git-secrets) to identify potential leaks in GitHub action run logs.

Expand Down Expand Up @@ -56,7 +56,7 @@ Leverages [git-secrets](https://github.com/awslabs/git-secrets) to identify pote
- name: Checkout
uses: actions/checkout@v3
- name: Scan run logs
uses: josiahsiegel/runleaks@v1
uses: josiahsiegel/runleaks@4dd30d107c03b6ade87978e10c94a77015e488f9
id: scan
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -71,7 +71,7 @@ or
- name: Checkout
uses: actions/checkout@v3
- name: Scan run logs
uses: josiahsiegel/runleaks@v1
uses: josiahsiegel/runleaks@4dd30d107c03b6ade87978e10c94a77015e488f9
id: scan
with:
github-token: ${{ secrets.MY_TOKEN }}
Expand All @@ -89,7 +89,7 @@ or
with:
repository: 'me/my-repo'
- name: Scan run logs
uses: josiahsiegel/runleaks@v1
uses: josiahsiegel/runleaks@4dd30d107c03b6ade87978e10c94a77015e488f9
id: scan
with:
github-token: ${{ secrets.MY_TOKEN }}
Expand All @@ -103,7 +103,7 @@ or
## Local testing
* Registers default patterns
```sh
git clone https://github.com/JosiahSiegel/runleaks.git
git clone https://github.com/CDCgov/prime-reportstream/.github/actions/runleaks.git
cd runleaks/
docker build -t runleaks .
docker run scan "<PERSONAL_ACCESS_TOKEN>" "<REPO>" <RUN_LIMIT> <MIN_DAYS_OLD> <MAX_DAYS_OLD>
Expand Down

0 comments on commit ab1b78b

Please sign in to comment.