Skip to content

Commit

Permalink
Added mocked imposter version to dev.yml and fix a typo in decoders r…
Browse files Browse the repository at this point in the history
…esponse (#6895)

Added imposter version to dev.yml and fix a typo in decoders response
  • Loading branch information
JuanGarriuz authored Aug 2, 2024
1 parent 422ff84 commit 730067d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/imposter/wazuh-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ resources:
raw: true
response:
statusCode: 200
staticFile: rules/get_rule_raw.txt
staticFile: decoders/get_decoders_raw.txt

# Update decoders file
- method: PUT
Expand Down
2 changes: 1 addition & 1 deletion docker/osd-dev/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- '--es.all'

imposter:
image: outofcoffee/imposter
image: outofcoffee/imposter:3.44.1

# <<: *logging
hostname: imposter-osd-${OS_VERSION}
Expand Down

0 comments on commit 730067d

Please sign in to comment.