saveourtool/save-cloud

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

Open

#753 aberto em 13 de mai. de 2022

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Kotlin (4 forks)github user discovery
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (38 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador