Align the public API across all eight SDKs #876
This file contains hidden or 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: No PII logging | |
| # pass2-syn-117 / security-privacy-storage-network-003 regression guard. | |
| # Fails if a commit reintroduces an Android logcat / RAC_LOG_INFO call that | |
| # emits a signed URL alongside an active-download destination path. | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| - feat/v2-architecture | |
| permissions: | |
| contents: read | |
| jobs: | |
| check-no-pii-logging: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - name: Run PII-logging regression guard | |
| shell: bash | |
| run: | | |
| set -euo pipefail | |
| bash scripts/validation/commons/check_no_pii_logging.sh |