Implement LRU in-memory caching for listAllNodes endpoint (#164) #509
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Logging check | |
on: | |
push: | |
branches: | |
- "*" | |
jobs: | |
semgrep-ci: | |
runs-on: ubuntu-20.04 | |
container: | |
image: semgrep/semgrep | |
steps: | |
- uses: actions/checkout@v3 | |
- run: semgrep ci --config .semgrep.yml --exclude='main.go' --exclude='server/server.go' --exclude='logging/*' -- |