Skip to content

Commit

Permalink
update crypto
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <michaelsv@jfrog.com>
  • Loading branch information
sverdlov93 committed Aug 3, 2023
1 parent 680e8a0 commit ce20fcb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/frogbot-scan-and-fix.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/frogbot-scan-pr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func GetCommands(logger utils.Log) []*clitool.Command {
}
err = goModule.CalcDependencies()
if err != nil {

Check failure on line 57 in cli/cli.go

View workflow job for this annotation

GitHub Actions / Static-Check

SA9003: empty branch (staticcheck)

Check failure on line 57 in cli/cli.go

View workflow job for this annotation

GitHub Actions / Static-Check

SA9003: empty branch (staticcheck)
return
// return
}
return printBuild(bld, context.String(formatFlag))
},
Expand Down

0 comments on commit ce20fcb

Please sign in to comment.