fleet/server/worker
Jonathan Katz f260fbf85a
Dismiss gosec G602 and G115 in test code (#40960)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #
Dismisses some gosec rules in test code where they do not apply, since
they show up when running `golangci-lint run` locally and make it harder
to spot newly introduced errors.

# Checklist for submitter

## Testing

- [x] Added/updated automated tests
- [ ] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [ ] QA'd all new/changed functionality manually
2026-03-04 13:34:35 -05:00
..
apple_mdm.go Add lock end user info migrations, API support and AccountConfiguration command updates (#40551) 2026-03-02 12:16:31 -05:00
apple_mdm_test.go Final slog migration PR: test infrastructure + tools + remaining standalone files (#40727) 2026-02-28 05:52:21 -06:00
automation_failer.go
automation_failer_test.go Dismiss gosec G602 and G115 in test code (#40960) 2026-03-04 13:34:35 -05:00
batch_activities.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
batch_activities_test.go Batch script cron schedule (#31808) 2025-08-14 14:44:47 -04:00
db_migrations.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
db_migrations_test.go Final slog migration PR: test infrastructure + tools + remaining standalone files (#40727) 2026-02-28 05:52:21 -06:00
jira.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
jira_test.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
macos_setup_assistant.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
macos_setup_assistant_test.go Final slog migration PR: test infrastructure + tools + remaining standalone files (#40727) 2026-02-28 05:52:21 -06:00
software_worker.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
software_worker_test.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
vpp_verification.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
worker.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
worker_test.go Final slog migration PR: test infrastructure + tools + remaining standalone files (#40727) 2026-02-28 05:52:21 -06:00
zendesk.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00
zendesk_test.go Migrating server/worker and related code to slog (#40205) 2026-02-23 13:18:07 -06:00