diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index bb347e725..0f1303643 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -91,6 +91,17 @@ jobs: # with: # files: .cov/coverage.xml + security: + name: "Vulnerability check" + runs-on: ubuntu-latest + steps: + - uses: ansys/actions/check-vulnerabilities@v10 + with: + python-version: ${{ env.MAIN_PYTHON_VERSION }} + token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} + python-package-name: 'ansys-optislang-core' + dev-mode: ${{ github.ref != 'refs/heads/main' }} + doc: name: "Documentation" runs-on: ubuntu-latest