Skip to content

Commit

Permalink
1.4.17
Browse files Browse the repository at this point in the history
Signed-off-by: George M Dias <[email protected]>
  • Loading branch information
georgedias committed Dec 31, 2024
1 parent b761ade commit 5f1c049
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.16
1.4.17
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mitre/saf",
"description": "The MITRE Security Automation Framework (SAF) Command Line Interface (CLI) brings together applications, techniques, libraries, and tools developed by MITRE and the security community to streamline security automation for systems and DevOps pipelines.",
"version": "1.4.16",
"version": "1.4.17",
"author": "The MITRE Security Automation Framework",
"bin": "./bin/run",
"bugs": "https://github.com/mitre/saf/issues",
Expand Down
5 changes: 5 additions & 0 deletions release-prep.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ Write-Host
#------------------------------------------------------------------------------
# Pull the main branch content from github
Write-Output "Pull the main branch from github..." | Yellow
$Error.Clear()
git pull origin main
if ($LastExitCode -gt 0) {
Write-Output " Failed to Pull the main branch from github" | Red
TerminateScript
}
Write-Output "Done" | Green
Write-Host

Expand Down

0 comments on commit 5f1c049

Please sign in to comment.