Skip to content

RSPEED-2464: fix inconsistent error response format in rlsapi v1 /infer endpoint #3822

RSPEED-2464: fix inconsistent error response format in rlsapi v1 /infer endpoint

RSPEED-2464: fix inconsistent error response format in rlsapi v1 /infer endpoint #3822

Workflow file for this run

name: Bandit security scanner
on:
- push
- pull_request
jobs:
bandit:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
pull-requests: read
steps:
- uses: PyCQA/bandit-action@v1
with:
targets: "src"