summaryrefslogtreecommitdiff
path: root/spec/integration/spotbugs_spec.rb
blob: 987e8fe37880b7dd64613c0439b2228e6499abfe (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

RSpec.describe 'spotbugs' do
  let(:project_fixture) { 'java/maven/custom-tls' }
  let(:scanner) { 'spotbugs' }

  pending { expect(subject).to match_schema(:sast) }
  specify { expect(subject['version']).to eql('3.0') }
end