Skip to content

Commit fb5ebb0

Browse files
committed
removed duplicate snyk action
1 parent 2dbe168 commit fb5ebb0

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/tflint.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,3 @@ jobs:
3333

3434
- name: Run tflint
3535
run: tflint -f compact
36-
37-
security:
38-
runs-on: ubuntu-latest
39-
name: snyk
40-
steps:
41-
- name: checkout
42-
uses: actions/checkout@v2
43-
- name: Vulnerability scan
44-
uses: snyk/actions/iac@master
45-
with:
46-
command: monitor
47-
args: --severity-threshold=low
48-
- name: Set up Node 18
49-
uses: actions/setup-node@v3
50-
with:
51-
node-version: 18
52-
- name: install Snyk CLI
53-
run: npm install -g snyk
54-
- name: snyk monitor
55-
run: snyk iac test --report
56-
env:
57-
SNYK_TOKEN: ${{ secrets.ARC_SNYK_TOKEN }}

0 commit comments

Comments
 (0)