Skip to content

Commit

Permalink
fix: udpates make-security check and code-cov python version
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jul 26, 2023
1 parent 2752e5b commit 5c70b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up poetry and install
uses: ./.github/actions/setup-poetry
with:
python-version: "3.8"
python-version: "3.9"

- name: Run tests
run: make test-code-cov
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dep-cve-check:
.PHONY: dep-cve-check

security-check:
@poetry run bandit
@poetry run bandit -r $(PYMODULE)
.PHONY: security-check

build: clean-build
Expand Down

0 comments on commit 5c70b55

Please sign in to comment.