We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17282e4 commit 48d8548Copy full SHA for 48d8548
.github/workflows/main.yml
@@ -99,5 +99,5 @@ jobs:
99
if [ "${{ env.SCAN_PROFILE }}" == "financial" ]; then
100
mobscan scan . --profile financial --fail-on medium
101
else
102
- mobscan scan . --profile baseline --fail-on high
+ mobscan scan . --profile baseline
103
fi
0 commit comments