Skip to content

feat/4: Add AWS Default region support #57

feat/4: Add AWS Default region support

feat/4: Add AWS Default region support #57

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