add sca project id

This commit is contained in:
呱呱呱 2025-09-09 16:44:16 +08:00
parent c4629ede3e
commit 542e53b7ca
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)