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

Support for Artifactory XRay V2 #782

Open
cpuzicha opened this issue Jan 26, 2024 · 0 comments
Open

Support for Artifactory XRay V2 #782

cpuzicha opened this issue Jan 26, 2024 · 0 comments
Labels
feature request Suggest an idea for this project

Comments

@cpuzicha
Copy link

Is your feature request related to a problem? Please describe.
It is currently impossible to query the results of the XRay scan without actively triggering one.
Our usecase is a CI pipeline that does:

  • build JARs
  • upload buildInfo, trigger XRay scan
  • do test
  • do static code analysis
  • retrieve XRay scan results
  • (publish to Artifactory)

Describe the solution you'd like to see
Please implement the support for the XRay V2 API, in particular the GET XRay scan result for a given build

Describe alternatives you've considered
We are currently using the JFrog CLI, but this means a change in system (gradle vs bash)

Additional context
To support asynchron operation (ie 'artifactoryPublish' as first call, then some query for the results later), add a reader for the BuildInfo that is written by artifactoryPublish (or to be precise: by ArtifactoryDeployTask).

@cpuzicha cpuzicha added the feature request Suggest an idea for this project label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Suggest an idea for this project
Projects
None yet
Development

No branches or pull requests

1 participant