Skip to content

Commit

Permalink
chore(deps): Update defsec
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Feb 12, 2024
1 parent d86cee2 commit eb283c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docGen/defsec.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (

"github.com/aquasecurity/defsec/pkg/framework"
_ "github.com/aquasecurity/defsec/pkg/rego"
"github.com/aquasecurity/defsec/pkg/rules"
"github.com/aquasecurity/defsec/pkg/scan"
"github.com/aquasecurity/trivy-policies/pkg/rules"
)

type DefsecComplianceSpec struct {
Expand Down
2 changes: 1 addition & 1 deletion docGen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/Masterminds/semver v1.5.0
github.com/aquasecurity/defsec v0.94.1
github.com/aquasecurity/tracee v0.7.0
github.com/aquasecurity/trivy-policies v0.9.0
github.com/aquasecurity/vuln-list-update v0.0.0-20191016075347-3d158c2bf9a2
github.com/leekchan/gtf v0.0.0-20190214083521-5fba33c5b00b
github.com/stretchr/testify v1.8.4
Expand All @@ -18,6 +17,7 @@ require (
require (
dario.cat/mergo v1.0.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/aquasecurity/trivy-policies v0.9.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
Expand Down

0 comments on commit eb283c3

Please sign in to comment.