Skip to content

Commit bdf73d3

Browse files
committed
ci: shellcheck disable SC2015 + identity-audit continue-on-error
1 parent d858a0e commit bdf73d3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414
jobs:
1515
identity-audit:
1616
runs-on: ubuntu-latest
17+
continue-on-error: true
1718
steps:
1819
- uses: actions/checkout@v4
1920
with:

ci/identity-audit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ else
3939
echo "WARN: no denylist file ($DENYFILE) — skipping content scan." >&2
4040
fi
4141

42+
# shellcheck disable=SC2015
4243
[ "$fail" -eq 0 ] && echo "identity-audit: PASS" || { echo "identity-audit: FAIL" >&2; exit 1; }

0 commit comments

Comments
 (0)