Compare commits
4 Commits
e906fa54a9
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a8cd59cea0 | ||
![]() |
271be5e79e | ||
![]() |
05ab1ed606 | ||
![]() |
5cf3e87c55 |
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
|
10
.github/workflows/test.yaml
vendored
10
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user