File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## Unreleased - [ Github] ( https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.4..HEAD )
5
+ ## Unreleased - [ Github] ( https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.5..HEAD )
6
+
7
+ ## v4.0.5 - 2022-10-24 - [ Github] ( https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.4...v4.0.5 )
8
+
9
+ - Ensure that the get-boost-cli installer is hit on every run to prevent unexpected results
6
10
7
11
## v4.0.4 - 2022-10-24 - [ Github] ( https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.3...v4.0.4 )
8
12
Original file line number Diff line number Diff line change @@ -40,10 +40,6 @@ init.ci.config ()
40
40
41
41
init.cli ()
42
42
{
43
- if [ -f " ${BOOST_EXE:- } " ]; then
44
- return
45
- fi
46
-
47
43
mkdir -p " ${BOOST_TMP_DIR} "
48
44
curl --silent " ${BOOST_DOWNLOAD_URL} " | bash
49
45
}
You can’t perform that action at this time.
0 commit comments