Skip to content

Commit

Permalink
Add a kics scan on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Feb 6, 2024
1 parent 42974bd commit 45fbb2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/scan-helm-on-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Scan Helm on push"

on:
push:

concurrency:
group: infra-sshd-scan-helm-${{ github.event.ref }}
cancel-in-progress: true

jobs:
scan_helm:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected]
permissions:
contents: read

0 comments on commit 45fbb2c

Please sign in to comment.