-
Notifications
You must be signed in to change notification settings - Fork 483
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
Add script to help isolate environment during TUF build #26495
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #26495 +/- ##
=======================================
Coverage 63.85% 63.85%
=======================================
Files 1661 1661
Lines 159221 159243 +22
Branches 4181 4181
=======================================
+ Hits 101671 101687 +16
- Misses 49612 49616 +4
- Partials 7938 7940 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
fleetUrl := flag.String("fleet", "", "Fleet server URL (required)") | ||
tufUrl := flag.String("tuf", "", "TUF server URL (required)") | ||
enrollSecret := flag.String("enroll", "", "Enroll secret (required)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for consistency with other tools, I'd set this to enroll-secret
desktop := flag.Bool("desktop", false, "Generate fleet desktop") | ||
|
||
fleetUrl := flag.String("fleet", "", "Fleet server URL (required)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd do fleet-desktop
and fleet-url
here for consistency as well
My little go program that helps isolate the environment for the TUF build process