Merge pull request 'add sca to detail' (#410) from KingChan/forgeplus:sca_service into dev_osredm_server

This commit is contained in:
KingChan 2025-09-09 16:43:09 +08:00
commit 333179c7dd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ json.open_devops @project.open_devops?
json.license_is_secret @project.license&.is_secret == true
json.updated_on @project.updated_on
json.time_ago time_from_now(@project.updated_on)
json.sca_project_id @project.sca_project_id
json.project_language @project.project_language&.name
json.topics @project.project_topics.each do |topic|
json.(topic, :id, :name)