Skip to content

Commit 602dc0a

Browse files
committed
ci: restore vulnerabilities
1 parent 113a928 commit 602dc0a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ jobs:
4242
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
4343
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
4444

45+
# TODO uncomment after the first public release
46+
# vulnerabilities:
47+
# name: Check library vulnerabilities
48+
# runs-on: ubuntu-latest
49+
# steps:
50+
# - uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
51+
# with:
52+
# python-version: ${{ env.MAIN_PYTHON_VERSION }}
53+
# token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
54+
# python-package-name: ${{ env.PACKAGE_NAME }}
55+
# dev-mode: ${{ github.ref != 'refs/heads/main' }}
56+
4557
code-style:
4658
name: Code style
4759
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)