Skip to content

DevSkim CLI not suppressing ignored finding #70

@coderpatros

Description

@coderpatros

The DevSkim extension for VS Code behaves as expected. But the DevSkim CLI still reports the finding.

To reproduce create a js file with these two lines in it...

var s = "http://www.example.com/";
var s = "http://www.example.com/"; //Devskim: ignore DS137138 

You can see the VS Code extension has identified the http in the first line but not the second...
image

Then running the DevSkim CLI gives this result...
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions