Commit be70ef77 authored by Marc Shaw's avatar Marc Shaw

Merge branch '348398_remove_ignore_rule_for_position_column' into 'master'

Remove ignore rule for Security::Finding#position attribute

See merge request gitlab-org/gitlab!81263
parents 4e363575 45efe540
......@@ -9,13 +9,10 @@
# calculate which report artifact to download and parse.
module Security
class Finding < ApplicationRecord
include IgnorableColumns
include EachBatch
self.table_name = 'security_findings'
ignore_column :position, remove_with: '14.8', remove_after: '2022-02-22'
belongs_to :scan, inverse_of: :findings, optional: false
belongs_to :scanner, class_name: 'Vulnerabilities::Scanner', inverse_of: :security_findings, optional: false
......
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