-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from stacklok/ethomson/health_check
Update the names in the health check profile
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,58 +10,58 @@ alert: "off" | |
remediate: "off" | ||
repository: | ||
- type: actions_check_pinned_tags | ||
name: "Actions workflows reference pinned tags" | ||
def: | ||
exclude: | ||
# generator_generic_slsa3 does not support pinning and will fail to retrieve the | ||
# generator binary. We need to exclude it from pinning because of this. | ||
# See https://github.com/slsa-framework/slsa-github-generator/issues/2993 | ||
- slsa-framework/slsa-github-generator/.github/workflows/[email protected] | ||
- type: branch_protection_allow_force_pushes | ||
name: "Branch protection disallows force pushes" | ||
def: | ||
allow_force_pushes: false | ||
params: | ||
branch: "" | ||
- type: branch_protection_require_pull_request_dismiss_stale_reviews | ||
name: "Branch protection dismisses stale reviews on PR" | ||
def: | ||
dismiss_stale_reviews: true | ||
params: | ||
branch: "" | ||
- type: default_workflow_permissions | ||
name: "GitHub Actions workflows have limit permissions" | ||
def: | ||
default_workflow_permissions: read | ||
can_approve_pull_request_reviews: false | ||
- type: dependabot_configured | ||
name: go_dependabot | ||
name: "Dependabot configured for Go projects" | ||
def: | ||
package_ecosystem: gomod | ||
schedule_interval: "" | ||
apply_if_file: go.mod | ||
- type: dependabot_configured | ||
name: npm_dependabot | ||
name: "Dependabot configured for JavaScript projects" | ||
def: | ||
package_ecosystem: npm | ||
schedule_interval: "" | ||
apply_if_file: package.json | ||
- type: dependabot_configured | ||
name: pypi_dependabot | ||
name: "Dependabot configured for Python projects" | ||
def: | ||
package_ecosystem: pypi | ||
schedule_interval: "" | ||
apply_if_file: requirements.txt | ||
- type: dockerfile_no_latest_tag | ||
name: "Dockerfile references a specific tags" | ||
def: {} | ||
- type: secret_push_protection | ||
name: "Secret push protection is enabled" | ||
def: | ||
enabled: true | ||
skip_private_repos: true | ||
- type: "secret_scanning" | ||
- type: secret_scanning | ||
name: "Secret scanning is enabled" | ||
def: | ||
enabled: true | ||
skip_private_repos: true | ||
pull_request: | ||
- type: invisible_characters_check | ||
def: {} | ||
params: {} | ||
- type: mixed_scripts_check | ||
def: {} | ||
params: {} |