File tree Expand file tree Collapse file tree 1 file changed +6
-28
lines changed
Expand file tree Collapse file tree 1 file changed +6
-28
lines changed Original file line number Diff line number Diff line change 1717
1818jobs :
1919 ort :
20- runs-on : ubuntu-20.04
21- steps :
22- - name : Use HTTPS instead of SSH for Git cloning
23- run : git config --global url.https://github.com/.insteadOf ssh://git@github.com/
24-
25- - uses : actions/checkout@v3
26-
27- - name : Run GitHub Action for ORT
28- uses : oss-review-toolkit/ort-ci-github-action@main
29- with :
30- run : > # remove the advisor step since we are not using it
31- cache-dependencies,
32- labels,
33- analyzer,
34- evaluator,
35- reporter,
36- upload-results
37- log-level : debug
38- ort-config-repository : ' https://github.com/sequentech/ort-config.git'
39- fail-on : issues,violations
40- report-formats : SpdxDocument,Excel,StaticHtml,WebApp
41- ort-cli-args : > # using the default plus the package managers setting
42- --force-overwrite
43- --stacktrace
44- -P ort.analyzer.enabledPackageManagers=PIP
45- ort-cli-evaluate-args : >
46- --rules-file /home/runner/.ort/config/rules.kts
47- --license-classifications-file /home/runner/.ort/config/license-classifications.yml
20+ uses : sequentech/ort-config/.github/workflows/ort.yml@main
21+ with :
22+ ort-cli-args : > # using the default plus the package managers setting
23+ --force-overwrite
24+ --stacktrace
25+ -P ort.analyzer.enabledPackageManagers=PIP
You can’t perform that action at this time.
0 commit comments