We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63dea7 commit 7ee9301Copy full SHA for 7ee9301
.github/workflows/tfsec.yml
@@ -1,25 +1,11 @@
1
name: tfsec
2
+permissions: write-all
3
on:
4
pull_request:
-
5
+ workflow_dispatch:
6
jobs:
7
tfsec:
- name: tfsec sarif report
8
- runs-on: ubuntu-latest
9
10
- steps:
11
- - name: Clone repo
12
- uses: actions/checkout@master
13
14
- - name: tfsec
15
- uses: aquasecurity/[email protected]
16
- with:
17
- sarif_file: tfsec.sarif
18
- working_directory: _example
19
- full_repo_scan: true
20
21
- - name: Upload SARIF file
22
- uses: github/codeql-action/upload-sarif@v1
23
24
- # Path to SARIF file relative to the root of the repository
25
+ uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
+ secrets: inherit
+ with:
+ working_directory: '.'
0 commit comments