Skip to content

Commit

Permalink
Profiles should not alert by default
Browse files Browse the repository at this point in the history
Based on feedback, our alerts should not have alerts on by default;
disable alerting by default, but allow users to enable it by changing
this to "alerts: on".
  • Loading branch information
ethomson committed May 30, 2024
1 parent 4a56a2e commit 882c42e
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions profiles/github/dependabot_ghactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: dependabot-github-actions-github-profile
display_name: Dependabot for GitHub Actions
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: dependabot_configured
def:
package_ecosystem: github-actions
schedule_interval: daily
schedule_interval: daily
4 changes: 2 additions & 2 deletions profiles/github/dependabot_go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: dependabot-go-github-profile
display_name: Dependabot for Go projects
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: dependabot_configured
def:
package_ecosystem: gomod
schedule_interval: daily
apply_if_file: go.mod
apply_if_file: go.mod
2 changes: 1 addition & 1 deletion profiles/github/dependabot_npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: dependabot-npm-docs-github-profile
display_name: Dependabot for JavaScript projects
context:
provider: github
alert: "on"
alert: "off"
remediate: "on"
repository:
- type: dependabot_configured
Expand Down
4 changes: 2 additions & 2 deletions profiles/github/dependabot_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: dependabot-pip-github-profile
display_name: Dependabot for Python projects
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: dependabot_configured
def:
package_ecosystem: pip
schedule_interval: daily
apply_if_file: requirements.txt
apply_if_file: requirements.txt
2 changes: 1 addition & 1 deletion profiles/github/dependabot_rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: dependabot-rust-github-profile
display_name: Dependabot for Rust projects
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: dependabot_configured
Expand Down
2 changes: 1 addition & 1 deletion profiles/github/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: dependencies-github-profile
display_name: Dependencies Security
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
pull_request:
- type: pr_vulnerability_check
Expand Down
2 changes: 1 addition & 1 deletion profiles/github/ghas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: ghas-profile
display_name: GitHub Advanced Security settings
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: secret_scanning
Expand Down
2 changes: 1 addition & 1 deletion profiles/github/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: acme-github-profile
display_name: Sample Profile
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: automatic_branch_deletion
Expand Down
2 changes: 1 addition & 1 deletion profiles/github/repo_security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: repository-github-profile
display_name: Repository Security
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: secret_scanning
Expand Down
4 changes: 2 additions & 2 deletions profiles/github/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: trivy-github-profile
display_name: Trivy action is enabled
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: trivy_action_enabled
def: {}
def: {}
2 changes: 1 addition & 1 deletion profiles/github/workflow_security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: workflow-security-github-profile
display_name: GitHub Actions workflow security
context:
provider: github
alert: "on"
alert: "off"
remediate: "off"
repository:
- type: actions_check_pinned_tags
Expand Down

0 comments on commit 882c42e

Please sign in to comment.