Skip to content

Commit

Permalink
fix: added missing .secrets.basline file
Browse files Browse the repository at this point in the history
  • Loading branch information
kfc-manager committed Feb 17, 2024
1 parent 0303abc commit aec541c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Create .secrets.baseline
run: touch .secrets.baseline

- name: Install dependencies
run: pip install detect-secrets

- name: Scan for secrets
uses: secret-scanner/[email protected]
Empty file added .secrets.baseline
Empty file.

0 comments on commit aec541c

Please sign in to comment.