From c24d5121489d496bfeaf0a6ef26edd1a146aa7b2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 10 Feb 2026 22:30:34 -0600 Subject: [PATCH] feat: disable --- .gitea/workflows/test-build.yaml | 56 ++++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index 3c62981..6c0fa70 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -51,35 +51,35 @@ jobs: actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-documentation/actions?workflow=test-build.yaml", "clear": true}]' image: true - guarddog: - runs-on: ubuntu-js - steps: - - name: Checkout - uses: actions/checkout@v6 + # guarddog: + # runs-on: ubuntu-js + # steps: + # - name: Checkout + # uses: actions/checkout@v6 - - name: Set up Python - uses: actions/setup-python@v6 - with: - python-version: '3.14' + # - name: Set up Python + # uses: actions/setup-python@v6 + # with: + # python-version: '3.14' - - name: Install GuardDog - run: pip install guarddog + # - name: Install GuardDog + # run: pip install guarddog - - name: Run GuardDog - run: | - guarddog npm scan . + # - name: Run GuardDog + # run: | + # guarddog npm scan . - - name: ntfy Failed - uses: niniyas/ntfy-action@master - if: failure() - with: - url: '${{ secrets.NTFY_URL }}' - topic: '${{ secrets.NTFY_TOPIC }}' - title: 'Security Failure - Site Documentation' - priority: 4 - headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' - tags: action,failed - details: 'Guarddog scan failed for Site Documentation' - icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png' - actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-documentation/actions?workflow=test-build.yaml", "clear": true}]' - image: true + # - name: ntfy Failed + # uses: niniyas/ntfy-action@master + # if: failure() + # with: + # url: '${{ secrets.NTFY_URL }}' + # topic: '${{ secrets.NTFY_TOPIC }}' + # title: 'Security Failure - Site Documentation' + # priority: 4 + # headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' + # tags: action,failed + # details: 'Guarddog scan failed for Site Documentation' + # icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png' + # actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-documentation/actions?workflow=test-build.yaml", "clear": true}]' + # image: true