Skip to content

Add authorization using Auth0 in backend and create button to run exp… #14

Add authorization using Auth0 in backend and create button to run exp…

Add authorization using Auth0 in backend and create button to run exp… #14

# on:
# pull_request:
# branches:
# - main
# workflow_dispatch:
# jobs:
# security-code-scanning:
# runs-on: ubuntu-latest
# env:
# GO111MODULE: on
# steps:
# - name: Checkout Source
# uses: actions/checkout@v3
# - name: Run Gosec Security Scanner
# uses: securego/gosec@master
# with:
# args: -severity medium -nosec -exclude-dir=cmd -exclude-dir=settings ./...