Skip to content

FIX - fixed auth service js #1

FIX - fixed auth service js

FIX - fixed auth service js #1

Workflow file for this run

# name: Security audit
# on:
# schedule:
# - cron: '0 0 * * *'
# push:
# paths:
# - '**/Cargo.toml'
# - '**/Cargo.lock'
# jobs:
# security_audit:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: taiki-e/install-action@cargo-deny
# - name: Scan for vulnerabilities in auth-service
# working-directory: auth-service
# run: cargo deny check advisories
# - name: Scan for vulnerabilities in app-service
# working-directory: app-service
# run: cargo deny check advisories