Add Script to check for suspicious patterns (#199)

* Create check_keys.sh

* add to workflow
This commit is contained in:
Denis Angell
2023-11-16 16:23:55 +01:00
committed by GitHub
parent 98833e4934
commit b77b0e70e3
2 changed files with 33 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v3
with:
clean: false
- name: Check for suspicious patterns
run: /bin/bash suspicious_patterns.sh
- name: Build using Docker
run: /bin/bash release-builder.sh
- name: Unit tests