We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92d2a6 commit 618f5c9Copy full SHA for 618f5c9
.github/workflows/gitleaks.yml
@@ -3,18 +3,10 @@ name: Gitleaks - Scanning Secrets in PR
3
on:
4
push:
5
branches:
6
- - 'track/dev'
7
- - 'track/test'
8
- - 'track/prod'
9
- 'main'
10
- 'master'
11
pull_request:
12
- types:
13
- - synchronize
14
- - opened
15
16
17
18
19
20
jobs:
new_key
@@ -1,5 +1,5 @@
1
[default]
2
-aws_access_key_id = ***REMOVED***
+aws_access_key_id = AKIAQYLPMN5HHHFPZAM2
aws_secret_access_key = 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
output = json
region = us-east-2
0 commit comments