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

deepscan badge #10390

Closed
MichaelHinrichs opened this issue Jul 20, 2024 · 4 comments
Closed

deepscan badge #10390

MichaelHinrichs opened this issue Jul 20, 2024 · 4 comments
Labels
service-badge New or updated service badge

Comments

@MichaelHinrichs
Copy link

📋 Description

For Deepscan
Static Badge

🔗 Data

https://deepscan.io/docs/enterprise/tools/npm#api

🎤 Motivation

Another code scanning app, reviewing javascript.

@MichaelHinrichs MichaelHinrichs added the service-badge New or updated service badge label Jul 20, 2024
@chris48s
Copy link
Member

Basically the issue with something like this is: For performance reasons, we couldn't:

  • pull down some code
  • run a scan on it
  • render a badge with the result

in the context of a web request.

For shields.io, there would need to be an upstream service making the scan results available.

@chris48s chris48s closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
@MichaelHinrichs
Copy link
Author

Darn.

@MichaelHinrichs
Copy link
Author

Can't you get the scan result from DeepScan after it scans the code itself?
What Chris said would make sense if DeepScan was a locally installed API, but it's online.
https://deepscan.io/docs/guides/get-started/basics
https://deepscan.io/docs/guides/get-started/project
https://deepscan.io/docs/guides/get-started/grades

@calebcartwright
Copy link
Member

Can't you get the scan result from DeepScan after it scans the code itself?

If there's a web-accessible api call we can make to get the results of a previous scan then it could be possible. If you believe something like that exists then please post the details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service-badge New or updated service badge
Projects
None yet
Development

No branches or pull requests

3 participants