Skip to content

Commit

Permalink
fix(OX-5417) temporary set partial scan default to false (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Dummy <[email protected]>
  • Loading branch information
oxeye-schmil and dummygithubaccount authored Jan 25, 2024
1 parent 52a955b commit ed825a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion oxeye-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ inputs:
partial:
description: Scan only changes
required: false
default: 'true'
# TODO change back to true
default: 'false'
runs:
using: docker
image: docker://ghcr.io/ox-eye/github-actions/oxeye-scan:v0.0.26
Expand Down
3 changes: 2 additions & 1 deletion oxeye-scan/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ variables:
OXEYE_SCAN_WORKSPACE_ID: ''
OXEYE_SCAN_RELEASE: ''
OXEYE_SCAN_EXCLUDES: ''
OXEYE_SCAN_PARTIAL: 'true'
# TODO change back to true
OXEYE_SCAN_PARTIAL: 'false'
oxeye_scan:
stage: oxeye_code_scan
image:
Expand Down

0 comments on commit ed825a6

Please sign in to comment.