Update default FAST org policies (#3207)

This commit is contained in:
Julio Castillo
2025-07-02 15:53:58 +02:00
committed by GitHub
parent 44823bc6f1
commit 7e20abc19d
9 changed files with 159 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -71,7 +71,7 @@ runs:
- name: Pin provider versions
shell: bash
run: |
for f in $(find . -name versions.tf); do
for f in $(find . -name versions.tf -o -name versions.tofu); do
sed -i 's/>=\(.*# tftest\)/=\1/g' $f;
done
- name: Install Python Dependencies