Skip to content

Commit

Permalink
Update Security Scanning (#6)
Browse files Browse the repository at this point in the history
* Update secret scanning

- Non-archived repos should have secret_scanning enabled

* Cleanup config by removing unnecessary settings

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
tsande16 and netomi authored Mar 2, 2024
1 parent 45049a3 commit fe15260
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions otterdog/eclipse-pass.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ orgs.newOrg('eclipse-pass') {
gh_pages_build_type: "legacy",
gh_pages_source_branch: "main",
gh_pages_source_path: "/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand All @@ -68,8 +66,6 @@ orgs.newOrg('eclipse-pass') {
gh_pages_build_type: "legacy",
gh_pages_source_branch: "main",
gh_pages_source_path: "/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down Expand Up @@ -130,8 +126,6 @@ orgs.newOrg('eclipse-pass') {
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand All @@ -143,8 +137,6 @@ orgs.newOrg('eclipse-pass') {
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down Expand Up @@ -187,8 +179,6 @@ orgs.newOrg('eclipse-pass') {
delete_branch_on_merge: false,
dependabot_alerts_enabled: true,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down Expand Up @@ -277,8 +267,6 @@ orgs.newOrg('eclipse-pass') {
delete_branch_on_merge: false,
description: "Developer-focused PASS runtime, which provides PASS and all of its dependent services using docker-compose. Provides Docker images used for production deployment of PASS.",
homepage: "",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down Expand Up @@ -306,8 +294,6 @@ orgs.newOrg('eclipse-pass') {
description: "PASS Documentation",
dependabot_alerts_enabled: true,
dependabot_security_updates_enabled: true,
secret_scanning: "enabled",
secret_scanning_push_protection: "enabled",
web_commit_signoff_required: false,
},
orgs.newRepo('pass-doi-service') {
Expand Down Expand Up @@ -782,8 +768,6 @@ orgs.newOrg('eclipse-pass') {
delete_branch_on_merge: false,
dependabot_alerts_enabled: true,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down Expand Up @@ -812,8 +796,6 @@ orgs.newOrg('eclipse-pass') {
dependabot_security_updates_enabled: true,
description: "UI code base for PASS",
homepage: "",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down Expand Up @@ -856,8 +838,6 @@ orgs.newOrg('eclipse-pass') {
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
description: "Test repository",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down

0 comments on commit fe15260

Please sign in to comment.