Skip to content

Revert "use SSL DEFAULT CONTEX, use tls version min 1.2, allow for usage of S…" #695

Revert "use SSL DEFAULT CONTEX, use tls version min 1.2, allow for usage of S…"

Revert "use SSL DEFAULT CONTEX, use tls version min 1.2, allow for usage of S…" #695

Workflow file for this run

name: Python CI
on:
[ push, pull_request ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
python: [ 3.7, 3.9]
splunk-version:
- "8.1"
- "8.2"
- "latest"
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run docker-compose
run: SPLUNK_VERSION=${{matrix.splunk-version}} docker-compose up -d
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Test Execution
run: tox -e py
fossa-scan:
uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
secrets: inherit