Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix message for json,basic,detailed #337

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

viveksahu26
Copy link
Collaborator

Fix title messages for basic, json, detailed.

  • For detailed
 go run main.go compliance -f   samples/photon.spdx.json 
Framing Software Component Transparency (v3)
Compliance score by Interlynk Score:5.2 for samples/photon.spdx.json
* indicates optional fields
  • For basic
 go run main.go compliance -f  -b samples/photon.spdx.json
Framing Software Component Transparency (v3)
Score:5.2 for samples/photon.spdx.json
  • For json
go run main.go compliance -f  -j samples/photon.spdx.json
{
  "report_name": "Framing Software Component Transparency (v3)",
  "subtitle": "NTIA Minimum Elelments 3rd Edition",
  "revision": "3rd Edition",
  "run": {
    "id": "077a7ac1-c8c3-4aa6-9683-bdd72c8fe165",
    "generated_at": "2024-10-30T11:09:51Z",
    "file_name": "samples/photon.spdx.json",
    "compliance_engine_version": "1"
  },
  "tool": {
    "name": "sbomqs",
    "version": "devel",
    "vendor": "Interlynk ([email protected])"
  },
  "summary": {
    "total_score": 5.246753246753247,
    "max_score": 10
  },

Signed-off-by: Vivek Kumar Sahu <[email protected]>
@riteshnoronha riteshnoronha merged commit ea121e5 into interlynk-io:main Oct 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants