File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 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 :
19
19
- 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
22
22
- 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
You can’t perform that action at this time.
0 commit comments