From 5b2df25f2c443e0c450639365b2e8d7ded4da571 Mon Sep 17 00:00:00 2001 From: evansa-synopsys <160974329+evansa-synopsys@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:14:43 -0600 Subject: [PATCH] Update bd-snps-action.yml test --- .github/workflows/bd-snps-action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bd-snps-action.yml b/.github/workflows/bd-snps-action.yml index 2a106b67..91e721df 100644 --- a/.github/workflows/bd-snps-action.yml +++ b/.github/workflows/bd-snps-action.yml @@ -34,9 +34,12 @@ jobs: blackduck_reports_sarif_create: true blackduck_upload_sarif_report: true github_token: ${{ secrets.GITHUB_TOKEN }} + blackduck_args: '--blackduck.trust.cert=true --logging.level.detect=DEBUG' + + # - name: Save Logs # if: always() # uses: actions/upload-artifact@v4 # with: # name: bridge-logs -# path: ${{ github.workspace }}/.bridge \ No newline at end of file +# path: ${{ github.workspace }}/.bridge