We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4831e commit e1baa67Copy full SHA for e1baa67
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
poetry build
57
poetry run python -m pip install .
58
mkdir -p _intel
59
- poetry run diff-risk examples/sample_apv.json -f md -o _intel/report.md
+ poetry run python -m diff_risk_dashboard.cli examples/sample_apv.json -f md -o _intel/report.md
60
61
- name: Upload sample report
62
if: always()
0 commit comments