Skip to content

build(deps): bump azure-identity from 1.19.0 to 1.25.0 #99

build(deps): bump azure-identity from 1.19.0 to 1.25.0

build(deps): bump azure-identity from 1.19.0 to 1.25.0 #99

Workflow file for this run

name: Run security 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