Skip to content

Tags: cds-snc/scan-files

Tags

v1.7.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
chore(deps): lock file maintenance (#1159)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.6.7

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix: disable scan result cache check (#1012)

Update the API to no longer attempt to use cached scan
results.  This is because the feature is not proving useful for
the Notify use case where most attachments are unique.

Additionally during heavy Notify sends, the cache result
lookup is causing database connection exhaustion errors.

v1.6.6

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
chore: update Sentinel Forwarder TF module (#937)

Update the module to the latest version that uses an SSM parameter
to store the Sentinel auth credentials.

v1.6.5

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix: update CloudWatch metric_transformation name (#911)

Update the Error, Warning and Unable to scan CloudWatch metrics
so that their `metric_transformation.name` is also updated to include
the API name.

v1.6.4

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
chore: suppress AWS Lambda Powertools metrics warning (#905)

Update the API CloudWatch warning metric filter to ignore messages
that there are no metrics to publish.

v1.6.3

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix: add missing `WARNING` token to API alarm (#904)

Add the missing `WARNING` token from the API's warning CloudWatch
alarm metric filter.

v1.6.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
chore: suppress missing patch CloudWatch alarms (#902)

Update the API's CloudWatch error and warning alarms to no longer trigger
if there is a missing update patch.

This is caused by the target ClamAV update server not having a patch
available yet and will resolve on its own.

v1.6.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix: update scan_squeue terragrunt mock commands (#894)

Update the state mock commands so that the module plans
properly when new mock outputs are added.

v1.6.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
feat: add alarms for the provisioned API function (#892)

Add CloudWatch alarms for the provisioned API lambda function.

Update the production `terragrunt.hcl` files with the new `api` outputs.

v1.5.13

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
feat: enable file scanning for both Staging and Production environmen…

…ts on GC Forms (#872)