Skip to content

Make --dry-run not require secrets #12

Description

@PRAteek-singHWY

In --dry-run nothing is sent, so a missing ${ENV} token should not be fatal. Make env interpolation lenient in dry-run only (leave the reference or use a placeholder), while staying strict for real scans.

Files: src/util/env.ts, src/config/load.ts, src/engine/run.ts

Acceptance criteria

  • --dry-run succeeds with unset token env vars.
  • A real scan still errors loudly on a missing variable.
  • Unit test for both paths.

Comment /assign to claim.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomersstarterBeginner-friendly first task

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions