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 5799900 commit 257c25bCopy full SHA for 257c25b
.github/workflows/check_nipanel.yml
@@ -23,5 +23,7 @@ jobs:
23
uses: ni/python-actions/setup-poetry@8554e7ef74e95c9762962205f45a1e10c48de671 # v0.5.1
24
- name: Analyze Python Project
25
uses: ni/python-actions/analyze-project@f42e2f27a585f5d47efcab79b608ec0ec97191c9 # v0.6.1
26
+ with:
27
+ extras: 'examples docs'
28
- name: Bandit security checks
29
run: poetry run bandit -c pyproject.toml -r src/nipanel
0 commit comments