Skip to content

fix(auth): restore interactive login menu in TTY for v1.3.13 #157

fix(auth): restore interactive login menu in TTY for v1.3.13

fix(auth): restore interactive login menu in TTY for v1.3.13 #157

Workflow file for this run

name: Secret Scan
on:
push:
branches:
- main
pull_request:
concurrency:
group: secret-scan-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@dcedce43c6f43de0b836d1fe38946645c9c638dc # v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}