Skip to content

Commit

Permalink
feat(script): add dangerous commands detection feature(#34)
Browse files Browse the repository at this point in the history
Add flag `-n, --no-safe-check` for `script`.
  • Loading branch information
windvalley committed Jan 10, 2024
1 parent dba7f1c commit f588637
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 719 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/windvalley/gossh

go 1.17
go 1.18

require (
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
github.com/fatih/color v1.13.0
github.com/go-project-pkg/expandhost v0.1.1
github.com/go-project-pkg/version v0.0.0-20211203112436-8252efa62491
github.com/pkg/sftp v1.10.1
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.10.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
Expand All @@ -20,7 +20,7 @@ require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gosuri/uitable v0.0.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
Expand Down
Loading

0 comments on commit f588637

Please sign in to comment.