Skip to content

Commit

Permalink
Merge pull request #91 from stacklok/ethomson/health_check
Browse files Browse the repository at this point in the history
Reorder Health Check profile
  • Loading branch information
rdimitrov authored Apr 15, 2024
2 parents b9d034d + 1015c70 commit 623bc01
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 @@ -9,6 +9,16 @@ context:
alert: "off"
remediate: "off"
repository:
- type: secret_scanning
name: "Secret Scanning is enabled"
def:
enabled: true
skip_private_repos: true
- type: secret_push_protection
name: "Secret push protection is enabled"
def:
enabled: true
skip_private_repos: true
- type: actions_check_pinned_tags
name: "GitHub Actions workflows reference pinned tags"
def:
Expand All @@ -30,7 +40,7 @@ repository:
params:
branch: ""
- type: default_workflow_permissions
name: "GitHub Actions workflows have limit permissions"
name: "GitHub Actions workflows have limited permissions"
def:
default_workflow_permissions: read
can_approve_pull_request_reviews: false
Expand All @@ -55,13 +65,3 @@ repository:
- type: dockerfile_no_latest_tag
name: "Dockerfiles reference specific tags"
def: {}
- type: secret_push_protection
name: "Secret push protection is enabled"
def:
enabled: true
skip_private_repos: true
- type: secret_scanning
name: "Secret Scanning is enabled"
def:
enabled: true
skip_private_repos: true

0 comments on commit 623bc01

Please sign in to comment.