diff --git a/test/data/config-scan/report.json b/test/data/config-scan/report.json index f523f08..d70865c 100644 --- a/test/data/config-scan/report.json +++ b/test/data/config-scan/report.json @@ -1,5 +1,6 @@ { "SchemaVersion": 2, + "CreatedAt": "2024-10-02T14:55:30.612151-06:00", "ArtifactName": "test/data/config-scan", "ArtifactType": "filesystem", "Metadata": { @@ -214,7 +215,7 @@ }, { "Type": "Terraform Security Check", - "ID": "s3-bucket-logging", + "ID": "AVD-AWS-0089", "AVDID": "AVD-AWS-0089", "Title": "S3 Bucket Logging", "Description": "Ensures S3 bucket logging is enabled for S3 buckets", @@ -223,10 +224,10 @@ "Query": "data.builtin.aws.s3.aws0089.deny", "Resolution": "Add a logging block to the resource to enable access logging", "Severity": "LOW", - "PrimaryURL": "https://avd.aquasec.com/misconfig/s3-bucket-logging", + "PrimaryURL": "https://avd.aquasec.com/misconfig/avd-aws-0089", "References": [ "https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html", - "https://avd.aquasec.com/misconfig/s3-bucket-logging" + "https://avd.aquasec.com/misconfig/avd-aws-0089" ], "Status": "FAIL", "Layer": {}, diff --git a/test/test.bats b/test/test.bats index 1e0f3ce..7e1a036 100644 --- a/test/test.bats +++ b/test/test.bats @@ -4,7 +4,7 @@ setup_file() { local owner=$GITHUB_REPOSITORY_OWNER export TRIVY_DB_REPOSITORY=ghcr.io/${owner}/trivy-db-act:latest export TRIVY_JAVA_DB_REPOSITORY=ghcr.io/${owner}/trivy-java-db-act:latest - export TRIVY_POLICY_BUNDLE_REPOSITORY=ghcr.io/${owner}/trivy-checks-act:latest + export TRIVY_CHECKS_BUNDLE_REPOSITORY=ghcr.io/${owner}/trivy-checks-act:latest } setup() {