Skip to content

Commit

Permalink
Merge pull request #286 from stakater/add-checkov
Browse files Browse the repository at this point in the history
Add Checkov to identify misconfigurations, vulnerabilities, and license compliance issues
  • Loading branch information
OsamaKhan220 authored Oct 26, 2023
2 parents 9061a5c + add91b4 commit 0a3dbd1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request_target:
branches:
- master
paths-ignore:
- '.github/workflows/pull_request.yaml'
- 'README.md'
- 'LICENSE'

env:
CHART_NAME: "application"
Expand Down Expand Up @@ -37,6 +33,13 @@ jobs:
run: |
helm lint ${CHART_NAME}
- name: Run Checkov action
uses: bridgecrewio/checkov-action@master
with:
quiet: true
file: ${CHART_NAME}/Chart.yaml
var_file: ${CHART_NAME}/values-test.yaml

- name: Install kubectl
uses: azure/setup-kubectl@v3
with:
Expand Down

0 comments on commit 0a3dbd1

Please sign in to comment.