Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Khawer committed Sep 2, 2024
1 parent dd7a78d commit 4faa5f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/.github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ on:

jobs:
find-secrets:
runs-on: abdullahkhawer/find-and-report-secrets-in-code:1.2.0
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Verify environment variables
- name: Verify environment variables, find secrets using Gitleaks and generate report
uses: abdullahkhawer/find-and-report-secrets-in-code:1.2.0
env:
LOCAL_PATH_TO_GIT_REPO: ${{ github.workspace }}
REMOTE_PATH_TO_GIT_REPO: ${{ github.event.repository.clone_url }}
Expand Down

0 comments on commit 4faa5f6

Please sign in to comment.