mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
👷 Nix -> Lix, and scan more file types for exposed secrets
This commit is contained in:
parent
bcaad1ab81
commit
83fcfe7916
4 changed files with 6 additions and 7 deletions
2
.github/actions/install-lix/action.yml
vendored
2
.github/actions/install-lix/action.yml
vendored
|
@ -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
|
name: Install Lix
|
||||||
description: "Install Lix for the specified system"
|
description: "Install Lix for the specified system"
|
||||||
|
|
||||||
|
|
2
.github/workflows/check-leaks.yml
vendored
2
.github/workflows/check-leaks.yml
vendored
|
@ -7,6 +7,8 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- "**.nix"
|
- "**.nix"
|
||||||
- ".github/workflows/check-leaks.yml"
|
- ".github/workflows/check-leaks.yml"
|
||||||
|
- "**.yaml"
|
||||||
|
- "**.md"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
4
.github/workflows/deadnix.yml
vendored
4
.github/workflows/deadnix.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
|
|
||||||
- name: Install lix
|
- name: Install Lix
|
||||||
uses: ./.github/actions/install-lix
|
uses: ./.github/actions/install-lix
|
||||||
|
|
||||||
- uses: phucleeuwu/deadnix-action@v1
|
- uses: phucleeuwu/deadnix-action@v1
|
||||||
|
|
5
.github/workflows/validate.yml
vendored
5
.github/workflows/validate.yml
vendored
|
@ -16,11 +16,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
ref: ${{ github.ref_name }}
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Lix
|
||||||
uses: ./.github/actions/install-lix
|
uses: ./.github/actions/install-lix
|
||||||
|
|
||||||
- name: Validate Flake
|
- name: Validate Flake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue