We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7397d71 commit 6e30ee4Copy full SHA for 6e30ee4
.github/workflows/oso-analyzer.yml
@@ -12,7 +12,7 @@ jobs:
12
name: OSO ORT
13
steps:
14
- uses: actions/checkout@v3
15
- - name: Run OSO ORT Analyzer and Submit to Scanner API
+ - name: Run OSO ORT Analyzer
16
id: analyzer
17
uses: porscheofficial/.github/workflows/ort-analyze@main
18
with:
.ort.yml
@@ -1,4 +1,6 @@
1
# See: https://github.com/oss-review-toolkit/ort/blob/main/docs/config-file-ort-yml.md
2
+analyzer:
3
+ skip_excluded: true
4
excludes:
5
paths:
6
- pattern: ".github/**"
0 commit comments