Skip to content

Commit

Permalink
Add was-report-pull to qualys command
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Dec 13, 2024
1 parent a0b91d6 commit 9cd1fd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/worker/pe-worker-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ while true; do
elif [[ "$SERVICE_TYPE" = *"asmSync"* ]]; then
COMMAND="pe-asm-sync asm-sqs --org='$ORG'"
elif [[ "$SERVICE_TYPE" = *"qualys"* ]]; then
COMMAND="pe-source was-findings-sync --org='$ORG'"
COMMAND="pe-source was-report-pull --org='$ORG' && pe-source was-findings-sync --org='$ORG'"

else
echo "Unsupported SERVICE_TYPE: $SERVICE_TYPE"
break
Expand Down

0 comments on commit 9cd1fd7

Please sign in to comment.