We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db442e5 + 363d6f7 commit 676cdadCopy full SHA for 676cdad
.github/workflows/ort.yml
@@ -1,4 +1,5 @@
1
-# SPDX-FileCopyrightText: 2014-2022 Sequent Tech Inc <legal@sequentech.io>
+
2
+# SPDX-FileCopyrightText: 2014-2023 Sequent Tech Inc <legal@sequentech.io>
3
#
4
# SPDX-License-Identifier: AGPL-3.0-only
5
name: ORT licensing
@@ -17,9 +18,6 @@ on:
17
18
19
jobs:
20
ort:
- uses: sequentech/ort-config/.github/workflows/ort.yml@main
21
+ uses: sequentech/meta/.github/workflows/ort.yml@main
22
with:
- ort-cli-args: > # using the default plus the package managers setting
23
- --force-overwrite
24
- --stacktrace
25
- -P ort.analyzer.enabledPackageManagers=PIP
+ ort-cli-analyze-args: '--package-managers PIP'
0 commit comments