You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@isaacs – the latest lstn CLI release (v0.6.0) is set to resolve this issue.
Re-running this workflow will automatically use the updated version of lstn to generate scan results, visible in the CI logs. As a push event, the workflow step will exit gracefully upon completion (see example screenshot below).
For pull request events, you'll be able to see the lstn scan results in the form of a comment on the PR itself.
0325299
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@isaacs – the latest
lstn
CLI release (v0.6.0) is set to resolve this issue.Re-running this workflow will automatically use the updated version of
lstn
to generate scan results, visible in the CI logs. As a push event, the workflow step will exit gracefully upon completion (see example screenshot below).For pull request events, you'll be able to see the
lstn scan
results in the form of a comment on the PR itself.0325299
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally,
lstn
now includes support for ignoring dependencies by name and type. This is configurable through the following ways:Using CLI flags:
Only works for
lstn scan
at the moment.Using config file (lstn.yml)
Using env vars