Skip to content

Commit

Permalink
correct worklfow
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son committed Feb 26, 2025
1 parent bbbcf51 commit 5b3c419
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/blackduck_scan.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Blackduck SCA Scan
on:
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '5 0 * * 0'
workflow_dispatch:
Expand Down Expand Up @@ -43,7 +43,6 @@ jobs:
DETECT_PROJECT_USER_GROUPS: opencomponentmodel
DETECT_PROJECT_VERSION_DISTRIBUTION: opensource
DETECT_SOURCE_PATH: ./
DETECT_SCAN_MODE: RAPID
DETECT_EXCLUDED_DIRECTORIES: .bridge
NODE_TLS_REJECT_UNAUTHORIZED: true
with:
Expand Down

0 comments on commit 5b3c419

Please sign in to comment.