Skip to content

Commit

Permalink
ci: softfail kubelinter
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed Feb 5, 2024
1 parent dc7a592 commit 912ff9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/.reusable-sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
- name: Scan
uses: stackrox/kube-linter-action@ca0d55b925470deb5b04b556e6c4276ea94d03c3 # v1.0.4
if: inputs.output == 'sarif'
continue-on-error: true
with:
config: .kube-linter/config.yaml
directory: charts/semgr8s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
skip_build: 'none'
skip_compliance_checks: 'none'
skip_unit_tests: 'all'
skip_sast: 'non-required'
skip_sast: 'none'
skip_sca: 'non-required'
skip_docs: 'non-required'
skip_integration_tests: 'non-required'
Expand Down

0 comments on commit 912ff9d

Please sign in to comment.