Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiorunski authored Jan 24, 2023
1 parent 4bb842e commit adfbb0a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,14 @@ jobs:
run: |
ls ${{ github.workspace }}
docker pull perforce/ubuntu22-mend
docker run -v ${{ github.workspace }}:/build \
perforce/ubuntu22-mend ls /build
docker run -v ${{ github.workspace }}:/scan \
perforce/ubuntu22-mend bash -c "java -jar /opt/white-source/wss-unified-agent.jar \
-noConfig true \
-d /scan \
-project p4jenkins-main \
-apiKey ${{ secrets.MEND_API_KEY }} \
-userKey ${{ secrets.MEND_USER_KEY }} \
-product p4jenkins \
-wss.url https://saas-eu.whitesourcesoftware.com/agent \
-resolveAllDependencies false \
-maven.resolveDependencies true"

0 comments on commit adfbb0a

Please sign in to comment.