From 9fc1c40729e72eb8d80a05e86403bd9214cddf94 Mon Sep 17 00:00:00 2001
From: Yu-Hsin Yang <cindy02017@gmail.com>
Date: Mon, 3 Jun 2024 21:48:50 +0200
Subject: [PATCH] Update level in canary.yaml for testing

---
 .gitignore  | 2 +-
 canary.yaml | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 873cb04..602d42c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 gocanary
 cert.key
 cert.pem
-
+.DS_Store
diff --git a/canary.yaml b/canary.yaml
index 544f303..99bcc37 100644
--- a/canary.yaml
+++ b/canary.yaml
@@ -6,11 +6,12 @@
   description: 'this canary is in gitlab project blah blah'
   type: 'all'
   alert: 'all'
-  level: 'low'
+  level: 'medium'
 - key: 'mycanary2'
   tag: 'gitlab-canary2'
   description: 'test2'
-  level: 'low'
+  alert: 'all'
+  level: 'high'
 - key: 'mycanary3'
   tag: 'gitlab-canary3'
   description: 'test3 asdf lkasj kla sjlk j'
-- 
GitLab