Skip to content

Commit e962c18

Browse files
Merge pull request #4 from kpj2006/main
Update Best Practices badge to dynamic JSON
2 parents 2947427 + b4f31ff commit e962c18

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gitleaks-scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gitleaks
22
on:
3-
pull_request:
3+
pull_request_target:
44
push:
55
workflow_dispatch:
66
schedule:
@@ -16,4 +16,4 @@ jobs:
1616
- uses: gitleaks/gitleaks-action@v3
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
19+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</a>
4848
&nbsp;&nbsp;
4949
<a href="./BestPracticesChecklist.md">
50-
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2F%7BAOSSIE-Org%7D%2F%7BPythonScripts%7D%2Fmain%2Fchecklist-status.json&logo=openssf" alt="Best Practices"/>
50+
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FAOSSIE-Org%2FPythonScripts%2Fmain%2Fchecklist-status.json&query=%24.percent&label=Best%20Practices&suffix=%25&logo=openssf&color=brightgreen" alt="Best Practices"/>
5151
</a>
5252
&nbsp;&nbsp;
5353
<a href="https://github.com/gitleaks/gitleaks">

0 commit comments

Comments
 (0)