Skip to content

Commit

Permalink
Merge pull request #62 from stacklok/codeql-branch
Browse files Browse the repository at this point in the history
Remove explicit branch setup in CodeQL rule
  • Loading branch information
jhrozek authored Mar 6, 2024
2 parents 2ce1492 + fddff08 commit 01ead35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rule-types/github/codeql_enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def:
# Defines the configuration for ingesting data relevant for the rule
ingest:
type: git
git:
branch: main
git: {}
# Defines the configuration for evaluating data ingested against the given profile
eval:
type: rego
Expand Down Expand Up @@ -159,4 +158,4 @@ def:
alert:
type: security_advisory
security_advisory:
severity: "medium"
severity: "medium"

0 comments on commit 01ead35

Please sign in to comment.