diff --git a/rule-types/github/actions_check_pinned_tags.yaml b/rule-types/github/actions_check_pinned_tags.yaml index 708289d..ab2d34d 100644 --- a/rule-types/github/actions_check_pinned_tags.yaml +++ b/rule-types/github/actions_check_pinned_tags.yaml @@ -38,8 +38,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 # This example uses the checks for that GitHub actions are using pinned tags # for the use directive, in the form of SHA-1 hash. @@ -117,4 +116,4 @@ def: # Defines the configuration for alerting on the rule alert: type: security_advisory - security_advisory: {} \ No newline at end of file + security_advisory: {}