Skip to content

Merge remote-tracking branch 'origin/develop' into dev/BJ/DVPL-12487-… #832

Merge remote-tracking branch 'origin/develop' into dev/BJ/DVPL-12487-…

Merge remote-tracking branch 'origin/develop' into dev/BJ/DVPL-12487-… #832

Workflow file for this run

name: Python CI
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
python: [3.9, 3.13]
splunk-version:
- "8.1"
- "8.2"
- "latest"
include:
- os: ubuntu-22.04
python: 3.7
splunk-version: "8.1"
- os: ubuntu-22.04
python: 3.7
splunk-version: "8.2"
- os: ubuntu-22.04
python: 3.7
splunk-version: "latest"
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Run docker compose
run: SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
- name: Setup Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
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