Skip to content

Commit

Permalink
Merge pull request #7 from DNXLabs/feature/checkov
Browse files Browse the repository at this point in the history
Feature/checkov
  • Loading branch information
alexandrealvao authored May 16, 2023
2 parents 8ec2064 + ccec99d commit ff8b730
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master

permissions: read-all

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Generate terraform docs

on: [pull_request]

permissions: read-all

jobs:
docs:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master

permissions: read-all

jobs:
docs:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint

on: [push]

permissions: read-all

jobs:
tflint:
name: Lint
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Scan

on: [push]

permissions: read-all

jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@v12
with:
directory: .
framework: terraform

0 comments on commit ff8b730

Please sign in to comment.