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
3
@@ -82,7 +82,7 @@ def user_external?
end
def allowed_user_type?
%i[project_bot security_policy_bot].include?(user_params[:user_type])
%i[project_bot security_policy_bot].include?(user_params[:user_type]&.to_sym)
end
def password_reset
Loading