Skip to content

Commit

Permalink
CRLF to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Dec 24, 2024
1 parent 00854ad commit 0dec648
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Scan for secrets

on:
push:
pull_request:
schedule:
- cron: "49 21 * * *"
workflow_dispatch:

permissions:
contents: read

jobs:
scan:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
name: Scan for secrets

on:
push:
pull_request:
schedule:
- cron: "49 21 * * *"
workflow_dispatch:

permissions:
contents: read

jobs:
scan:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # Fetch all history for all branches and tags
with:
fetch-depth: 0 # Fetch all history for all branches and tags
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Used to comment on PRs
GITLEAKS_VERSION: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Used to comment on PRs
GITLEAKS_VERSION: latest

0 comments on commit 0dec648

Please sign in to comment.