Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
feat: release v0.2.0 (#13)
Browse files Browse the repository at this point in the history
Release easy_sast version 0.2.0
  • Loading branch information
JonZeolla authored Jan 14, 2020
1 parent 5104a7a commit 9158cf3
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion reports/bandit_report.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"errors": [],
"generated_at": "2020-01-14T18:07:42Z",
"generated_at": "2020-01-14T21:02:58Z",
"metrics": {
"./main.py": {
"CONFIDENCE.HIGH": 0.0,
Expand Down
2 changes: 1 addition & 1 deletion reports/coverage.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="5.0.2" timestamp="1579025240114" lines-valid="723" lines-covered="723" line-rate="1" branches-valid="294" branches-covered="294" branch-rate="1" complexity="0">
<coverage version="5.0.3" timestamp="1579035755350" lines-valid="723" lines-covered="723" line-rate="1" branches-valid="294" branches-covered="294" branch-rate="1" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
Expand Down
4 changes: 2 additions & 2 deletions reports/htmlcov/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/main_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reports/htmlcov/status.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions reports/htmlcov/veracode___init___py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_api_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_check_compliance_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_config_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_constants_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_submit_artifacts_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ certifi==2019.11.28
chardet==3.0.4
Click==7.0
codecov==2.0.15
coverage==5.0.2
coverage==5.0.3
gitdb2==2.0.6
gitlint==0.12.0
GitPython==3.0.5
Expand All @@ -23,7 +23,7 @@ pbr==5.4.4
pylint==2.4.4
python-dateutil==2.8.1
PyYAML==5.3
regex==2020.1.7
regex==2020.1.8
requests==2.22.0
sh==1.12.14
six==1.13.0
Expand All @@ -32,7 +32,7 @@ stevedore==1.31.0
toml==0.10.0
truffleHog==2.0.99
truffleHogRegexes==0.0.7
typed-ast==1.4.0
typed-ast==1.4.1
typing-extensions==3.7.4.1
urllib3==1.25.7
wrapt==1.11.2
Expand Down
2 changes: 1 addition & 1 deletion veracode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
__author__ = "Jon Zeolla"
__copyright__ = "(c) 2020 Seiso, LLC"
__license__ = "BSD-3-Clause"
__version__ = "0.1.0"
__version__ = "0.2.0"
__project_name__ = "easy_sast"
2 changes: 1 addition & 1 deletion veracode/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ certifi==2019.11.28
chardet==3.0.4
defusedxml==0.6.0
docopt==0.6.2
httpie==1.0.3
httpie==2.0.0
idna==2.8
Pygments==2.5.2
PyYAML==5.3
Expand Down

0 comments on commit 9158cf3

Please sign in to comment.