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 cf8f128 commit 994aabf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@ jobs:
with:
version: ${{ env.HELM_VERSION }}

# - name: Trivy Scan ${{ matrix.chart }}
# uses: aquasecurity/trivy-action@0.10.0
# with:
# scan-type: 'config'
# hide-progress: false
# format: 'sarif'
# scan-ref: 'charts/${{matrix.chart}}'
# output: 'trivy-results.sarif'
# exit-code: '1'
# ignore-unfixed: false
# severity: 'MEDIUM,HIGH,CRITICAL'
# trivyignores: 'charts/${{matrix.chart}}/.trivyignore'
# limit-severities-for-sarif: false
- name: Trivy Scan ${{ matrix.chart }}
uses: aquasecurity/trivy-action@0.17.0
with:
scan-type: 'config'
hide-progress: false
format: 'sarif'
scan-ref: 'charts/${{matrix.chart}}'
output: 'trivy-results.sarif'
exit-code: '1'
ignore-unfixed: false
severity: 'MEDIUM,HIGH,CRITICAL'
trivyignores: 'charts/${{matrix.chart}}/.trivyignore'
limit-severities-for-sarif: false

- name: Lint ${{ matrix.chart }}
run: |
Expand Down

0 comments on commit 994aabf

Please sign in to comment.