Skip to content

Commit 8661c06

Browse files
authored
Merge pull request #264 from rdkcentral/feature/actions/develop-fossid
Deploy fossid_integration_stateless_diffscan_target_repo action
2 parents 5daf021 + 02a201d commit 8661c06

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
name: Fossid Stateless Diff Scan
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
permissions:
8+
contents: read
9+
pull-requests: read
410

511
jobs:
612
call-fossid-workflow:
7-
uses: rdkcentral/build_tools_workflows/.github/workflows/fossid_integration_stateless_diffscan.yml@develop
8-
secrets:
13+
if: ${{ ! github.event.pull_request.head.repo.fork }}
14+
uses: rdkcentral/build_tools_workflows/.github/workflows/[email protected]
15+
secrets:
916
FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }}
1017
FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }}
1118
FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }}
12-
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}
19+
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}

0 commit comments

Comments
 (0)