Skip to content

Commit

Permalink
Merge pull request #50 from IsuruGunarathne/master
Browse files Browse the repository at this point in the history
[Asgardeo] Integrate JFrog - Add Jfrog scanning to Azure Devops pipeline
  • Loading branch information
maheshika authored May 2, 2024
2 parents e82e792 + 9c46856 commit c43e8f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .azure/asgardeo-java-oidc-sdk-sca-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ resources:
- repository: templates
type: github
name: wso2-enterprise/azure-pipeline-templates
ref: refs/tags/v1.2.11
ref: refs/tags/v1.4.3
endpoint: asgardeo-github-sca-scan

jobs:
- job: sca_scan
displayName: SCA scan
steps:
- template: ci-pipelines/templates/sca-scan-jfrog.yaml@templates
parameters:
PROJECT_TYPE: mvn
GITHUB_CONNECTION: asgardeo-github-sca-scan
ACCESS_TOKEN: $(JFROG-ACCESS-TOKEN) # JFrog access token
- template: ci-pipelines/templates/sca-scan.yaml@templates
parameters:
API_KEY: $(FOSSA-API-KEY)
Expand Down

0 comments on commit c43e8f2

Please sign in to comment.