upload License Report

This commit is contained in:
Kjeld Schouten
2024-11-11 15:02:54 +01:00
parent f12e19675d
commit dc8b42c612
2 changed files with 91443 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ repos:
- id: requirements-txt-fixer # sorts entries in requirements.txt.
exclude: ^archive/
- id: check-added-large-files # prevents giant files from being committed.
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl)$
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl|md)$
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|common-test\/.*\.yaml|^clustertool)
- id: detect-private-key # detects the presence of private keys.
File diff suppressed because one or more lines are too long