Skip to content

Commit

Permalink
enable MetaMask Security Code Scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko authored Feb 13, 2024
1 parent 727ccfe commit 68db3ae
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/security-code-scanner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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: |
example
rules_excluded:
example
mixpanel_project_token: ${{secrets.SECURITY_CODE_SCANNER_MIXPANEL_TOKEN}}
slack_webhook: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}

0 comments on commit 68db3ae

Please sign in to comment.