test(e2e): UI↔backend auth-contract + magic-link round-trip integration tests (login-regression class) #154
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: OSV-Scanner | |
| on: | |
| push: | |
| branches: [master, main] | |
| pull_request: | |
| branches: [master, main] | |
| schedule: | |
| - cron: '0 6 * * *' | |
| permissions: | |
| actions: read | |
| contents: read | |
| security-events: write | |
| jobs: | |
| scan: | |
| uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8 | |
| permissions: | |
| actions: read | |
| contents: read | |
| security-events: write |