Skip to content

Commit

Permalink
add black duck action
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitbrad committed Jul 23, 2024
1 parent 073a48b commit e9ef30b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/BlackDuckScan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Black Duck Scan

on:
workflow_dispatch:
release:
types: [ published ]
pull_request:
types: [ opened, synchronize ]
branches:
- main

permissions:
actions: read
contents: read
security-events: write
checks: write

jobs:
blackduck:
uses: Lightspeed-Systems/github-reusable-workflows/.github/workflows/blackduck.yml@main
secrets: inherit

0 comments on commit e9ef30b

Please sign in to comment.