Skip to content

Commit fc96d20

Browse files
resolve incorrect ci version being launched (#8)
* ensure that get-boost-cli is always invoked * prepare for release 4.0.5
1 parent acc4728 commit fc96d20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

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
610

711
## v4.0.4 - 2022-10-24 - [Github](https://github.com/boostsecurityio/boostsec-scanner-github/compare/v4.0.3...v4.0.4)
812

lib/scan.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ init.ci.config ()
4040

4141
init.cli ()
4242
{
43-
if [ -f "${BOOST_EXE:-}" ]; then
44-
return
45-
fi
46-
4743
mkdir -p "${BOOST_TMP_DIR}"
4844
curl --silent "${BOOST_DOWNLOAD_URL}" | bash
4945
}

0 commit comments

Comments
 (0)