fix(ci): re-enable Snyk
Some checks failed
Validate PR Title / validate (pull_request) Successful in 9s
CI / ci (pull_request) Failing after 1m7s

This commit is contained in:
2025-05-31 11:16:44 +01:00
parent aa3c5fbf1f
commit aa71f71bfb
3 changed files with 45 additions and 34 deletions

View File

@@ -4,16 +4,8 @@ import logging
from webex_bot.models.command import Command
from webex_bot.models.response import Response, response_from_adaptive_card
from webexpythonsdk.models.cards import (
AdaptiveCard,
Column,
ColumnSet,
Date,
FontSize,
FontWeight,
Text,
TextBlock,
)
from webexpythonsdk.models.cards import (AdaptiveCard, Column, ColumnSet, Date,
FontSize, FontWeight, Text, TextBlock)
from webexpythonsdk.models.cards.actions import Submit
from app.utils.config import config