Skip to content

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.24 to 8.0.25 #42

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.24 to 8.0.25

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.24 to 8.0.25 #42

name: Security Guardrails
on:
push:
branches: [ master, development ]
pull_request:
branches: [ master, development ]
permissions:
contents: read
pull-requests: read
jobs:
secret-scan:
name: Secret Scan (Gitleaks)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run gitleaks
uses: zricethezav/gitleaks-action@v2
with:
args: detect --source . --verbose --redact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
dependency-review:
name: Dependency Review
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Dependency review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate