Skip to content

Commit

Permalink
updated datree-kustomize-all.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed May 10, 2023
1 parent dcfbee6 commit e3ac2c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/datree-kustomize-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/checkout@v3
with:
repository: HariSekhon/DevOps-Bash-tools
submodules: 'true' # requires Git 2.18+ to be installed first
path: bash-tools

- name: Environment
run: env | sort

Expand All @@ -68,6 +74,12 @@ jobs:
- name: Bash version
run: bash --version

- name: Install Datree
run: bash-tools/setup/install_datree.sh

- name: Datree version
run: datree version

- name: Datree Kustomize All Policy Check
run: |
set -euxo pipefail
Expand Down

0 comments on commit e3ac2c2

Please sign in to comment.