We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae1530 commit ebdab87Copy full SHA for ebdab87
1 file changed
cmd/osv-scanner/scan/source/command.go
@@ -125,6 +125,7 @@ func action(_ context.Context, cmd *cli.Command, stdout, stderr io.Writer) error
125
scannerAction := helper.GetCommonScannerActions(cmd, scanLicensesAllowlist)
126
127
scannerAction.LockfilePaths = cmd.StringSlice("lockfile")
128
+ //nolint:staticcheck // ignore our own deprecated field
129
scannerAction.SBOMPaths = cmd.StringSlice("sbom")
130
scannerAction.Recursive = cmd.Bool("recursive")
131
scannerAction.NoIgnore = cmd.Bool("no-ignore")
0 commit comments