Compare commits

...

4 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
hgn
05ab1ed606 updating test.yaml
Some checks failed
build / tfsec (push) Failing after 21s
2025-01-18 12:01:56 +01:00
hgn
5cf3e87c55 ping 2025-01-18 12:01:32 +01:00
2 changed files with 6 additions and 21 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,7 +1,9 @@
name: stack test
on:
pull_request:
branches: ["master"]
name: test
on:
push:
branches:
- main
- devpod
jobs:
test:
runs-on: ubuntu-latest