File tree Expand file tree Collapse file tree 2 files changed +37
-27
lines changed Expand file tree Collapse file tree 2 files changed +37
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Scan
2+
3+ on :
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
8+ schedule :
9+ - cron : ' 18 10 * * 3'
10+
11+ jobs :
12+ fossa :
13+ name : FOSSA
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : actions/checkout@v2
17+ - name : Run FOSSA scan and upload build data
18+ uses : fossa-contrib/fossa-action@v1
19+ with :
20+ # FOSSA Push-Only API Token
21+ fossa-api-key : 5ee8bf422db1471e0bcf2bcb289185de
22+ github-token : ${{ github.token }}
23+
24+ codeql :
25+ name : CodeQL
26+ runs-on : ubuntu-latest
27+ steps :
28+ - name : Checkout repository
29+ uses : actions/checkout@v2
30+ - name : Initialize CodeQL
31+ uses : github/codeql-action/init@v1
32+ with :
33+ languages : go
34+ - name : Autobuild
35+ uses : github/codeql-action/autobuild@v1
36+ - name : Perform CodeQL Analysis
37+ uses : github/codeql-action/analyze@v1
You can’t perform that action at this time.
0 commit comments