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
|
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: stack test
|
name: test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
Reference in New Issue
Block a user