Commit 0d3ed41a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'docs/rs-harness-executable' into 'master'

Set security harness hook to executable after creation

Closes #43709

See merge request gitlab-org/gitlab-ce!17425
parents b07b2ea5 a04ff31e
......@@ -21,6 +21,8 @@ else
File.open(hook_path, 'w') do |file|
IO.copy_stream(DATA, file)
end
File.chmod(0755, hook_path)
end
# Toggle the harness on or off
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment