Skip to content

Commit e3212b9

Browse files
Update ci_cd.yml
1 parent c0d809d commit e3212b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ jobs:
4949
library-name: ${{ env.PACKAGE_NAME }}
5050
operating-system: ${{ matrix.os }}
5151
python-version: ${{ matrix.python-version }}
52-
52+
53+
mendscan-sca:
54+
name: Mend Scan
55+
runs-on: ubuntu-latest
56+
steps:
5357
- name: Set up JDK
5458
uses: actions/setup-java@v4
5559
with:

0 commit comments

Comments
 (0)