Skip to content

refactored sql injection vulnerability. Mapped static entries with mu… #6

refactored sql injection vulnerability. Mapped static entries with mu…

refactored sql injection vulnerability. Mapped static entries with mu… #6

Workflow file for this run

name: Semgrep Scan
on:
push:
branches: [ "master", "dev" ]
pull_request:
branches:
- main
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Semgrep
run: pip install semgrep
- name: Run Semgrep
run: semgrep --config auto --error