fix: flaky test onboarding @no-mmi doesn't make any network requests to infura before onboarding is completed/test-failure-screenshot.png
and onboarding @no-mmi Clicks create a new wallet, accepts a secure password, reveals the Secret Recovery Phrase, confirm SRP/test-failure-screenshot.png
#8973
Workflow file for this run
This file contains 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: "MetaMask Security Code Scanner" | |
on: | |
push: | |
branches: [ 'develop' ] | |
pull_request: | |
branches: [ 'develop' ] | |
jobs: | |
run-security-scan: | |
runs-on: ubuntu-latest | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
steps: | |
- name: MetaMask Security Code Scanner | |
uses: MetaMask/Security-Code-Scanner@main | |
with: | |
repo: ${{ github.repository }} | |
paths_ignored: | | |
test/ | |
docs/ | |
storybook/ | |
.storybook/ | |
'**/*.test.js' | |
'**/*.test.ts' | |
'**/*.test.jsx' | |
'**/*.test.tsx' | |
'**/*.stories.tsx' | |
development/chromereload.js | |
node_modules | |
rules_excluded: | |
example | |
project_metrics_token: ${{secrets.SECURITY_SCAN_METRICS_TOKEN}} | |
slack_webhook: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }} |