Skip to content

tests: add unit tests for vaults #17

tests: add unit tests for vaults

tests: add unit tests for vaults #17

Workflow file for this run

name: Semgrep CI Scan
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
semgrep-scan:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Semgrep
run: |
python -m pip install --upgrade pip
pip install semgrep
- name: Run Semgrep scan
run: semgrep scan