Skip to content

Commit

Permalink
Skip dirs instead
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Mar 4, 2025
1 parent 468488a commit 8e6e0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion staking-points/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
```

0 comments on commit 8e6e0e9

Please sign in to comment.