Skip to content

Commit

Permalink
args
Browse files Browse the repository at this point in the history
  • Loading branch information
AAndrisa committed Sep 17, 2024
1 parent b14c70b commit 61b5216
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/blackduck_scaninng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
env:
DETECT_PROJECT_NAME: oa_libiio
DETECT_PROJECT_VERSION_NAME: ${{ github.ref_name }}
DETECT_WAIT_FOR_RESULTS: 0
DETECT_BLACKDUCK_SIGNATURE_SCANNING_LICENSE_SEARCH: 1
DETECT_BLACKDUCK_SIGNATURE_SCANNING_COPYRIGHT_SEARCH: 1
DETECT_WAIT_FOR_RESULTS: false
DETECT_BLACKDUCK_SIGNATURE_SCANNER_LICENSE_SEARCH: true
DETECT_BLACKDUCK_SIGNATURE_SCANNER_COPYRIGHT_SEARCH: true
DETECT_EXCLUDED_DETECTOR_TYPES: GIT
with:
### SCANNING: Required fields
blackduck_url: ${{ vars.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_TOKEN }}
# blackduck_args: '--detect.wait.for.results=false'

0 comments on commit 61b5216

Please sign in to comment.