From a590ad2788a8533fc6cbf752c81e2eccdfe9b116 Mon Sep 17 00:00:00 2001 From: "michelle@shelltr.me" Date: Sat, 7 Jun 2025 14:05:30 -0700 Subject: [PATCH] testing with gitleaks --- gitleaks.toml | 1 + labs/lab-3/hello.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 gitleaks.toml diff --git a/gitleaks.toml b/gitleaks.toml new file mode 100644 index 0000000..1becba2 --- /dev/null +++ b/gitleaks.toml @@ -0,0 +1 @@ +404: Not Found \ No newline at end of file diff --git a/labs/lab-3/hello.py b/labs/lab-3/hello.py index e8ce965..ec7780c 100644 --- a/labs/lab-3/hello.py +++ b/labs/lab-3/hello.py @@ -1,2 +1 @@ print('Hello, world!') -