Skip to content

Commit

Permalink
test trivy pipeline again
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz committed Feb 6, 2024
1 parent 70bcfd3 commit c7aabca
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/release-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,12 @@ jobs:
dir_names: true
dir_names_exclude_root: true
write_output_files: true
- name: Echo changed files
id: get_changed_charts_folders
env:
ALL_CHARTS: true
run: |
if $ALL_CHARTS
then
echo "Release all charts"
cd charts && echo matrix="[$(ls -d -Q -m -w 0 *)]" >> $GITHUB_OUTPUT
else
echo matrix=${{ steps.get_changed_charts.outputs.all_changed_files }} >> $GITHUB_OUTPUT
fi

check-charts:
name: Check
needs: find-charts
if: ${{ needs.find-charts.outputs.matrix != '' && toJson(fromJson(needs.find-charts.outputs.matrix)) != '[]' }}
strategy:
matrix:
chart: ${{fromJSON(needs.find-charts.outputs.matrix)}}
chart: ["cce-storage-classes", "cert-manager", "crds", "elastic-stack", "iits-admin-dashboard", "iits-ollama-fullstack", "kafka", "kasm", "keycloak", "kyverno", "ollama", "otc-nextcloud", "prometheus-stack", "registry-creds", "swagger-ui", "tcp-proxy", "traefik"]
permissions:
contents: write
security-events: write
Expand Down

0 comments on commit c7aabca

Please sign in to comment.