summaryrefslogtreecommitdiff
path: root/internal/config/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/args.go')
-rw-r--r--internal/config/args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/args.go b/internal/config/args.go
index 39e6762..b380dcd 100644
--- a/internal/config/args.go
+++ b/internal/config/args.go
@@ -15,6 +15,7 @@ type Args struct {
Platforms []string
Target int
Lookback time.Duration
+ Secrets Secrets
}
func (a Args) Validate() error {