Skip to content

Commit 26983c4

Browse files
committed
updated semgrep.yaml
1 parent e1599fc commit 26983c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/semgrep.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ concurrency:
5555

5656
jobs:
5757
semgrep:
58-
if: github.event.repository.fork == false
58+
# github.event.repository context not available in scheduled workflows
59+
#if: github.event.repository.fork == false
60+
if: github.repository_owner == 'HariSekhon'
5961
name: Semgrep GitHub Security Tab
6062
uses: HariSekhon/GitHub-Actions/.github/workflows/semgrep.yaml@master

0 commit comments

Comments
 (0)