Skip to content

Commit

Permalink
scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
AAndrisa committed Sep 11, 2024
1 parent 8bce8b3 commit eb68ca6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/blackduck_scaninng.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Blackduck Scanning

on:
push:
branches: [ add_balckduck ]

jobs:
build:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Black Duck Scan
uses: synopsys-sig/[email protected]

### Configure DETECT environment variables
env:
DETECT_PROJECT_NAME: oa_libiio

with:
### SCANNING: Required fields
blackduck_url: ${{ vars.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_TOKEN }}

### SCANNING: Optional fields
blackduck_scan_failure_severities: 'BLOCKER,CRITICAL'

0 comments on commit eb68ca6

Please sign in to comment.