Skip to content

Commit

Permalink
Change to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsh12 committed Jan 16, 2024
1 parent 288632e commit de5bd0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transformations/aws/macros/s3/deny_http_requests.sql
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ where
{% endmacro %}

{% macro default__deny_http_requests(framework, check_id) %}{% endmacro %}

{% macro bigquery__deny_http_requests(framework, check_id) %}
select
'{{framework}}' As framework,
Expand Down Expand Up @@ -109,4 +110,4 @@ WHERE
OR
CONTAINS_SUBSTR(CAST(JSON_VALUE(foo.statement.Principal) AS STRING), '*')
)
{% endmacro %}
{% endmacro %}

0 comments on commit de5bd0a

Please sign in to comment.