Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bin/auto-close-inactive-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function usage(){
echo
echo " --github-token <github token access> #mandatory"
echo " specify github user token with access to PR api"
echo " : example: --github-token ghp_kJvDuaalZidk3nB1uYtgsqMrkQ5Hkh76jh2o"
echo " : example: --github-token ghp_xxxxxxxxxxxxxxxxxxxxxxxxx"
echo
echo " --max-days-of-inactivity <days> #optional"
echo " maximum days of inactivity before closing a PR"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bin/check_release_assets_sha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function usage(){
echo
echo " --github-token <github token access> #mandatory"
echo " specify github user token with access to PR api"
echo " : example: --github-token ghp_kJvDuaalZtyhinB1uYtgsqMrkQ5Hkh76jh2o"
echo " : example: --github-token ghp_xxxxxxxxxxxxxxxxxxxxxxxxx"
echo
}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bin/update_workflow_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function usage(){
echo
echo " --github-token <github token access> #mandatory"
echo " specify github user token with access to PR api"
echo " : example: --github-token ghp_kJvDuaalZtyhinB1uYtgsqMrkQ5Hkh76jh2o"
echo " : example: --github-token ghp_xxxxxxxxxxxxxxxxxxxxxxxxx"
echo
}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: always()
run: bin/check/ad_hoc.sh

- name: Git leaks
- name: Gitleaks
if: always()
uses: addnab/docker-run-action@v3
with:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/config/gitleaks.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
title = "gitleaks config"
title = "Gitleaks config"

[extend]
# useDefault will extend the base configuration with the default gitleaks config:
# https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
useDefault = true

[allowlist]
description = "global allow lists"
paths = [
'''integration'''
]

2 changes: 1 addition & 1 deletion bin/check/zizmor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function usage(){
echo
echo " --github-token <github token access> #mandatory"
echo " specify github user token"
echo " : example: --github-token ghp_kJvDuaalZidk3nB1uYtgsqMrkQ5Hkh76jh2o"
echo " : example: --github-token ghp_xxxxxxxxxxxxxxxxxxxxxxxxx"
}

function consume_args(){
Expand Down
Loading