diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a0023..4196dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Automated Security Helper - CHANGELOG -- [v1.4.0](#v140) +- [v1.4.1](#v141) - [What's Changed](#whats-changed) -- [v1.3.3](#v133) +- [v1.4.0](#v140) - [What's Changed](#whats-changed-1) -- [v1.3.2](#v132) +- [v1.3.3](#v133) - [What's Changed](#whats-changed-2) +- [v1.3.2](#v132) + - [What's Changed](#whats-changed-3) - [New Contributors](#new-contributors) - [1.3.0 - 2024-04-17](#130---2024-04-17) - [Features](#features) @@ -18,6 +20,12 @@ - [1.0.5-e-06Mar2023](#105-e-06mar2023) - [1.0.1-e-10Jan2023](#101-e-10jan2023) +## v1.4.1 + +### What's Changed + +- Fixed line endings on relevant files from CRLF to LF to resolve Windows build issues + ## v1.4.0 ### What's Changed diff --git a/pyproject.toml b/pyproject.toml index d24a917..ce751df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 [tool.poetry] name = "automated-security-helper" -version = "1.4.0" +version = "1.4.1" description = "" authors = ["Nate Ferrell ", "Nathan Bates "] license = "Apache-2.0" diff --git a/utils/ash_helpers.ps1 b/utils/ash_helpers.ps1 index 7ced05b..82edcb8 100644 --- a/utils/ash_helpers.ps1 +++ b/utils/ash_helpers.ps1 @@ -127,8 +127,7 @@ function Invoke-ASH { '-t' $AshImageName "'$ashRoot'" - $($buildArgs -join ' ' - '-q') + $($buildArgs -join ' ') ) -join ' ' $runCmd = @( $RESOLVED_OCI_RUNNER