Skip to content

Commit

Permalink
ci: Add tfsec workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed May 8, 2023
1 parent c8ea9cf commit 1fc1b31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: changelog
permissions: write-all

on:
push:
tags:
- "*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-workflow-changelog:
changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
secrets: inherit
with:
branch: 'master'
11 changes: 11 additions & 0 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: tfsec
permissions: write-all
on:
pull_request:
workflow_dispatch:
jobs:
tfsec:
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
secrets: inherit
with:
working_directory: '.'
2 changes: 1 addition & 1 deletion _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module "subnet" {
}

module "container-registry" {
source = "../"
source = "clouddrove/acr/azure"
resource_group_name = module.resource_group.resource_group_name
location = module.resource_group.resource_group_location

Expand Down

0 comments on commit 1fc1b31

Please sign in to comment.