Skip to content

Commit 370380f

Browse files
authored
.gitleaks.tomlの同期処理を削除 (#1798)
1 parent 2b1a181 commit 370380f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/action/update.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ if [ -z "${version}" ]; then
2020
exit 1
2121
fi
2222

23-
curl "https://raw.githubusercontent.com/super-linter/super-linter/${version}/TEMPLATES/.gitleaks.toml" >.gitleaks.toml
2423
yq -i ".repos[].rev = \"$(docker run --entrypoint gitleaks "ghcr.io/super-linter/super-linter:slim-${version}" version | sed -e 's/\r//g')\"" .pre-commit-config.yaml

0 commit comments

Comments
 (0)