👷 Nix -> Lix, and scan more file types for exposed secrets

This commit is contained in:
Jo 2025-07-28 21:24:10 +02:00
parent bcaad1ab81
commit 83fcfe7916
4 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# Taken from: https://github.com/isabelroses/dotfiles/blob/9335e5728eaaa9bdcb0d5c3130a5d7c8dddbb6e3/.github/actions/install-lix/action.yml :3
# Derived from: https://github.com/isabelroses/dotfiles/blob/9335e5728eaaa9bdcb0d5c3130a5d7c8dddbb6e3/.github/actions/install-lix/action.yml :3
name: Install Lix
description: "Install Lix for the specified system"

View file

@ -7,6 +7,8 @@ on:
paths:
- "**.nix"
- ".github/workflows/check-leaks.yml"
- "**.yaml"
- "**.md"
permissions:
contents: read

View file

@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install lix
- name: Install Lix
uses: ./.github/actions/install-lix
- uses: phucleeuwu/deadnix-action@v1

View file

@ -16,11 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
persist-credentials: false
- name: Install Nix
- name: Install Lix
uses: ./.github/actions/install-lix
- name: Validate Flake