Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdp committed Mar 16, 2023
1 parent d4e6ac7 commit 2004a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Lambda event data:
"repositories": [ // optional if not specified it wil syn call repos that are configured with tags
"arn:aws:ecr:us-east-1:123456789012:repository/dev/datadog/datadog-operator","arn:aws:ecr:us-east-1:123456789012:repository/dev/datadog/datadog"]
"check_digest": true // check digest of existing tags on ecr and only add tags if the digest is not the same
"concurrent": 2 // max number of concurrent jobs
"max_results": 5
"slack_channel_id":"CDDF324"
"slack_errors_only": true // only return errors to slack
Expand Down
1 change: 1 addition & 0 deletions test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func main() {
os.Setenv("AWS_ACCOUNT_ID", "1234")

lambdaEvent := ecrImageSync.LambdaEvent{
Concurrent: 2,
CheckDigest: true,
MaxResults: 5,
}
Expand Down

0 comments on commit 2004a10

Please sign in to comment.