Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
AAndrisa committed Sep 16, 2024
1 parent 0d155c8 commit 149e3bd
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 @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- add_blackduck
tags:
- v**

Expand All @@ -20,9 +21,9 @@ jobs:
env:
DETECT_PROJECT_NAME: oa_libiio
DETECT_PROJECT_VERSION_NAME: ${{ github.ref_name }}
DETECT_WAIT_FOR_RESULT: false
DETECT_BLACKDUCK_SIGNATURE_SCANNING_LICENSE_SEARCH: true
DETECT_BLACKDUCK_SIGNATURE_SCANNING_COPYRIGHT_SEARCH: true
DETECT_WAIT_FOR_RESULT: ${{ false }}
DETECT_BLACKDUCK_SIGNATURE_SCANNING_LICENSE_SEARCH: ${{ true }}
DETECT_BLACKDUCK_SIGNATURE_SCANNING_COPYRIGHT_SEARCH: ${{ true }}
DETECT_EXCLUDED_DETECTOR_TYPES: GIT
with:
### SCANNING: Required fields
Expand Down

0 comments on commit 149e3bd

Please sign in to comment.