Skip to content

Bump fastapi from 0.103.2 to 0.109.1 in /integration-tests/api #3785

Bump fastapi from 0.103.2 to 0.109.1 in /integration-tests/api

Bump fastapi from 0.103.2 to 0.109.1 in /integration-tests/api #3785

Workflow file for this run

name: Gosec
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/[email protected]
with:
args: -exclude-dir=deps -severity=high ./...