Skip to content

Commit

Permalink
Add sobelow to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Sep 6, 2024
1 parent bb9d305 commit e96c45c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
run: mix xref graph --label compile-connected --fail-above 0
if: always()

# FIXME: https://github.com/zorn/flick/issues/69
# - name: Check for security vulnerabilities in Phoenix project
# run: mix sobelow
# if: always()
- name: Check for security vulnerabilities in Phoenix project
run: mix sobelow
if: always()

0 comments on commit e96c45c

Please sign in to comment.