File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/vm-workload-scanning Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 - name : Check out code
5353 uses : actions/checkout@v2
5454 - name : Cache modules
55- uses : actions/cache@v1
55+ uses : actions/cache@v4
5656 with :
5757 path : ~/go/pkg/mod
5858 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ data "google_organization" "org" {
1212# ##################################################
1313
1414# ---------------------------------------------------------------------------------------------
15- # role permissions for CSPM (GCP Predefined Roles for Sysdig Cloud Secure Posture Management)
15+ # role permissions for VM Workload Scanning
1616# ---------------------------------------------------------------------------------------------
1717resource "google_organization_iam_custom_role" "custom_role" {
1818 count = var. is_organizational ? 1 : 0
1919
2020 org_id = data. google_organization . org [0 ]. org_id
21- role_id = " vmWorkloadScanningRole"
21+ role_id = " ${ var . role_name } vmWorkloadScanningRole${ title (local . suffix ) } "
2222 title = " VM Workload Scanning Role"
2323 permissions = [
2424 " artifactregistry.repositories.downloadArtifacts" ,
You can’t perform that action at this time.
0 commit comments