removing scan
All checks were successful
test / test (push) Successful in 37s

This commit is contained in:
hgn
2025-01-18 15:23:14 +01:00
parent 05ab1ed606
commit 271be5e79e
2 changed files with 6 additions and 23 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
on:
push:
branches:
- main
- devpod
name: test
on:
push:
branches:
- main
- devpod
jobs:
test:
runs-on: ubuntu-latest