Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Update README with archive notice and new repository link #121

Update README with archive notice and new repository link

Update README with archive notice and new repository link #121

name: MetaMask Security Code Scanner
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_call:
secrets:
SECURITY_SCAN_METRICS_TOKEN:
required: false
APPSEC_BOT_SLACK_WEBHOOK:
required: false
workflow_dispatch:
permissions: {} # lock everything by default (least-privilege)
jobs:
security-scan:
uses: MetaMask/action-security-code-scanner/.github/workflows/security-scan.yml@v2
permissions:
actions: read
contents: read
security-events: write
with:
repo: ${{ github.repository }}
scanner-ref: 'v2'
paths-ignored: |
languages-config: |
[
]
secrets:
project-metrics-token: ${{ secrets.SECURITY_SCAN_METRICS_TOKEN }}
slack-webhook: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}