Skip to content

Commit 106f426

Browse files
author
mayank0202
committed
changed github runners, removed checkov and added snyk badge
1 parent 05991dc commit 106f426

File tree

6 files changed

+6
-53
lines changed

6 files changed

+6
-53
lines changed

.github/workflows/snyk.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on: # yamllint disable-line rule:truthy
1212

1313
jobs:
1414
security:
15-
runs-on:
16-
- self-hosted
17-
- refarch
15+
runs-on: ubuntu-latest
1816
name: snyk
1917
steps:
2018
- name: checkout

.github/workflows/tag.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on: # yamllint disable-line rule:truthy
99
jobs:
1010
## tag
1111
tag:
12-
runs-on:
13-
- self-hosted
14-
- refarch
12+
runs-on: ubuntu-latest
1513
steps:
1614
- uses: actions/checkout@v2
1715

.github/workflows/test.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on: # yamllint disable-line rule:truthy
1212

1313
jobs:
1414
tflint:
15-
runs-on:
16-
- self-hosted
17-
- refarch
15+
runs-on: ubuntu-latest
1816
name: tflint
1917
steps:
2018
- uses: actions/checkout@master
@@ -32,24 +30,3 @@ jobs:
3230
- name: Run tflint
3331
run: tflint -f compact
3432

35-
checkov:
36-
runs-on: self-hosted
37-
name: checkov
38-
steps:
39-
- uses: actions/checkout@master
40-
41-
- name: Run Checkov action
42-
id: checkov
43-
uses: bridgecrewio/checkov-action@master
44-
with:
45-
directory: .
46-
quiet: true # optional: display only failed checks
47-
soft_fail: false # optional: do not return an error code if there are failed checks.
48-
framework: terraform
49-
# optional: run only on a specific infrastructure {cloudformation,terraform,kubernetes,all}
50-
output_format: github_failed_only
51-
# optional: the output format, one of: cli, json, junitxml, github_failed_only
52-
download_external_modules: false
53-
log_level: WARNING
54-
container_user: 1000
55-
# optional: Define what UID and / or what GID to run the container under to prevent permission issues

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.5
1+
1.2.6

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# terraform-aws-ref-arch-ecs
1+
# [terraform-aws-ref-arch-ecs](https://github.com/sourcefuse/terraform-aws-ref-arch-ecs)
22

3+
[![Known Vulnerabilities](https://github.com/sourcefuse/terraform-aws-ref-arch-ecs/actions/workflows/snyk.yaml/badge.svg)](https://github.com/sourcefuse/terraform-aws-ref-arch-ecs/actions/workflows/snyk.yaml)
34
## Overview
45

56
Terraform Module for AWS ECS by the SourceFuse ARC team.

checkov-problem-matcher-softfail.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)