Compare commits
2 Commits
05ab1ed606
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a8cd59cea0 | ||
![]() |
271be5e79e |
17
.github/workflows/codescanning.yaml
vendored
17
.github/workflows/codescanning.yaml
vendored
@@ -1,17 +0,0 @@
|
|||||||
name: build
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- devpod
|
|
||||||
pull_request:
|
|
||||||
jobs:
|
|
||||||
tfsec:
|
|
||||||
name: tfsec
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Clone repo
|
|
||||||
uses: actions/checkout@master
|
|
||||||
- name: tfsec
|
|
||||||
uses: aquasecurity/tfsec-action@v1.0.0
|
|
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
@@ -1,9 +1,9 @@
|
|||||||
name: stack test
|
name: test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- devpod
|
- devpod
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"files.trimTrailingWhitespace": false,
|
|
||||||
"files.insertFinalNewline": true,
|
|
||||||
"terraform.experimentalFeatures.validateOnSave": true,
|
|
||||||
"editor.tabSize": 2
|
|
||||||
}
|
|
Reference in New Issue
Block a user