Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
added sed command to remove the generated at to prevent merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Savvas Kyriacou <savvasky@uk.ibm.com>
  • Loading branch information
KirbyKatcher committed Jun 5, 2024
1 parent 5e46410 commit 34608ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-06-03T10:11:05Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down
1 change: 1 addition & 0 deletions build-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function check_secrets {
error "Not all secrets found have been audited"
exit 1
fi
sed -i '' '/[ ]*"generated_at": ".*",/d' .secrets.baseline
success "secrets audit complete"
}

Expand Down

0 comments on commit 34608ea

Please sign in to comment.