Skip to content

Commit

Permalink
added scan before chart release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Oct 16, 2023
1 parent 2baa51c commit e96c32e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
# - 'dbildungs-iam-*'

jobs:
scan:
uses: ./.github/workflows/reusable_job_kics.yml

release:
if: ${{ !failure() }}
needs: [scan]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit e96c32e

Please sign in to comment.