Skip to content

Commit

Permalink
fix: update semgrep check to latest security recommendations (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
johneke-auth0 authored Jan 31, 2024
1 parent b9106d1 commit 9640504
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Semgrep

on:
pull_request_target: {}
push:
branches: ['main']
branches: ['master', 'main']
permissions:
contents: read
jobs:
semgrep:
name: Scan
Expand Down

0 comments on commit 9640504

Please sign in to comment.