Merge branch 'main' into schlichtig-v3.2.1 #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run CogniCrypt static analysis | |
on: push | |
jobs: | |
cognicrypt: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Compile CamBech Cap | |
run: CamBench_Cap/gradlew -p CamBench_Cap jar | |
- name: Run CogniCrypt | |
uses: CROSSINGTUD/CryptoAnalysis@3.2.1 | |
with: | |
appPath: "CamBench_Cap/build/libs/CamBench_Cap.jar" | |
basePath: "CamBench_Cap/src/main/java" |