Skip to content

Technical documentation updates. #4

Technical documentation updates.

Technical documentation updates. #4

Workflow file for this run

name: Security Scan
on: [push, pull_request]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
pip install -r requirements.txt
- name: Run Secure Code Scanner
run: |
python scanner.py --repo "${{ github.repository }}"