Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo #1624

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/http-server/remote-repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (s *scanRemoteRepoReq) ScanRemoteRepo(iacType, iacVersion string, cloudType
output = results.Violations
}

// succesful
// successful
return output, isAdmissionDenied, nil
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/notifications/webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (w *Webhook) Init(config interface{}) error {
return errInitFailed
}

// succesful
// successful
zap.S().Debug("initialized webhook notifier")
return nil
}
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/scan/scan_tf_files_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ var _ = Describe("Scan is run for terraform files", func() {
})
})
})
Context("when --use-terraform-cache flag is used, all remote modules are refered from terraform cache", func() {
Context("when --use-terraform-cache flag is used, all remote modules are referred from terraform cache", func() {
When("when --use-terraform-cache is set with output format json", func() {
It("should not display any violations", func() {
iacDir := filepath.Join(iacRootRelPath, "terraform_cache_use_in_scan")
Expand Down