Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aquasecurity/tfsec-sarif-action from 0.1.3 to 0.1.4 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

Bumps aquasecurity/tfsec-sarif-action from 0.1.3 to 0.1.4.

Release notes

Sourced from aquasecurity/tfsec-sarif-action's releases.

v0.1.4

What's Changed

New Contributors

Full Changelog: aquasecurity/tfsec-sarif-action@v0.1.3...v0.1.4

Commits
  • 21ded20 add git and hg to docker image (#33)
  • 8019886 Forcing wget to use IPv4 (#37)
  • 8356784 Fix conditional expression for setting TFSEC_VERSION (#36)
  • 9d5437d Replace deprecated set-output usage with environment file GITHUB_OUTPUT (...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aquasecurity/tfsec-sarif-action](https://github.com/aquasecurity/tfsec-sarif-action) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/aquasecurity/tfsec-sarif-action/releases)
- [Commits](aquasecurity/tfsec-sarif-action@v0.1.3...v0.1.4)

---
updated-dependencies:
- dependency-name: aquasecurity/tfsec-sarif-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the github-actions Dependabot for github-actions yamls label Nov 7, 2022
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

Terraform fmt Failed

terraform/organization/g7/locals.tf
terraform/organization/g7/locals.tf
--- old/terraform/organization/g7/locals.tf
+++ new/terraform/organization/g7/locals.tf
@@ -17,7 +17,7 @@
           cidr = "10.0.1.0/24"
           az   = "us-east-1a"
           tags = {
-            resource = "omni-subnet-1-private"
+            resource    = "omni-subnet-1-private"
             environment = "demo"
           }
         },
@@ -25,7 +25,7 @@
           cidr = "10.0.2.0/24"
           az   = "us-east-1b"
           tags = {
-            resource = "omni-subnet-2-private"
+            resource    = "omni-subnet-2-private"
             environment = "demo"
           }
         }
@@ -36,7 +36,7 @@
           cidr = "10.0.3.0/24"
           az   = "us-east-1a"
           tags = {
-            resource = "omni-subnet-1-public"
+            resource    = "omni-subnet-1-public"
             environment = "demo"
           }
         },
@@ -44,7 +44,7 @@
           cidr = "10.0.4.0/24"
           az   = "us-east-1b"
           tags = {
-            resource = "omni-subnet-2-public"
+            resource    = "omni-subnet-2-public"
             environment = "demo"
           }
         }
@@ -71,14 +71,14 @@
           }
         },
         tags = {
-          resource = "omni-network-acl"
+          resource    = "omni-network-acl"
           environment = "demo"
         }
       }
       enable_dns_hostnames = true
       enable_dns_support   = true
       tags = {
-        resource = "omni-vpc-1"
+        resource    = "omni-vpc-1"
         environment = "demo"
       }
     }
@@ -105,19 +105,19 @@
       }
     },
     official_tags = {
-      resource = "omni-website-official-site"
+      resource    = "omni-website-official-site"
       environment = "demo"
     },
     www_tags = {
-      resource = "omni-website-www-site"
+      resource    = "omni-website-www-site"
       environment = "demo"
     },
     log_tags = {
-      resource = "omni-website-logs"
+      resource    = "omni-website-logs"
       environment = "demo"
     },
     tags = {
-      resource = "omni-website"
+      resource    = "omni-website"
       environment = "demo"
     }
   }
@@ -178,41 +178,41 @@
   ecs = {
     health_check_path = "health-check"
     task_definition_tags = {
-      resource = "omni-ecs-task-definition"
+      resource    = "omni-ecs-task-definition"
       environment = "demo"
     },
     cluster_tags = {
-      resource = "omni-ecs-cluster"
+      resource    = "omni-ecs-cluster"
       environment = "demo"
     },
     security_group_tags = {
-      resource = "omni-ecs-security-group"
+      resource    = "omni-ecs-security-group"
       environment = "demo"
     },
     tags = {
-      resource = "omni-ecs"
+      resource    = "omni-ecs"
       environment = "demo"
     },
     alb = {
       tags = {
         security_group_tags = {
-          resource = "omni-ecs-alb-security-group"
+          resource    = "omni-ecs-alb-security-group"
           environment = "demo"
         },
         load_balancer_tags = {
-          resource = "omni-ecs-alb"
+          resource    = "omni-ecs-alb"
           environment = "demo"
         },
         target_group_tags = {
-          resource = "omni-ecs-alb-target-group"
+          resource    = "omni-ecs-alb-target-group"
           environment = "demo"
         },
         listener_tags = {
-          resource = "omni-ecs-alb-listener"
+          resource    = "omni-ecs-alb-listener"
           environment = "demo"
         },
         tags = {
-          resource = "omni-ecs-alb"
+          resource    = "omni-ecs-alb"
           environment = "demo"
         }
       }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github-actions Dependabot for github-actions yamls
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants