Skip to content

Commit

Permalink
chore: update SCSastScanSpec
Browse files Browse the repository at this point in the history
added filter condition to exclude sensors not assigned to a cloudpool
  • Loading branch information
psmf22 committed Sep 19, 2023
1 parent ae94e05 commit e6ab344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SCSastScanSpec extends FcliBaseSpec {
}

def "listSensors"() {
def args = "sc-sast sensor list -q state=='ACTIVE' --store sensors"
def args = "sc-sast sensor list -q state=='ACTIVE'&&cloudPool!=null --store sensors"
when:
def result = Fcli.run(args)
then:
Expand Down

0 comments on commit e6ab344

Please sign in to comment.