Skip to content

[postponed] inotify issue 515 (fix: inotify_init has no syscall arguments but we send one param) #1694

[postponed] inotify issue 515 (fix: inotify_init has no syscall arguments but we send one param)

[postponed] inotify issue 515 (fix: inotify_init has no syscall arguments but we send one param) #1694

Workflow file for this run

name: Insecure API check
on:
pull_request:
branches:
- master
- 'release/**'
- 'maintainers/**'
jobs:
insecure-api:
name: check-insecure-api
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
- name: Checkout Libs ⤵️
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Scan PR for insecure API usage 🕵️
run: |
semgrep scan \
--error \
--metrics=off \
--baseline-commit ${{ github.event.pull_request.base.sha }} \
--config=./semgrep