diff --git a/.gitea/workflows/sca.yml b/.gitea/workflows/sca.yml index 08dfea5..50a3882 100644 --- a/.gitea/workflows/sca.yml +++ b/.gitea/workflows/sca.yml @@ -17,7 +17,7 @@ jobs: cd repo && git checkout ${{ gitea.sha }} - name: Install pip-audit - run: pip3 install pip-audit + run: pip install pip-audit - name: Run pip-audit scan run: |