Add Lua rules: init RNG without seed and setting looping variables #44
Workflow file for this run
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: semgrep-rule-lints | |
on: | |
pull_request: | |
jobs: | |
semgrep: | |
runs-on: ubuntu-latest | |
name: semgrep-rule-lints | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v2 | |
- name: Setup semgrep | |
run: pip3 install semgrep | |
- name: Check semgrep rules | |
run: make check | |
env: | |
SEMGREP_SEND_METRICS: off |