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

Implement check remedies #37

Open
jlorieau opened this issue Aug 2, 2023 · 0 comments
Open

Implement check remedies #37

jlorieau opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jlorieau
Copy link
Owner

jlorieau commented Aug 2, 2023

Implement remedies in checks so that suggestions can be made for failed checks.

Examples 1: A url for missing dependencies

Python:
  desc: Python interpreter
  url: https://www.python.org
  checkExec: python3 >= 3.11

Example 2: A remedy field

S3TemplateBucket:
  checkS3: myproject-cfn-templates
  remedy:
    missing: Create bucket on the AWS console at https://aws.amazon.com/console/
    forbidden: Ask the bucket owner to give you access to the bucket
@jlorieau jlorieau added the enhancement New feature or request label Aug 2, 2023
@jlorieau jlorieau self-assigned this Aug 2, 2023
@jlorieau jlorieau changed the title Implement check rememdies Implement check remedies Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant