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

Profiles should not alert by default #118

Merged
merged 1 commit into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading