Skip to content

Commit a0b5000

Browse files
refactor: update GitLeaks files
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
1 parent 45bc653 commit a0b5000

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gitleaks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gitleaks
1+
name: GitLeaks
22

33
on: [push, pull_request, workflow_dispatch]
44

@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
gitleaks:
10+
GitLeaks:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Code

gha-gitleaks/templates/.github/workflows/gitleaks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gitleaks
1+
name: GitlLeaks
22

33
on: [push, pull_request, workflow_dispatch]
44

@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
gitleaks:
10+
GitLeaks:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Code

0 commit comments

Comments
 (0)