jfrog / jfrog/jfrog-cli-security
jfrog xray scan report integration with Azuredevops task
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 13
- Forks
- 50
- Avg merge
- 3d 48m
- Merged PRs (30d)
- 26
Description
We are using Azuredevops Jfrog tasks to build our mvn/npm/gradle projects and, using the below jfrog publish buildinfo and scan task to get the violation list. But as part of the same pipeline , we are planning for automated way (either by script or Azuredevops task) to create a report in xray by including the pipeline used "source Repo" and the build scope of the same pipeline.
Tried the XRAY api options, but failed to to generate it dynamically as part of the pipeline with these dynamic scopes.
- task: JFrogPublishBuildInfo@1
name: publishBInfo
displayName: 'Publish Build Info to JFrog'
condition: succeeded()
inputs:
artifactoryConnection: 'myserviceconnection'
buildName: '$(Build.DefinitionName)'
buildNumber: '$(Build.BuildNumber)'
- task: JFrogBuildScan@1
enabled: false
name: xrayScan
displayName: 'Security Scan'
condition: succeeded()
inputs:
xrayConnection: 'myserviceconnection'
buildName: '$(Build.DefinitionName)'
buildNumber: '$(Build.BuildNumber)'
allowFailBuild: true
vuln: true
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Azure DevOps pipeline example and the JFrogPublishBuildInfo@1 and JFrogBuildScan@1 task inputs, then review the Xray API options mentioned in the issue. Done means a report can be generated dynamically in the same pipeline and includes its source repository and build scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, go
- Domain
- devops, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100