Skip to content

Commit

Permalink
add blackduck scan
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed May 15, 2024
1 parent d6c9f83 commit acf6348
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/blackduck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: bd-sig-action
on:
push:
branches: [ main, master, develop, stage, release ]
pull_request:
branches: [ main, master, develop, stage, release ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Black Duck Full Scan
# if: ${{ github.event_name != 'pull_request' }}
uses: synopsys-sig/[email protected]
### Use below configuration to set specific detect environment variables
env:
DETECT_PROJECT_NAME: ${{ github.event.repository.name }}
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_apiToken: ${{ secrets.BLACKDUCK_API_TOKEN }}
blackduck_scan_full: true
File renamed without changes.

0 comments on commit acf6348

Please sign in to comment.