diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 47ed9e60..9ad76939 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -77,7 +77,7 @@ jobs: pip install safety - name: Check the safety of our dependencies. - run: safety check -i 51668 + run: safety check -i 51668 -i 62044 test: needs: [lint, deps_safety_check] diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 0ac5eead..ef4ccce3 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -73,7 +73,7 @@ jobs: pip install safety - name: Check the safety of our dependencies. - run: safety check -i 51668 + run: safety check -i 51668 -i 62044 test: needs: [lint, deps_safety_check] diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index b28a2d4d..605d44c6 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -73,7 +73,7 @@ jobs: pip install safety - name: Check the safety of our dependencies. - run: safety check -i 51668 + run: safety check -i 51668 -i 62044 test: needs: [lint, deps_safety_check]