File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ jobs:
43
43
uses : gradle/actions/setup-gradle@v3
44
44
with :
45
45
gradle-version : wrapper
46
- - uses : fossas/fossa-action@v1
47
- with :
48
- api-key : ${{secrets.FOSSA_API_KEY}}
49
- branch : ${{ github.event.pull_request.head.ref }}
50
- - uses : fossas/fossa-action@v1
51
- with :
52
- api-key : ${{secrets.FOSSA_API_KEY}}
53
- run-tests : true
46
+ - name : Install fossa cli
47
+ run : " curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash"
48
+ - name : Run FOSSA analyze
49
+ run : fossa analyze --project git+github.com/OptimumCode/json-schema-validator --branch ${{ github.event.pull_request.head.ref }}
50
+ env :
51
+ FOSSA_API_KEY : ${{secrets.FOSSA_API_KEY}}
52
+ - name : Run FOSSA analyze
53
+ run : fossa test --project git+github.com/OptimumCode/json-schema-validator
54
+ env :
55
+ FOSSA_API_KEY : ${{secrets.FOSSA_API_KEY}}
You can’t perform that action at this time.
0 commit comments