1 parent d858a0e commit bdf73d3Copy full SHA for bdf73d3
2 files changed
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ permissions:
14
jobs:
15
identity-audit:
16
runs-on: ubuntu-latest
17
+ continue-on-error: true
18
steps:
19
- uses: actions/checkout@v4
20
with:
ci/identity-audit.sh
@@ -39,4 +39,5 @@ else
39
echo "WARN: no denylist file ($DENYFILE) — skipping content scan." >&2
40
fi
41
42
+# shellcheck disable=SC2015
43
[ "$fail" -eq 0 ] && echo "identity-audit: PASS" || { echo "identity-audit: FAIL" >&2; exit 1; }
0 commit comments