Skip to content

Commit 93f17f4

Browse files
Merge branch 'main' into PRMP-166
2 parents 79d1ece + a409e87 commit 93f17f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron-tear-down-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Run Sandbox Cleanup Script
4242
run: ./venv/bin/python3 -u scripts/cleanup_sandboxes.py
4343
env:
44-
GIT_WORKFLOW_PAT: ${{ secrets.GIT_WORKFLOW_PAT }} # Has "repo" and "workflow" privileges
44+
GIT_WORKFLOW_PAT: ${{ secrets.GIT_WORKFLOW_PAT }} # See https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event

infrastructure/virusscanner.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module "cloud_storage_security" {
6868
count = local.is_production ? 1 : 0
6969

7070
source = "cloudstoragesec/cloud-storage-security/aws"
71-
version = "1.8.9+css9.02.001" # Check https://help.cloudstoragesec.com/release-notes/latest-v9 for updates
71+
version = "1.8.10+css9.03.000" # Check https://help.cloudstoragesec.com/release-notes/latest-v9 for updates
7272
cidr = [var.cloud_security_console_black_hole_address] # This is a reserved address that does not lead anywhere to make sure CloudStorageSecurity console is not available
7373
email = data.aws_ssm_parameter.cloud_security_admin_email.value
7474
subnet_a_id = aws_subnet.virus_scanning_a[0].id

0 commit comments

Comments
 (0)