Skip to content

Commit 0dec648

Browse files
committed
CRLF to LF
1 parent 00854ad commit 0dec648

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/gitleaks.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: Scan for secrets
2-
3-
on:
4-
push:
5-
pull_request:
6-
schedule:
7-
- cron: "49 21 * * *"
8-
workflow_dispatch:
9-
10-
permissions:
11-
contents: read
12-
13-
jobs:
14-
scan:
15-
runs-on: ubuntu-latest
16-
permissions:
17-
contents: write
18-
steps:
1+
name: Scan for secrets
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: "49 21 * * *"
8+
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
scan:
15+
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
18+
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20-
with:
21-
fetch-depth: 0 # Fetch all history for all branches and tags
20+
with:
21+
fetch-depth: 0 # Fetch all history for all branches and tags
2222
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Used to comment on PRs
25-
GITLEAKS_VERSION: latest
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Used to comment on PRs
25+
GITLEAKS_VERSION: latest

0 commit comments

Comments
 (0)