https://github.com/veracode/example-python
Example python project to demonstrate srcclr scans
https://github.com/veracode/example-python
Last synced: 6 months ago
JSON representation
Example python project to demonstrate srcclr scans
- Host: GitHub
- URL: https://github.com/veracode/example-python
- Owner: veracode
- Created: 2016-05-09T07:03:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T03:03:27.000Z (almost 2 years ago)
- Last Synced: 2025-06-26T04:09:50.061Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 14
- Forks: 39
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [:] Example Python 2 Project
An example Python project to demonstrate [srcclr](https://www.srcclr.com) scans.
Check out the [python3](https://github.com/srcclr/example-python/tree/python3) branch for a project that builds with Python 3.
## Try me!
```
brew tap srcclr/srcclr
brew install srcclr
srcclr activate
srcclr scan --url https://github.com/srcclr/example-python
```