forked from Trustie/forgeplus
add sca project id
This commit is contained in:
parent
c4629ede3e
commit
542e53b7ca
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue