diff --git a/.github/workflows/simplesecurity.yml b/.github/workflows/simplesecurity.yml new file mode 100644 index 0000000..eecf32f --- /dev/null +++ b/.github/workflows/simplesecurity.yml @@ -0,0 +1,23 @@ +name: simplesecurity + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: "3.10" + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install poetry + poetry install + - name: run scans + run: | + poetry run simplesecurity --scan_path .