Skip to content

Add Lua rules: init RNG without seed and setting looping variables #44

Add Lua rules: init RNG without seed and setting looping variables

Add Lua rules: init RNG without seed and setting looping variables #44

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