Skip to content

Commit 1d25cb6

Browse files
committed
Initial commit
1 parent 3d0825e commit 1d25cb6

File tree

3 files changed

+2
-38
lines changed

3 files changed

+2
-38
lines changed

.github/workflows/snyk.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/tflint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ on: # yamllint disable-line rule:truthy
1212

1313
jobs:
1414
tflint:
15-
runs-on:
16-
- arc
15+
runs-on: ubuntu-latest
1716
name: tflint
1817
steps:
1918
- uses: actions/checkout@master

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Trivy Security Scan with Security Hub Integration
33

44
'on':
55
push:
6-
branches: [main]
6+
branches: [feature/redshift-module]
77
pull_request:
88
branches: [main]
99
permissions:

0 commit comments

Comments
 (0)