Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
chore(policies): Move s3 policies to rules dir (#1416)
Browse files Browse the repository at this point in the history
* chore(policies): Move s3 policies to `rules` dir

Fixes: https://github.com/aquasecurity/defsec/issues/1412

Signed-off-by: Simar <[email protected]>

* fix test

---------

Signed-off-by: Simar <[email protected]>
  • Loading branch information
simar7 authored Aug 8, 2023
1 parent 85c168b commit 91898b5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func Test_load_returns_expected_services(t *testing.T) {

func Test_load_returns_expected_service_checks(t *testing.T) {
checks := rules.GetProviderServiceCheckNames("aws", "s3")
assert.Len(t, checks, 10)
assert.Len(t, checks, 12)
}

func Test_get_providers(t *testing.T) {
Expand Down

0 comments on commit 91898b5

Please sign in to comment.