mirror of
https://github.com/glfw/glfw.git
synced 2025-11-18 03:53:27 +00:00
Add support for Semgrep scans
This commit is contained in:
parent
2fbb560eb7
commit
6528125454
15
.github/workflows/security-semgrep.yml
vendored
Normal file
15
.github/workflows/security-semgrep.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Security - Semgrep Scan
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
semgrep:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: serve-robotics/actions/security/semgrep@v3
|
||||||
|
with:
|
||||||
|
config: "auto"
|
||||||
Loading…
Reference in New Issue
Block a user