You can delete a Rule with the Delete button next to the Rule name.
Alternatively, you can delete Rules using the command line:
cd /opt/dradispro/dradispro/current/
RAILS_ENV=production bundle exec rails console
Dradis::Pro::Rules::Rule.find( #ID# ).destroy
If you are using Dradis on Docker, run instead:
docker exec -it app bin/rails console
Dradis::Pro::Rules::Rule.find( #ID# ).destroy
Don't forget to substitue in the actual Rule ID for #ID# above!
Next help article: Reorder your Rules →
Loading form...
Your email is kept private. We don't do the spam thing.