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 fb60ba0 commit e9032cbCopy full SHA for e9032cb
.github/workflows/audit.yml
@@ -27,10 +27,11 @@ jobs:
27
${{ runner.os }}-security-
28
- name: Install dependencies
29
run: |
30
- pip install poetry poetry-audit-plugin
+ pip install poetry
31
poetry sync
32
- name: Poetry audit
33
run: |-
34
+ pip install poetry-audit-plugin
35
poetry audit > audit.txt
36
- name: Comment with audit result
37
uses: marocchino/sticky-pull-request-comment@v2
0 commit comments