Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Release v0.1.4

Compare
Choose a tag to compare
@atc0005 atc0005 released this 23 Jul 11:16
· 114 commits to master since this release
fe1302a

Changed

  • Dependencies

    • updated actions/setup-go
      • v2.1.0 to v2.1.1
    • updated actions/setup-node
      • v2.1.0 to v2.1.1
  • Linting

    • golangci-lint: Disable default exclusions
  • Logging

    • log original and sanitized filenames

Fixed

  • Linting
    • gosec: Wrap os.Open calls with filepath.Clean
    • golint: comment on exported const XYZ should be of the form XYZ ...
    • gosec (G204): Mute subprocess linting error for intentional exec.Command
      call which uses a a client-provided value
    • errcheck: Explicitly check file close return values

References