Skip to content

gregtkogut/statick-action-orig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statick-action

Self Test

This is a GitHub Action that runs the statick static code analysis tool.

The action inputs mirror the command line arguments for the CLI version of statick, and much more detail about the powerful statick configuration options is available in the README of the above repository.

Inputs

check

Any discovered statick issue fails the action. Default true.

Setting his input to false may be useful to allow the workflow to work through all workflow steps while debugging.

config

The statick config file to use. Default: config.yaml.

log_level

The statick log level to use. Default: INFO.

output_path

Where to write statick logs. Default: /tmp/statick_output.

package_path

Where statick should look for files to perform static analysis on. Default: .

profile

The statick config file to use. Default: profile.yaml.

user_paths

Where to look for user-provided statick configuration. Default: empty string.

Example usage

The minimal use of statick-action, presuming some code is present workflow workspace is:

uses: actions/statick-action

More advanced usage, including use of specific profiles, configurations, and user-specified resources can be viewed in the self-test workflow in this repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published