diff --git a/.github/actions/action.sh b/.github/actions/action.sh index 3399975d..b3c2eabc 100644 --- a/.github/actions/action.sh +++ b/.github/actions/action.sh @@ -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 diff --git a/HISTORY.md b/HISTORY.md index 1f95cfa7..cfae13d2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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)