Skip to content
Compare
Choose a tag to compare
@tisonkun tisonkun released this 06 Jan 01:28
· 124 commits to main since this release
5d82139

HawkEye 1.0.1

Simple license header checker and formatter, in multiple distribution forms.

Try it out!

Native Image

docker pull ghcr.io/korandoru/hawkeye-native:v1.0.1
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye-native:v1.0.1 check -h

Executable JAR

This executable requires JRE 17+ existence.

wget https://repo1.maven.org/maven2/io/korandoru/hawkeye/commandline/1.0.1/commandline-1.0.1-bin.tar.gz
tar -xvzf commandline-1.0.1-bin.tar.gz
hawkeye-1.0.1/hawkeye check -h

JRE Image

docker pull ghcr.io/korandoru/hawkeye:v1.0.1
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye:v1.0.1 check -h

GitHub Actions

# prerequisite: add a `licenserc.toml` file in the root of your project
- name: Check License Header
  uses: korandoru/hawkeye@v1

What's Changed

Full Changelog: v1.0.0...v1.0.1