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

Add Xsc API #95

Merged
merged 23 commits into from
Apr 7, 2024
Merged

Add Xsc API #95

merged 23 commits into from
Apr 7, 2024

Conversation

attiasas
Copy link
Contributor

@attiasas attiasas commented Mar 24, 2024

Adding XSC related API calls

  • Log - allow to send a log to report analytics
  • Start Scan - Report analytic information about the scan and receive an MSI value from XSC to apply to the individual scans.
  • End Scan - Report summary information and scan result to the analytics
  • Get Scan Details - Get the scan details stored by XSC by the scan MSI (created using Start Scan)

@attiasas attiasas added the new feature Automatically generated release notes label Mar 24, 2024
@attiasas attiasas added the safe to test Approve running integration tests on a pull request label Mar 26, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Mar 26, 2024
@attiasas attiasas marked this pull request as ready for review April 1, 2024 13:41
@attiasas attiasas added the safe to test Approve running integration tests on a pull request label Apr 1, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Apr 1, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Apr 2, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 2, 2024

Codecov Report

Attention: Patch coverage is 63.54167% with 35 lines in your changes are missing coverage. Please review.

Project coverage is 88.47%. Comparing base (067af87) to head (2700e91).

Files Patch % Lines
src/Xsc/XscEventClient.ts 14.70% 29 Missing ⚠️
src/Xray/XrayScanClient.ts 84.21% 3 Missing ⚠️
src/Xsc/XscClient.ts 89.47% 2 Missing ⚠️
src/Xsc/XscSystemClient.ts 92.85% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
- Coverage   95.34%   88.47%   -6.88%     
==========================================
  Files          19       23       +4     
  Lines         365      451      +86     
  Branches       53       64      +11     
==========================================
+ Hits          348      399      +51     
- Misses         15       50      +35     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/JfrogClient.ts Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@attiasas attiasas added the safe to test Approve running integration tests on a pull request label Apr 4, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Apr 4, 2024
@attiasas attiasas added the safe to test Approve running integration tests on a pull request label Apr 4, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Apr 4, 2024
Copy link

github-actions bot commented Apr 4, 2024

👍 Frogbot scanned this pull request and did not find any new security issues.


@attiasas attiasas merged commit 8930428 into jfrog:master Apr 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants