Skip to content

Commit 6e30ee4

Browse files
authored
Adapt configuration to new ORT version (#18)
Signed-off-by: Eduard Itrich <[email protected]> on-behalf-of: @porscheofficial <[email protected]>
1 parent 7397d71 commit 6e30ee4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/oso-analyzer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: OSO ORT
1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: Run OSO ORT Analyzer and Submit to Scanner API
15+
- name: Run OSO ORT Analyzer
1616
id: analyzer
1717
uses: porscheofficial/.github/workflows/ort-analyze@main
1818
with:

.ort.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# See: https://github.com/oss-review-toolkit/ort/blob/main/docs/config-file-ort-yml.md
2+
analyzer:
3+
skip_excluded: true
24
excludes:
35
paths:
46
- pattern: ".github/**"

0 commit comments

Comments
 (0)