Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
fi
touch trivy.yaml
- name: Update trivy config to include dev dependencies
uses: mikefarah/yq@5a7e72a743649b1b3a47d1a1d8214f3453173c51
uses: mikefarah/yq@0f4fb8d35ec1a939d78dd6862f494d19ec589f19
with:
cmd: yq -i '.pkg.include-dev-deps = true' 'trivy.yaml'
- name: convert python dependencies to requirements.txt
Expand Down
Loading