You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhere in the application we need to be able to show "the SDLC perspective" for a repo. This will likely start as a graphical depiction of CI/CD integrations, but it needs to be expanded to link or show related pieces: threat modeling, unit tests, integration tests, and documentation (for the repo).
Current SDLC "steps" to show:
Development
Test
Deploy/Production
The diagram can be built with d3, Vega, or anything else, but it needs to show a flowchart like below.
flowchart LR
A[dev] --> B[test]
B[test] --> C[deploy]
Somewhere in the application we need to be able to show "the SDLC perspective" for a repo. This will likely start as a graphical depiction of CI/CD integrations, but it needs to be expanded to link or show related pieces: threat modeling, unit tests, integration tests, and documentation (for the repo).
Current SDLC "steps" to show:
The diagram can be built with d3, Vega, or anything else, but it needs to show a flowchart like below.
flowchart LR A[dev] --> B[test] B[test] --> C[deploy]What to include: