Skip to content

Commit

Permalink
Update gitleaks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
souro1212 authored Sep 5, 2024
1 parent f7a3208 commit 7ff9f14
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ on:

jobs:
scan:
uses: DevSecOps-AppSec/reusable-workflows/.github/workflows/gitLeaks_reusable_worflow.yml@main
name: Gitleaks Secret Scanning
runs-on: ubuntu-latest
steps:
- name: User Rerusable Code
uses: DevSecOps-AppSec/reusable-workflows/.github/workflows/gitLeaks_reusable_worflow.yml@main
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} # GITHUB_TOKEN is provided automatically by GitHub
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}



0 comments on commit 7ff9f14

Please sign in to comment.