Skip to content

Commit

Permalink
Update security-baseline/rule-types/github/osps-do-01.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
evankanderson authored Jan 17, 2025
1 parent 5173b95 commit a654270
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions security-baseline/rule-types/github/osps-do-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,5 @@ def:
default allow := false
repo := minder.datasource.ghapi.repo_config({
"owner": input.properties["github/repo_owner"],
"repo": input.properties["github/repo_name"]
})
allow if repo.body.has_issues
allow if repo.body.has_discussions
allow if input.ingested.has_issues
allow if input.ingested.has_discussions

0 comments on commit a654270

Please sign in to comment.