Skip to content

Commit

Permalink
ort-action: fail on hints the new way (#172)
Browse files Browse the repository at this point in the history
* fail on hints the new way

* testing

* using ort-extra-args
  • Loading branch information
edulix authored Nov 25, 2021
1 parent a924fca commit 3a0c5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
id: ort-action
uses: edulix/ort-action@develop
with:
fail-on: hints
package-curations-dir: .ort-data/curations-dir/
rules-file: .ort-data/rules.kts
license-classifications-file: .ort-data/license-classifications.yml
reporters: AdocTemplate,PdfTemplate,Excel,StaticHtml,WebApp
ort-extra-args: -P ort.severeRuleViolationThreshold=HINT
report-extra-args: >
--report-option
ADocTemplate=template.path=/project/.ort-data/disclosure_document.ftl
Expand Down

0 comments on commit 3a0c5b1

Please sign in to comment.