Skip to content

Use filesystem-safe timestamps in CIS workflow output filenames #10

@dickymoore

Description

@dickymoore

Summary

Several CIS workflows build default_output_file directly from a raw datetime token (for example ...-{date}.md). On platforms/tooling combinations that reject spaces or colons in filenames, this can produce invalid or awkward output paths.

Affected surfaces

Why this matters

This is not native-skill conversion drift, but the conversions carry the behavior forward into the new execution surface. Fixing it now would remove a cross-platform filename hazard before more slices land.

Suggested direction

Use a filesystem-safe derived timestamp for output filenames, such as an ISO-like variant without spaces/colons, and keep the human-readable date inside document content if needed.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions