fix(aws): add missing sqs service without subservice (#6364)

Co-authored-by: Rubén De la Torre Vico <rubendltv22@gmail.com>
Co-authored-by: MrCloudSec <hello@mistercloudsec.com>
This commit is contained in:
Prowler Bot
2025-01-06 21:38:38 +01:00
committed by GitHub
parent 65b2a81226
commit 87e9b0f807
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
python -m pip install --upgrade pip
pipx install poetry
pipx install poetry==1.8.5
- name: Set up Python ${{ matrix.python-version }}
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
uses: actions/setup-python@v5