diff --git a/.github/workflows/codescanning.yaml b/.github/workflows/codescanning.yaml deleted file mode 100644 index 70d1ef4..0000000 --- a/.github/workflows/codescanning.yaml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4545156..e35066d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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