Skip to content

mcombuechen/sclix_woof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sclix_woof

Building an extension

An extension must produce an appropriately named, os/architecture specific binary in an output folder name _bin when running make build.

The format of the output files should be <extension-name>_<OS>_<ARCH>, where <extension-name> is the name in the extension.json.

Specifically, the following files should be generated in the appropriate situation:

OS Arch Executable Binary Output file Notes
macOS amd64 _darwin_amd64
macOS arm64 _darwin_amd64 Note that this output file is amd_64 and not arm_64
linux amd64 _linux_amd64
linux arm64 _linux_arm64
windows amd64 _windows_arm64

The makefile must also have make test target which runs any tests and exists with a zero exit code on success.

About

Snyk CLI extension for woof command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 66.1%
  • Go 22.8%
  • Shell 11.1%