Skip to content
Snippets Groups Projects

Use project bot users to run scan execution policies pipelines

Merged Andy Schoenen requested to merge andysoiron/security-scan-results-policy-bots into master
All threads resolved!
Files
21
+ 1
1
@@ -2233,7 +2233,7 @@ def trust_scores_for_source(source)
# override, from Devise::Validatable
def password_required?
return false if internal? || project_bot?
return false if internal? || project_bot? || security_policy_bot?
super
end
Loading