Skip to content

Commit

Permalink
Set forge.domain value on chart templating for checkov
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jan 17, 2024
1 parent 802f942 commit 30500bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Template chart
run: |
helm template flowforge ./helm/flowforge > ${{ github.workspace }}/templated_chart.yaml
helm template flowforge ./helm/flowforge --set forge.domain=example.com > ${{ github.workspace }}/templated_chart.yaml
- name: Scan chart with checkov
if: matrix.tool == 'checkov'
Expand Down

0 comments on commit 30500bc

Please sign in to comment.