Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Feb 3, 2020
1 parent 32d262b commit 3be4398
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ cd /github/workspace
echo "Scanning $1"
/opt/pycharm-community/bin/inspect.sh $1 /sources/SecurityInspectionProfile.xml out.log -format plain -v0 2> errors.log
echo ::set-output name=result::$(< out.log)

cat out.log
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 1.4.4

* Fixed bug in BindAllInterfacesInspection where a call to `bind()` with no arguments would raise an NPE [issue#36](issues/36)

## 1.4.3

* Added github action support (alpha)

## 1.4.2

* Fixed a bug where packages that had a vulnerability in safetydb but no CVE record would raise a NPE to PyCharm [issue#33](issues/33)
Expand Down

0 comments on commit 3be4398

Please sign in to comment.