Skip to content

Commit 618f5c9

Browse files
authored
Update gitleaks.yml
1 parent d92d2a6 commit 618f5c9

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/gitleaks.yml

-8
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,10 @@ name: Gitleaks - Scanning Secrets in PR
33
on:
44
push:
55
branches:
6-
- 'track/dev'
7-
- 'track/test'
8-
- 'track/prod'
96
- 'main'
107
- 'master'
118
pull_request:
12-
types:
13-
- synchronize
14-
- opened
159
branches:
16-
- 'track/dev'
17-
- 'track/prod'
1810
- 'main'
1911
- 'master'
2012
jobs:

new_key

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[default]
2-
aws_access_key_id = ***REMOVED***
2+
aws_access_key_id = AKIAQYLPMN5HHHFPZAM2
33
aws_secret_access_key = 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
44
output = json
55
region = us-east-2

0 commit comments

Comments
 (0)