Documentation
      ¶
    
    
  
    
  
    Index ¶
- func AnalyseModule() (string, error)
 - func CheckBuild(rootDir string) (string, error)
 - func CheckFunctionDefinitions(rootDir string) (string, error)
 - func CheckLocalBuild(rootDir string) (string, error)
 - func CheckResourceDefinitions(rootDir string) (string, error)
 - func CheckUnusedZips(rootDir string) (string, error)
 - func CheckYml(rootDir string) (string, error)
 - func CodeReview(codePart string) (string, error)
 - func CodeReviewByGoSec(codePart string) (string, error)
 - func CodeReviewByNilCheck(codePart string) (string, error)
 - func CodeReviewByStaticcheck(codePart string) (string, error)
 - func CodeReviewByVet(codePart string) (string, error)
 - func GetCommitMessages() (string, error)
 - func GetComposerAudit() (string, error)
 - func GetComposerOutDates() (string, error)
 - func GetDependencyGraph() (string, error)
 - func GetNPMAudit() (string, error)
 - func GetNPMOutdated() (string, error)
 - func GetUpdateVersion(original string) (string, error)
 - func GetVersion() (string, error)
 - func GoSAST() (string, error)
 - func GoSASTProxy(exclude string) (string, error)
 - func RunPHPUnitTest(phpunitCmd string, folder string) (string, error)
 - func SelfUpdate() (string, error)
 - func VulnCheck(codePart string) (string, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyseModule ¶ added in v0.15.0
func CheckBuild ¶ added in v0.20.0
CheckBuild checks the build TODO: Make it better than this :)
func CheckFunctionDefinitions ¶ added in v0.20.0
func CheckLocalBuild ¶ added in v0.20.0
func CheckResourceDefinitions ¶ added in v0.21.0
func CheckUnusedZips ¶ added in v0.20.0
func CodeReview ¶ added in v0.19.0
func CodeReviewByGoSec ¶ added in v0.19.0
func CodeReviewByNilCheck ¶ added in v0.19.0
CodeReviewByNilCheck runs nilaway on the given code part TODO - this is not working as expected, we have no output from nilaway
func CodeReviewByStaticcheck ¶ added in v0.19.0
func CodeReviewByVet ¶ added in v0.19.0
func GetCommitMessages ¶ added in v0.12.2
func GetComposerAudit ¶ added in v0.13.0
func GetComposerOutDates ¶ added in v0.23.0
func GetDependencyGraph ¶
func GetNPMAudit ¶ added in v0.11.0
func GetNPMOutdated ¶ added in v0.22.0
func GetUpdateVersion ¶
func GetVersion ¶
func GoSASTProxy ¶ added in v0.23.3
func RunPHPUnitTest ¶ added in v0.23.0
func SelfUpdate ¶ added in v0.21.0
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.