vcgopkg

command module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2022 License: MIT Imports: 17 Imported by: 0

README

vcgopkg

Unofficial Community Project to help package a Go application for Veracode Static Analysis

Usage

Package the current working directory:

repo# vcgopkg

Package a directory:

vcgopkg repo/cmd

Package a main.go file

vcgopkg repo/path/to/dir/cmd/main.go

vcgopkg will then look for all main funcs and produce a .zip file for each, for example: repo.zip. This can then be uploaded to Veracode for Static Analysis.

Download

On Linux with go get:

export GOPATH=`go env GOPATH` &&
export PATH="$PATH:$GOPATH/bin" &&
go install github.com/relaxnow/vcgopkg

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL