Skip to content

Commit

Permalink
Merge pull request #81 from stacklok/ethomson/health_check
Browse files Browse the repository at this point in the history
Update the names in the health check profile
  • Loading branch information
JAORMX authored Apr 9, 2024
2 parents 0e2e145 + c57183d commit 2497bf3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions profiles/github/stacklok-health-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}

0 comments on commit 2497bf3

Please sign in to comment.