Skip to content

Commit

Permalink
Move Jfrog test to run first
Browse files Browse the repository at this point in the history
  • Loading branch information
IsuruGunarathne committed May 2, 2024
1 parent bf09d6e commit df7db75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure/asgardeo-java-oidc-sdk-sca-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- job: sca_scan
displayName: SCA scan
steps:
- template: ci-pipelines/templates/sca-scan.yaml@templates
parameters:
API_KEY: $(FOSSA-API-KEY)
BRANCH: master
- 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)
BRANCH: master

0 comments on commit df7db75

Please sign in to comment.