Skip to content

Commit

Permalink
Remove the recently added default
Browse files Browse the repository at this point in the history
Our ruletype update validation throws an error if you modify the default
field in any way which is probably incorrect as the default is really
not used except as advisory, but let's not break ruletype apply.

I added the default recently, but luckily the update didn't make it to
the healtcheck yet.
  • Loading branch information
jhrozek committed Apr 12, 2024
1 parent 1e96ebf commit ba0a6c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rule-types/github/codeql_enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def:
type: string
description: |
Sets the schedule interval in cron format for the workflow. Only applicable for remediation.
default: '30 * * * *'
required:
- languages
- schedule_interval
Expand Down

0 comments on commit ba0a6c7

Please sign in to comment.