Skip to content

Commit

Permalink
try condensing uses
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Feb 1, 2024
1 parent ace84d0 commit f6ef392
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Checkout test data
- name: Scan test data
uses: actions/checkout@v3
with:
repository: trufflesecurity/test_keys
path: test_keys
token: ${{ github.token }}
- name: scan
uses: ./secret-scan
with:
scan-path: test_keys
Expand Down

0 comments on commit f6ef392

Please sign in to comment.