diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83f73e475..00a9370b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,9 @@ jobs: run: make test_bigquery if: github.ref == 'refs/heads/main' + - name: Run install script (aka use) + run: sh use + - name: Run Trivy vulnerability scanner in repo mode uses: aquasecurity/trivy-action@master with: