Skip to content

Commit

Permalink
[renovate] πŸ₯· Test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoluisi committed Jan 19, 2024
1 parent ba38681 commit 2d8275f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@ jobs:
exit 0
fi
datree-check:
name: Datree Check πŸ”’
runs-on: ubuntu-latest
needs:
- env
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v3
- name: Run Datree Policy Check
uses: datreeio/action-datree@main
with:
path: 'apps/*/base/*.yaml'
cliArguments: '--only-k8s-files --ignore-missing-schemas'
# datree-check:
# name: Datree Check πŸ”’
# runs-on: ubuntu-latest
# needs:
# - env
# steps:
# - name: Checkout πŸ›ŽοΈ
# uses: actions/checkout@v3
# - name: Run Datree Policy Check
# uses: datreeio/action-datree@main
# with:
# path: 'apps/*/base/*.yaml'
# cliArguments: '--only-k8s-files --ignore-missing-schemas'

trivy-scan:
name: Trivy Vulnerability Scanner πŸ”’
Expand Down Expand Up @@ -124,6 +124,6 @@ jobs:
- yaml-linter
- kube-linter
- secret-find
- datree-check
# - datree-check
- quality-gate
- trivy-scan

0 comments on commit 2d8275f

Please sign in to comment.