This commit is contained in:
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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- devpod
|
||||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- devpod
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user