Skip to content

Add starship prompt configuration #17

Add starship prompt configuration

Add starship prompt configuration #17

Workflow file for this run

name: Gitleaks Guard
on:
push:
branches:
- main
jobs:
run-gitleaks:
name: Scan with gitleaks
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run gitleaks scan
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_CONFIG: .gitleaks.toml
GITLEAKS_NOTIFY_USER_LIST: "@eapolinario"