Skip to content

Commit 228fc53

Browse files
authored
update tfsec step in workflow
1 parent aee9743 commit 228fc53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@master
4949
- name: TFSec
50-
uses: triat/terraform-security-scan@v2.0.2
50+
uses: triat/terraform-security-scan@v3.0.0
5151
with:
5252
tfsec_actions_comment: false
5353

@@ -79,4 +79,4 @@ jobs:
7979
env:
8080
HOOK_URL: "https://hooks.slack.com/services/XXXXXXX/XXXXXXX/XXXXXXXXXXXX"
8181
HOSTNAMES: "fivexl.io"
82-
HEALTH_CHECK_MATCHER: "200-399"
82+
HEALTH_CHECK_MATCHER: "200-399"

0 commit comments

Comments
 (0)