Compare commits

...

2 Commits

Author SHA1 Message Date
hgn
a8cd59cea0 removing vscode settings
All checks were successful
test / test (push) Successful in 36s
2025-01-18 15:26:22 +01:00
hgn
271be5e79e removing scan
All checks were successful
test / test (push) Successful in 37s
2025-01-18 15:23:14 +01:00
3 changed files with 6 additions and 30 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,7 +0,0 @@
{
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": false,
"files.insertFinalNewline": true,
"terraform.experimentalFeatures.validateOnSave": true,
"editor.tabSize": 2
}