Skip to content

[Snyk] Security upgrade axios from 1.7.4 to 1.7.8 #25

[Snyk] Security upgrade axios from 1.7.4 to 1.7.8

[Snyk] Security upgrade axios from 1.7.4 to 1.7.8 #25

Workflow file for this run

name: Semgrep Analysis
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Semgrep
run: |
python -m pip install semgrep
- name: Run Semgrep
run: |
semgrep --config=p/owasp-top-ten --output=semgrep-results.json
- name: Upload Semgrep results
uses: actions/upload-artifact@v3
with:
name: semgrep-results
path: semgrep-results.json