Skip to content

Commit

Permalink
add diag
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Jan 25, 2024
1 parent b429835 commit 3ba5783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/synopsys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
blackduck_scan_full: true
blackduck_scan_failure_severities: 'BLOCKER,CRITICAL'
include_diagnostics: true

- name: Black Duck PR Scan
if: ${{ github.event_name == 'pull_request' }}
Expand All @@ -39,3 +40,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
blackduck_scan_full: false
blackduck_prComment_enabled: true
include_diagnostics: true

0 comments on commit 3ba5783

Please sign in to comment.