feat: migrate all 15 TypeScript files to ReScript — zero TS remaining #125
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
| # SPDX-License-Identifier: PMPL-1.0-or-later | ||
| name: Security Scan | ||
| on: | ||
| push: | ||
| branches: [main] | ||
| schedule: | ||
| - cron: '0 0 * * 0' # Weekly on Sunday at midnight | ||
| workflow_dispatch: | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| scan: | ||
| uses: hyperpolymath/panic-attacker/.github/workflows/scan-and-report.yml@main | ||
|
Check failure on line 17 in .github/workflows/security-scan.yml
|
||
| secrets: | ||
| VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }} | ||