We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1599fc commit 26983c4Copy full SHA for 26983c4
.github/workflows/semgrep.yaml
@@ -55,6 +55,8 @@ concurrency:
55
56
jobs:
57
semgrep:
58
- if: github.event.repository.fork == false
+ # github.event.repository context not available in scheduled workflows
59
+ #if: github.event.repository.fork == false
60
+ if: github.repository_owner == 'HariSekhon'
61
name: Semgrep GitHub Security Tab
62
uses: HariSekhon/GitHub-Actions/.github/workflows/semgrep.yaml@master
0 commit comments