Skip to content

Commit

Permalink
RDKECMF-213 Add CODEOWNERS file and fossid workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scthunderbolt committed Dec 17, 2024
1 parent dc5a0a6 commit 7392e39
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @rdkcentral/xdialserver-maintainers
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Fossid Stateless Diff Scan

on:
pull_request:
branches:
- develop
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 7392e39

Please sign in to comment.