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
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: stack test
|
||||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
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