Skip to content

Commit

Permalink
enable local
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Dec 21, 2021
1 parent f2b54b3 commit 9faa805
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ func scorecardCmd(cmd *cobra.Command, args []string) {
log.Panic("policy not supported yet")
}

if local != "" && !sarifEnabled {
log.Panic("--local option not supported yet")
}

var v6 bool
_, v6 = os.LookupEnv("SCORECARD_V6")
if raw && !v6 {
Expand Down

0 comments on commit 9faa805

Please sign in to comment.