Skip to content

Commit

Permalink
Implement Fossid Scan to NetworkManager (rdkcentral#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Karunakaran A <[email protected]>
  • Loading branch information
karuna2git committed Nov 15, 2024
1 parent 1b97caf commit 6969691
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Fossid Stateless Diff Scan

on: pull_request

jobs:
call-fossid-workflow:
uses: rdkcentral/build_tools_workflows/.github/workflows/fossid_integration_stateless_diffscan.yml@develop
secrets:
FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }}
FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }}
FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }}
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}

0 comments on commit 6969691

Please sign in to comment.