Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor ruletype descriptions #90

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Minor ruletype descriptions #90

merged 1 commit into from
Apr 12, 2024

Conversation

jhrozek
Copy link
Contributor

@jhrozek jhrozek commented Apr 12, 2024

A bunch of ruletype text updates I found while I was testing different
ruletypes through UI

  • more ecosystem examples for the popular dependabot ecosystems
  • provide a reasonable default for codeQL schedule
  • say that minder will use builtin defaults for the OSV ruletype to make
    it clear that the user doesn't have to fill them in
  • fix description of exclude for the action pinning ruletype

A bunch of ruletype text updates I found while I was testing different
ruletypes through UI

- more ecosystem examples for the popular dependabot ecosystems
- provide a reasonable default for codeQL schedule
- say that minder will use builtin defaults for the OSV ruletype to make
  it clear that the user doesn't have to fill them in
- fix description of exclude for the action pinning ruletype
@@ -38,7 +38,8 @@ def:
schedule_interval:
type: string
description: |
Only applicable for remediation. Sets the schedule interval for the workflow.
Sets the schedule interval in cron format for the workflow. Only applicable for remediation.
default: '30 * * * *'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I /think/ this should be safe because we don't actually enforce the defaults on the back end level, so the defaults would be kind of advisory use for FE.

@jhrozek jhrozek merged commit 1e96ebf into main Apr 12, 2024
3 checks passed
@jhrozek jhrozek deleted the osv_descriptions branch April 12, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants