This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Release v0.1.4
Changed
-
Dependencies
- updated
actions/setup-go
v2.1.0
tov2.1.1
- updated
actions/setup-node
v2.1.0
tov2.1.1
- updated
-
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
- See the
v0.1.4
milestone for the issues associated with this release. - See our CHANGELOG for more information.