Skip to content

Commit

Permalink
Revert "Add snyk check action"
Browse files Browse the repository at this point in the history
This reverts commit e8fc955.

Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
  • Loading branch information
tkdchen committed May 11, 2023
1 parent dcf5cd2 commit 04e0572
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/security.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .snyk

This file was deleted.

2 changes: 1 addition & 1 deletion src/tcms/testplans/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def get_manage_form(self, request, plans):

return HttpResponse(html())

def get_default_component_list(self, request, plan: TestPlan):
def get_default_component_list(self, request, plan):
return render(request, self.template_name, context={"test_plan": plan})


Expand Down

0 comments on commit 04e0572

Please sign in to comment.