Skip to content

Commit

Permalink
chore: update dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly committed Jan 23, 2024
1 parent 9e51294 commit 20a315d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: /
schedule:
interval: daily
- package-ecosystem: gomod
directory: /scripts
schedule:
interval: daily
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
1 change: 1 addition & 0 deletions pkg/storage/api/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Storage interface {
PolicyReports() PolicyReportsInterface
ClusterPolicyReports() ClusterPolicyReportsInterface
}

type PolicyReportsInterface interface {
Get(ctx context.Context, name, namespace string) (v1alpha2.PolicyReport, error)
List(ctx context.Context, namespace string) ([]v1alpha2.PolicyReport, error)
Expand Down

0 comments on commit 20a315d

Please sign in to comment.