saveourtool/save-cloud

EPIC: add the functionality of selecting Project Types for the new Project

Open

#753 创建于 2022年5月13日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Kotlin (4 fork)github user discovery
enhancementgood first issuehelp wanted

仓库指标

Star
 (38 star)
PR 合并指标
 (PR 指标待抓取)

描述

The idea is to add different types of tested tools to the SAVE eco-system. Right now we were focused on a standard static analysis. But we already get requests for compilers and Software Composition Analysis.

In this case we would like to add the following logic:

  • Each Project should have an entity TYPE - better it be a enum
  • This type should be propagated to BACKEND, DATABASE, ORCHESTRATOR, FRONTEND and (probably even agents)
  • Depending on the type - we will need to do different logic: for Static Analysis - it should be the same logic that we have now, but for SCA it can be a different logic on the frontend/backend/agents

贡献者指南