Skip to content

Commit

Permalink
add script
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 25, 2025
1 parent bfcbed6 commit 6a8473e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions local-app/git-xargs/find-efs-module-sg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

LOGFILE="/tmp/output.git-xargs.${XARGS_REPO_NAME}.log"
REPO="$XARGS_REPO_OWNER/$XARGS_REPO_NAME"
echo "# $REPO" |& tee -a $LOGFILE
git grep --all-match -e security_group_ -e source.*efs -n |& tee -a $LOGFILE
echo "" |& tee -a $LOGFILE

0 comments on commit 6a8473e

Please sign in to comment.