Skip to content

Commit

Permalink
ci: disable gitleaks action
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Feb 20, 2025
1 parent 7c9ba33 commit dbf0e0a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Check for git secrets with Gitleaks
on:
pull_request:
branches:
- main
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# name: Check for git secrets with Gitleaks
# on:
# pull_request:
# branches:
# - main
# jobs:
# scan:
# name: gitleaks
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
# with:
# fetch-depth: 0
# - uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dbf0e0a

Please sign in to comment.