Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tfsec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tfsec
version: 1.28.5
epoch: 1
epoch: 2
description: Security scanner for your Terraform code
copyright:
- license: MIT
Expand All @@ -24,7 +24,7 @@ pipeline:

- uses: go/bump
with:
deps: google.golang.org/[email protected]
deps: google.golang.org/[email protected] golang.org/x/[email protected]

- uses: go/build
with:
Expand Down