modulepackage
0.0.0-20240206205537-555ebe708133
Repository: https://github.com/srcclr/example-go-modules.git
Documentation: pkg.go.dev
# README
[:] Example Go project using Go modules
An example Go project that uses Go modules to demonstrate Veracode agent-based scans.
Install and activate SourceClear
Follow the instructions in Setting Up Veracode Agent-Based Scan to install and activate the CLI scan agent.
Scan this project
There are 2 ways to scan this project.
1. Using url option
srcclr scan --url https://github.com/srcclr/example-go-modules
2. On local path
1. git clone https://github.com/srcclr/example-go-modules
2. cd example-go-modules
3. srcclr scan .