Skip to content

Commit e95ff42

Browse files
cuericleeCopilot
andauthored
fix: template and add requirement.txt (#102)
* fix:template and add requirement.txt * Update veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/run.sh Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent c1c2609 commit e95ff42

File tree

3 files changed

+665
-1
lines changed

3 files changed

+665
-1
lines changed

.gitleaks.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ regex = '''(10\.\d{1,3}\.\d{1,3}\.\d{1,3})'''
7171
id = "empty-env-key-pattern"
7272
description = "Empty environment variables with KEY pattern"
7373
regex = '''os\.environ\[".*?KEY"\]\s*=\s*".+"'''
74+
75+
[allowlist]
76+
paths = ["requirements.txt"]

0 commit comments

Comments
 (0)