blackduck test

This commit is contained in:
aswin-in-philips 2023-03-28 13:57:11 +05:30
parent 65dd81dd10
commit 9413625878
1 changed files with 1 additions and 14 deletions

View File

@ -98,20 +98,7 @@ jobs:
- name: Scan blackduck
run: |
docker run -v ${{ github.workspace}}:/code \
philipssoftware/blackduck:8.5 \
/bin/bash -c \
"(cd /code && \
/app/detect.sh \
--blackduck.url=https://blackduck.philips.com \
--blackduck.api.token=${{ secrets.BLACKDUCK_TOKEN }} \
--blackduck.trust.cert=true \
--detect.policy.check=true \
--detect.source.path=/code \
--detect.project.name=SA_edifoundation-oauth2proxy \
--detect.project.version.name=1.0 \
--detect.blackduck.signature.scanner.individual.file.matching=ALL \
--detect.bom.aggregate.name={agregator})"
docker run -v ${{ github.workspace}}:/code philipssoftware/blackduck:8.5 /bin/bash -c "(cd /code && /app/detect.sh --blackduck.url=https://blackduck.philips.com --blackduck.api.token=${{ secrets.BLACKDUCK_TOKEN }} --blackduck.trust.cert=true --detect.policy.check=true --detect.source.path=/code --detect.project.name=SA_edifoundation-oauth2proxy --detect.project.version.name=1.0 --detect.blackduck.signature.scanner.individual.file.matching=ALL --detect.bom.aggregate.name={agregator})"
# Fortify:
# needs: [Init]