Skip to content

Commit 9758668

Browse files
feat: add setting for scan mode (#159)
* feat: add setting for manual scan mode [IDE-31] * chore: reformat (sigh) * fix: log sast network/call errors, as the call is now asynchronous * docs: added changelog entry * chore: update references to common-codecs dependency to 1.16.0 * chore: update build to fix build & tests
1 parent ce1a574 commit 9758668

17 files changed

Lines changed: 675 additions & 647 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ root = true
33
[*]
44
charset = utf-8
55
end_of_line = lf
6-
indent_size = 2
6+
indent_size = 4
77
indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true

.mvn/wrapper/maven-wrapper.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
18+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Snyk Changelog
22

3-
## [2.1.0] - UNRELEASED
3+
## [2.1.0] - Unreleased
4+
5+
### Changes
6+
7+
- add preference for scan mode selection (automatic/manual)
8+
9+
## [2.1.0] - v20231129.123319
410
### Changes
511
- add base URL preference for CLI download
612
- use LS embedded in CLI and only download CLI as dependency

0 commit comments

Comments
 (0)