From e96c45c28eda3c0e60e59ce0bc272530d282fb4d Mon Sep 17 00:00:00 2001 From: Mike Zornek Date: Thu, 5 Sep 2024 21:49:46 -0400 Subject: [PATCH] Add sobelow to CI. --- .github/workflows/code-quality.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index a085c59..4e08277 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -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()