Make soteria action never fail

For now it is supposed to be purely informational
This commit is contained in:
Christian Kamm 2022-01-19 09:34:53 +01:00
parent 099b5d4a1c
commit 07bbd2253f
1 changed files with 1 additions and 1 deletions

View File

@ -95,5 +95,5 @@ jobs:
- name: Run Soteria
run: |
echo "Running Soteria..."
soteria -analyzeAll .
soteria -analyzeAll . || true
echo "Soteria finished!"