Skip to content

Commit

Permalink
chore: removed references to development repository as part of migrat…
Browse files Browse the repository at this point in the history
…ion to abczyx (#2)
  • Loading branch information
bradegler authored Nov 3, 2022
1 parent 703bd10 commit 9bba3c5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
uses: 'actions/checkout@v3'
-
name: 'secure-setup-terraform'
uses: 'bradegler/secure-setup-terraform@v0.0.10'
uses: 'abcxyz/secure-setup-terraform@v0.1.0'
with:
terraform_version: '1.3.2'
terraform_checksum: '${{ secrets.TERRAFORM_CHECKSUM }}'
terraform_version: '1.3.3'
## Use terraform normally
```

Expand Down
4 changes: 2 additions & 2 deletions cmd/lint-action/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"strings"
"syscall"

"github.com/bradegler/secure-setup-terraform/pkg/linter"
"github.com/bradegler/secure-setup-terraform/pkg/version"
"github.com/abcxyz/secure-setup-terraform/pkg/linter"
"github.com/abcxyz/secure-setup-terraform/pkg/version"
)

const lintCommandHelp = `
Expand Down
4 changes: 2 additions & 2 deletions cmd/lint-terraform/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"strings"
"syscall"

"github.com/bradegler/secure-setup-terraform/pkg/linter"
"github.com/bradegler/secure-setup-terraform/pkg/version"
"github.com/abcxyz/secure-setup-terraform/pkg/linter"
"github.com/abcxyz/secure-setup-terraform/pkg/version"
)

const lintCommandHelp = `
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bradegler/secure-setup-terraform
module github.com/abcxyz/secure-setup-terraform

go 1.18

Expand Down

0 comments on commit 9bba3c5

Please sign in to comment.