https://github.com/veracode/example-go-modules
https://github.com/veracode/example-go-modules
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veracode/example-go-modules
- Owner: veracode
- Created: 2019-11-23T14:11:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T20:55:38.000Z (over 2 years ago)
- Last Synced: 2024-02-06T21:57:54.045Z (over 2 years ago)
- Language: Go
- Size: 570 KB
- Stars: 0
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://help.veracode.com/reader/hHHR3gv0wYc2WbCclECf_A/t9Dav~Bju~GJGoKWKe1WKA) 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 .
```