Skip to content

Commit

Permalink
NCN-102997: Enable blackduck scan on nkp-nutanix-products-catalog repo (
Browse files Browse the repository at this point in the history
  • Loading branch information
johnliu25 authored Oct 16, 2024
1 parent f8bcd15 commit 5d6d0c4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/synopsys-schedule.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

name: Black Duck Daily Policy Check
on:
workflow_dispatch: # Enables manual triggering of the workflow
jobs:
security:
if: github.repository == 'nutanix-cloud-native/nkp-nutanix-product-catalog'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Black Duck Full Scan
uses: synopsys-sig/[email protected]
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
blackduck_scan_full: true
blackduck_scan_failure_severities: 'BLOCKER,CRITICAL'

0 comments on commit 5d6d0c4

Please sign in to comment.