diff --git a/.github/workflows/test-secret-scan.yml b/.github/workflows/test-secret-scan.yml index 77d5e17..4ef1e24 100644 --- a/.github/workflows/test-secret-scan.yml +++ b/.github/workflows/test-secret-scan.yml @@ -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