Skip to content

Commit

Permalink
Merge pull request #133 from cisagov/improvement/use-latest-gatherer-…
Browse files Browse the repository at this point in the history
…and-scanner

Use the latest gatherer and scanner Docker images
  • Loading branch information
jsf9k committed Feb 1, 2023
2 parents 067888f + aaee297 commit daa5fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
gather:
depends_on:
- redis
image: 'cisagov/gatherer:1.5.10'
image: 'cisagov/gatherer:1.5.11'
secrets:
- source: cyhy_read_creds
target: database_creds.yml
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
environment:
- AWS_CONFIG_FILE=/run/secrets/aws_config
- AWS_PROFILE=lambda
image: 'cisagov/scanner:1.3.4'
image: 'cisagov/scanner:1.3.5'
secrets:
- source: aws_config
target: aws_config
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.47
1.3.48

0 comments on commit daa5fe8

Please sign in to comment.