-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Asgardeo] Integrate JFrog - Add Jfrog scanning to Azure Devops pipeline #50
Conversation
- template: ci-pipelines/templates/sca-scan-jfrog.yaml@templates | ||
parameters: | ||
PROJECT_TYPE: mvn | ||
GITHUB_CONNECTION: $(GITHUB_CONNECTION) # GitHub connection name to Show the vulnerability report as a PR comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has to be GITHUB_CONNECTION: asgardeo-github-sca-scan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed in commit 8b4a23d
PROJECT_TYPE: mvn | ||
GITHUB_CONNECTION: $(GITHUB_CONNECTION) # GitHub connection name to Show the vulnerability report as a PR comment | ||
ACCESS_TOKEN: $(ACCESS_TOKEN) # JFrog access token | ||
SERVER_ID: $(CONNECTION_NAME) # JFrog SERVER ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this and the following parameters to the template.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, only Access token has to be provided as a parameter
/azp run |
|
3 similar comments
|
|
|
|
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning