Skip to content

Commit

Permalink
update security workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Oct 16, 2023
1 parent f95bfe2 commit 4725548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-notifications-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: env.imagePresent == 'true'
run: |
container_id=`docker ps -q`
plugins=`docker exec -it $container_id /usr/share/opensearch/bin/opensearch-plugin list`
plugins=`docker exec $container_id /usr/share/opensearch/bin/opensearch-plugin list`
echo "plugins: $plugins"
security =`echo $plugins | grep -c opensearch-security`
if [ $security -gt 0 ]
Expand Down

0 comments on commit 4725548

Please sign in to comment.