From 8e6e0e9b62f3ce0c16aa27c715f0c75a31fc5310 Mon Sep 17 00:00:00 2001 From: Gabriel Montes Date: Tue, 4 Mar 2025 18:06:30 -0500 Subject: [PATCH] Skip dirs instead --- .github/workflows/docker-checks.yml | 2 +- staking-points/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-checks.yml b/.github/workflows/docker-checks.yml index 693211e4..5a8cb42e 100644 --- a/.github/workflows/docker-checks.yml +++ b/.github/workflows/docker-checks.yml @@ -26,7 +26,7 @@ jobs: ignore-unfixed: true image-ref: ${{ github.repository }}:${{ github.sha }} severity: HIGH,CRITICAL - skip-files: root/.npm + skip-dirs: /root/.npm strategy: matrix: context: diff --git a/staking-points/README.md b/staking-points/README.md index 5949108c..117f79a9 100644 --- a/staking-points/README.md +++ b/staking-points/README.md @@ -33,5 +33,5 @@ Then the points for a user can be obtained as follows: ```console $ curl http://localhost:3002/0x85e0D9e73c12eFE889750f44422a77B544D48d17 -{"points":270654} +{"points":270655} ```