RDKEMW-9156 : Recipe for sceneset component #201
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Fossid Stateless Diff Scan | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| call-fossid-workflow: | |
| if: ${{ ! github.event.pull_request.head.repo.fork }} | |
| uses: rdkcentral/build_tools_workflows/.github/workflows/[email protected] | |
| 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 }} |