Skip to content

Commit

Permalink
Merge pull request #97 from newrelic/fix/GHA-inst-verifier
Browse files Browse the repository at this point in the history
Fix in instrumentation module detection for inst verifier.
  • Loading branch information
lovesh-ap authored Aug 29, 2023
2 parents 82156b6 + dc12707 commit 7f019c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/X-Reusable-VerifyInstrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd instrumentation-security
tmpfile=$(mktemp /tmp/dirs.XXXXXXXXXX)
# lists the folders inside instrumentation, and removes the trailing '/'
ls -d */build.gradle | cut -d'/' -f 1 > $tmpfile
cat ../settings.gradle | grep "^include 'instrumentation:" | cut -d"'" -f 2 | cut -d : -f 2 > $tmpfile
# creates an envar with the requested page of the instrumentation modules in a JSON format
modules=$((
echo '{ "modules" : '
Expand Down

0 comments on commit 7f019c4

Please sign in to comment.