Skip to content

Commit 57d1840

Browse files
authored
Merge pull request #3 from clouddrove/feature/tfsec-action
ci: added tfsec workflow
2 parents 04ce9ae + c4f006b commit 57d1840

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: changelog
22
permissions: write-all
3-
43
on:
54
push:
65
tags:
76
- "*"
8-
# Allows you to run this workflow manually from the Actions tab
97
workflow_dispatch:
108
jobs:
119
call-workflow-changelog:
1210
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
11+
secrets: inherit
1312
with:
14-
branch: 'master'
13+
branch: 'master'

.github/workflows/tfsec.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: tfsec
2+
permissions: write-all
3+
on:
4+
pull_request:
5+
workflow_dispatch:
6+
jobs:
7+
tfsec:
8+
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
9+
secrets: inherit
10+
with:
11+
working_directory: '.'

0 commit comments

Comments
 (0)