Skip to content

VEGA-2444 Log JWT subject after successful verification #minor #1103

VEGA-2444 Log JWT subject after successful verification #minor

VEGA-2444 Log JWT subject after successful verification #minor #1103

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 16 * * 0"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
directory: ["lambda/create", "lambda/update", "lambda/get"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v3
with:
working-directory: ${{ matrix.directory }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3