Do not fail check if no critical vulnerabilities were found when executed for a fork repository (closes #104)

This commit is contained in:
svartalf
2020-05-06 23:42:53 +03:00
parent 5a5aec182f
commit a409407cff
5 changed files with 20 additions and 2 deletions
+7
View File
@@ -1,9 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0]
### Fixed
- Do not fail check if no critical vulnerabilities were found when executed for a fork repository (closes #104)
## [1.1.0]
### Fixed