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

Configuration File #22

Closed
Tracked by #34
GeekMasher opened this issue Jun 25, 2021 · 0 comments
Closed
Tracked by #34

Configuration File #22

GeekMasher opened this issue Jun 25, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@GeekMasher
Copy link
Owner

Description

We need a configuration file so that each repository can use the same configuration file for an entire organisation.

Propose Solution

We need a simple yet powerful configuration file.
These settings are replaced by CLI / Actions arguments or replaced entirely.

name: "Standard Configuration"

policy:
  repository: GeekMasher/advanced-security-compliance
  path: example/path/policy.yml
  branch: main

enabled:
  # Default: true
  code-scanning: false
  dependabot: true
  secret-scanning: false

reporting:
  issues:
    # ...

[optional] Alternative Solutions

NA

@GeekMasher GeekMasher added the enhancement New feature or request label Jun 25, 2021
@GeekMasher GeekMasher self-assigned this Jun 25, 2021
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