File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- master
8
8
- release-*
9
- - feature/*
10
9
tags :
11
10
- v*
12
11
pull_request :
13
12
branches :
14
13
- master
15
14
- release-*
16
- - feature/*
17
15
workflow_dispatch : {}
18
16
jobs :
19
17
fossa-scan :
18
+ if : github.repository_owner == 'dapr' # FOSSA is not intended to run on forks.
20
19
runs-on : ubuntu-latest
21
20
env :
22
- FOSSA_API_KEY : b88e1f4287c3108c8751bf106fb46db6
21
+ FOSSA_API_KEY : b88e1f4287c3108c8751bf106fb46db6 # This is a PUSH ONLY token that is safe to be shared with the public
23
22
steps :
24
23
- name : " Checkout code"
25
24
uses : actions/checkout@v3
26
25
27
26
- name : " Run FOSSA Scan"
28
27
uses : fossas/fossa-action@main # Use a specific version if locking is preferred
29
28
with :
30
- api-key : ${{ env.FOSSA_API_KEY }} # This is a PUSH ONLY token that is safe to be shared with the public
29
+ api-key : ${{ env.FOSSA_API_KEY }}
31
30
32
31
- name : " Run FOSSA Test"
33
32
uses : fossas/fossa-action@main # Use a specific version if locking is preferred
You can’t perform that action at this time.
0 commit comments