[jenkinsci/snyk-security-scanner-plugin] ed0d75: [maven-release-plugin] prepare for next developmen...

2022-05-05 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: ed0d752916722e5fcb3f43c305075bf8e06deb2c
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/ed0d752916722e5fcb3f43c305075bf8e06deb2c
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/f5a998-ed0d75%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-05-05 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/3.2.6
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/3.2.6/00-266459%40github.com.


[jenkinsci/snyk-security-scanner-plugin] f5a998: [maven-release-plugin] prepare release 3.2.6

2022-05-05 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: f5a99860188162648e07bb710fbd0aaf7fbe4fa2
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/f5a99860188162648e07bb710fbd0aaf7fbe4fa2
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.2.6


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/9a2126-f5a998%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 9a2126: Refactor platform detection for tool installer

2022-05-05 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 9a212684ef248c98cdcd722b7c60aeb9fabbfe5f
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/9a212684ef248c98cdcd722b7c60aeb9fabbfe5f
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java

  Log Message:
  ---
  Refactor platform detection for tool installer

The method to check SnykInstallation is moved and will be executed
on master instances, since we ask for platform field defined in the
installer.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/e56f10-9a2126%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-05-05 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/npe-exception-by-undefined-platform
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/npe-exception-by-undefined-platform/bf27e8-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] bf27e8: Fix NPE by undefined platform in tool installer

2022-05-05 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: bf27e85a7bed29bd381325a148b3de969e9ce872
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/bf27e85a7bed29bd381325a148b3de969e9ce872
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
A src/test/java/io/snyk/jenkins/tools/PlatformItemTest.java

  Log Message:
  ---
  Fix NPE by undefined platform in tool installer


  Commit: e56f10ab70418df10970619cb8abb440d94563f0
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/e56f10ab70418df10970619cb8abb440d94563f0
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
A src/test/java/io/snyk/jenkins/tools/PlatformItemTest.java

  Log Message:
  ---
  Merge pull request #122 from jenkinsci/fix/npe-exception-by-undefined-platform

Fix NPE by undefined platform in tool installer


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/433c40b6cbcd...e56f10ab7041

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/433c40-e56f10%40github.com.


[jenkinsci/snyk-security-scanner-plugin] bf27e8: Fix NPE by undefined platform in tool installer

2022-05-04 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/npe-exception-by-undefined-platform
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: bf27e85a7bed29bd381325a148b3de969e9ce872
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/bf27e85a7bed29bd381325a148b3de969e9ce872
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
A src/test/java/io/snyk/jenkins/tools/PlatformItemTest.java

  Log Message:
  ---
  Fix NPE by undefined platform in tool installer


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/npe-exception-by-undefined-platform/956379-bf27e8%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 956379: Fix NPE by undefined platform in tool installer

2022-05-04 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/npe-exception-by-undefined-platform
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 956379a162ba4a8cdc025bb13e645921eff00e92
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/956379a162ba4a8cdc025bb13e645921eff00e92
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
A src/test/java/io/snyk/jenkins/tools/PlatformItemTest.java

  Log Message:
  ---
  Fix NPE by undefined platform in tool installer


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/npe-exception-by-undefined-platform/00-956379%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 433c40: [maven-release-plugin] prepare for next developmen...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 433c40b6cbcdf7726d965ddb086ef9847966c398
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/433c40b6cbcdf7726d965ddb086ef9847966c398
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/1f0893-433c40%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 1f0893: [maven-release-plugin] prepare release 3.2.5

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 1f08935e70c46516690d474bd05ee2541918b1ee
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/1f08935e70c46516690d474bd05ee2541918b1ee
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.2.5


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/1648f4-1f0893%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/3.2.5
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/3.2.5/00-3f9e7d%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/configurable-installer-architecture
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/configurable-installer-architecture/7b6f06-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] a59fd3: feat: introduce architecture platform property for...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: a59fd359567b10b9d3bf29bc45a087c400349b76
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/a59fd359567b10b9d3bf29bc45a087c400349b76
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
A src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
M src/main/resources/io/snyk/jenkins/tools/SnykInstaller/config.jelly
A src/test/java/io/snyk/jenkins/tools/SnykInstallerDescriptorTest.java

  Log Message:
  ---
  feat: introduce architecture platform property for installer


  Commit: b03019d062c21abf384eb078b37d7021a4efdedd
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/b03019d062c21abf384eb078b37d7021a4efdedd
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M .github/workflows/verify.yml

  Log Message:
  ---
  chore: suppress output of downloading messages in github action


  Commit: 7b6f06f20d754da92639b3129d12afe57ba98864
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/7b6f06f20d754da92639b3129d12afe57ba98864
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java

  Log Message:
  ---
  feat: add comment to make clear why we read platform from isntaller


  Commit: 1648f4ea69703902821ad486d464ac92c44f4175
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/1648f4ea69703902821ad486d464ac92c44f4175
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M .github/workflows/verify.yml
A src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
M src/main/resources/io/snyk/jenkins/tools/SnykInstaller/config.jelly
A src/test/java/io/snyk/jenkins/tools/SnykInstallerDescriptorTest.java

  Log Message:
  ---
  Merge pull request #119 from 
jenkinsci/feat/configurable-installer-architecture

feat: introduce architecture platform property for installer


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/4af7656102d6...1648f4ea6970

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/4af765-1648f4%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 7b6f06: feat: add comment to make clear why we read platfo...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/configurable-installer-architecture
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 7b6f06f20d754da92639b3129d12afe57ba98864
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/7b6f06f20d754da92639b3129d12afe57ba98864
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java

  Log Message:
  ---
  feat: add comment to make clear why we read platform from isntaller


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/configurable-installer-architecture/b03019-7b6f06%40github.com.


[jenkinsci/snyk-security-scanner-plugin] a59fd3: feat: introduce architecture platform property for...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/configurable-installer-architecture
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: a59fd359567b10b9d3bf29bc45a087c400349b76
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/a59fd359567b10b9d3bf29bc45a087c400349b76
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
A src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
M src/main/resources/io/snyk/jenkins/tools/SnykInstaller/config.jelly
A src/test/java/io/snyk/jenkins/tools/SnykInstallerDescriptorTest.java

  Log Message:
  ---
  feat: introduce architecture platform property for installer


  Commit: b03019d062c21abf384eb078b37d7021a4efdedd
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/b03019d062c21abf384eb078b37d7021a4efdedd
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M .github/workflows/verify.yml

  Log Message:
  ---
  chore: suppress output of downloading messages in github action


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/a6efd284d546...b03019d062c2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/configurable-installer-architecture/a6efd2-b03019%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 07e377: feat: introduce architecture platform property for...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/configurable-installer-architecture
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 07e37738b218ddd81c9843be006102c98efd6a0b
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/07e37738b218ddd81c9843be006102c98efd6a0b
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
A src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
M src/main/resources/io/snyk/jenkins/tools/SnykInstaller/config.jelly

  Log Message:
  ---
  feat: introduce architecture platform property for installer


  Commit: a6efd284d5464b62387094537ebc3d0d12652a1c
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/a6efd284d5464b62387094537ebc3d0d12652a1c
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M .github/workflows/verify.yml

  Log Message:
  ---
  chore: suppress output of downloading messages in github action


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/d17f3fd74c27...a6efd284d546

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/configurable-installer-architecture/d17f3f-a6efd2%40github.com.


[jenkinsci/snyk-security-scanner-plugin] d17f3f: chore: suppress output of downloading messages in ...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/configurable-installer-architecture
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: d17f3fd74c270ede05e46fa477f3da86cca0806d
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/d17f3fd74c270ede05e46fa477f3da86cca0806d
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M .github/workflows/verify.yml

  Log Message:
  ---
  chore: suppress output of downloading messages in github action


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/configurable-installer-architecture/78edd3-d17f3f%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 78edd3: feat: introduce architecture platform property for...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/configurable-installer-architecture
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 78edd33f37660a257dd8502a0c1196dc3bdb2241
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/78edd33f37660a257dd8502a0c1196dc3bdb2241
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
A src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
M src/main/resources/io/snyk/jenkins/tools/SnykInstaller/config.jelly

  Log Message:
  ---
  feat: introduce architecture platform property for installer


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/configurable-installer-architecture/641988-78edd3%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 8a276a: chore(deps): bump jackson-databind from 2.12.2 to ...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 8a276acea97ab05646c7dfeedd968d41c52e3cdd
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/8a276acea97ab05646c7dfeedd968d41c52e3cdd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(deps): bump jackson-databind from 2.12.2 to 2.12.6.1

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.2 to 
2.12.6.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


  Commit: 4af7656102d6684126a87534888f143e23d29b9a
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/4af7656102d6684126a87534888f143e23d29b9a
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #117 from 
jenkinsci/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.6.1

chore(deps): bump jackson-databind from 2.12.2 to 2.12.6.1


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/ae45eb69fa99...4af7656102d6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/ae45eb-4af765%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.6.1
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.6.1/8a276a-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 641988: feat: introduce architecture platform property for...

2022-04-27 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/configurable-installer-architecture
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 641988902da245da5ec37ba8d7a07b00c4821c1c
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/641988902da245da5ec37ba8d7a07b00c4821c1c
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
A src/main/java/io/snyk/jenkins/tools/PlatformItem.java
M src/main/java/io/snyk/jenkins/tools/SnykInstallation.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java
M src/main/resources/io/snyk/jenkins/tools/SnykInstaller/config.jelly

  Log Message:
  ---
  feat: introduce architecture platform property for installer


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/configurable-installer-architecture/00-641988%40github.com.


[jenkinsci/snyk-security-scanner-plugin] ae45eb: [maven-release-plugin] prepare for next developmen...

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: ae45eb69fa99b9abfdeafddba64f2043e7d54b24
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/ae45eb69fa99b9abfdeafddba64f2043e7d54b24
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/41d854-ae45eb%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/3.2.4
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/3.2.4/00-8801e5%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 41d854: [maven-release-plugin] prepare release 3.2.4

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 41d854081b6cd0897b03dbca117bc18bbd88471f
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/41d854081b6cd0897b03dbca117bc18bbd88471f
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.2.4


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/0b6383-41d854%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/3.2.4
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/3.2.4/f889ae-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 5e52ee: [maven-release-plugin] prepare release 3.2.4

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/improve-build-node-platform-detection
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 5e52ee1bc6f8b62b625b326bf0d5327fa555b8af
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/5e52ee1bc6f8b62b625b326bf0d5327fa555b8af
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.2.4


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/improve-build-node-platform-detection/00-5e52ee%40github.com.


[jenkinsci/snyk-security-scanner-plugin] e5868a: [maven-release-plugin] prepare for next developmen...

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/improve-build-node-platform-detection
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: e5868ad97fffd3d2542e4749f1b9074e3abcc1d9
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/e5868ad97fffd3d2542e4749f1b9074e3abcc1d9
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/improve-build-node-platform-detection/5e52ee-e5868a%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/3.2.4
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/3.2.4/00-f889ae%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/improve-build-node-platform-detection
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/improve-build-node-platform-detection/4525d9-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 4525d9: fix: improve build node platform detection

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 4525d9cabee5be778739bf0945ace63c6ee7a579
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/4525d9cabee5be778739bf0945ace63c6ee7a579
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/Platform.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java

  Log Message:
  ---
  fix: improve build node platform detection

Instead of checking of /etc/alpine-release file presense, we use
java property 'os.arch' for more precise detection. This fix should
fix platform detection in Docker-in-Docker setups


  Commit: 0b6383ed68c824ae7ba9ec2822664aed07d73e99
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/0b6383ed68c824ae7ba9ec2822664aed07d73e99
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/Platform.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java

  Log Message:
  ---
  Merge pull request #116 from 
jenkinsci/fix/improve-build-node-platform-detection

fix: improve build node platform detection


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/fed51acf35cd...0b6383ed68c8

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/fed51a-0b6383%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 4525d9: fix: improve build node platform detection

2022-03-30 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/improve-build-node-platform-detection
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 4525d9cabee5be778739bf0945ace63c6ee7a579
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/4525d9cabee5be778739bf0945ace63c6ee7a579
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
M src/main/java/io/snyk/jenkins/tools/Platform.java
M src/main/java/io/snyk/jenkins/tools/SnykInstaller.java

  Log Message:
  ---
  fix: improve build node platform detection

Instead of checking of /etc/alpine-release file presense, we use
java property 'os.arch' for more precise detection. This fix should
fix platform detection in Docker-in-Docker setups


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/improve-build-node-platform-detection/00-4525d9%40github.com.


[jenkinsci/snyk-security-scanner-plugin] d75753: [maven-release-plugin] prepare for next developmen...

2021-06-09 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: d75753329cf0fff85105a5365e91226716846ade
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/d75753329cf0fff85105a5365e91226716846ade
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-09 (Wed, 09 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/3fc891-d75753%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2021-06-09 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/3.0.0-alpha-2
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/3.0.0-alpha-2/00-bbbdd3%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 3fc891: [maven-release-plugin] prepare release 3.0.0-alpha-2

2021-06-09 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 3fc8914386748e3b906a188c1a5437d47caf120a
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/3fc8914386748e3b906a188c1a5437d47caf120a
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-09 (Wed, 09 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.0.0-alpha-2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/7a05e7-3fc891%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 510371: [maven-release-plugin] prepare for next developmen...

2021-06-07 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 51037124f6685d5d470a47de640759c7ad18b1ee
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/51037124f6685d5d470a47de640759c7ad18b1ee
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/3212fc-510371%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2021-06-07 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/3.0.0-alpha-1
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/3.0.0-alpha-1/00-1b6a3b%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 3212fc: [maven-release-plugin] prepare release 3.0.0-alpha-1

2021-06-07 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 3212fcd4fbcafe95e94ef12e3e96891f610f93b5
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/3212fcd4fbcafe95e94ef12e3e96891f610f93b5
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.0.0-alpha-1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/a34f64-3212fc%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 1fd8e5: [maven-release-plugin] prepare for next developmen...

2021-06-01 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 1fd8e5543203f3478870f123d70194612e1cd640
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/1fd8e5543203f3478870f123d70194612e1cd640
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/d753eb-1fd8e5%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2021-06-01 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/2.14.0
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/2.14.0/00-e09861%40github.com.


[jenkinsci/snyk-security-scanner-plugin] d753eb: [maven-release-plugin] prepare release 2.14.0

2021-06-01 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: d753eb9099b00e27ff47366f74863a33fc80137a
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/d753eb9099b00e27ff47366f74863a33fc80137a
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 2.14.0


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/6affec-d753eb%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2021-06-01 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/spotbugs-findings
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/spotbugs-findings/8c0d8b-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 8c0d8b: fix: check for NPE by marshalling/unmarshalling js...

2021-06-01 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 8c0d8bf3e7224dc81784f7f2275a2d57aceed9d8
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/8c0d8bf3e7224dc81784f7f2275a2d57aceed9d8
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
M src/main/java/io/snyk/jenkins/model/ObjectMapperHelper.java

  Log Message:
  ---
  fix: check for NPE by marshalling/unmarshalling json objects

spotbugs findings after upgrading jenkins core


  Commit: 6affecc03e1431c20bcfb5083b56371de95089c9
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/6affecc03e1431c20bcfb5083b56371de95089c9
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
M src/main/java/io/snyk/jenkins/model/ObjectMapperHelper.java

  Log Message:
  ---
  Merge pull request #75 from jenkinsci/fix/spotbugs-findings

fix: check for NPE by marshalling/unmarshalling json objects


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/55af993493b3...6affecc03e14

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/55af99-6affec%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 8c0d8b: fix: check for NPE by marshalling/unmarshalling js...

2021-06-01 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/spotbugs-findings
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 8c0d8bf3e7224dc81784f7f2275a2d57aceed9d8
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/8c0d8bf3e7224dc81784f7f2275a2d57aceed9d8
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
M src/main/java/io/snyk/jenkins/model/ObjectMapperHelper.java

  Log Message:
  ---
  fix: check for NPE by marshalling/unmarshalling json objects

spotbugs findings after upgrading jenkins core


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/spotbugs-findings/00-8c0d8b%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 5b4c65: [maven-release-plugin] prepare for next developmen...

2021-04-08 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 5b4c65103195ee4c27856e097284bf5f2db2b569
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/5b4c65103195ee4c27856e097284bf5f2db2b569
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/818bc0-5b4c65%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2021-04-08 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/2.13.0
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/2.13.0/00-337595%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 818bc0: [maven-release-plugin] prepare release 2.13.0

2021-04-08 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 818bc014089f42ea16694e419d4c3c46e3308f28
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/818bc014089f42ea16694e419d4c3c46e3308f28
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 2.13.0


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/86a36e-818bc0%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2021-04-08 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/credentials-on-folder-level
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/credentials-on-folder-level/977e73-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] e9cba7: Upgrade jenkins version to 2.176.4

2021-04-08 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: e9cba787677fe8f87db0487d2de8d2234688ccc7
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/e9cba787677fe8f87db0487d2de8d2234688ccc7
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade jenkins version to 2.176.4


  Commit: 977e73b6f7c7a8396219bf679bea5208280945a8
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/977e73b6f7c7a8396219bf679bea5208280945a8
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M Jenkinsfile
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java
M src/test/java/io/snyk/jenkins/SnykStepBuilderDescriptorTest.java

  Log Message:
  ---
  Use findCredentialById method by checking for api token

since we're working in the context of Run class, we can use findCredentialById
method. The same is for doCheck* methods by validation process.


  Commit: 86a36ecc7dd6ea7dfe2614e376ed11b77966f533
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/86a36ecc7dd6ea7dfe2614e376ed11b77966f533
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java
M src/test/java/io/snyk/jenkins/SnykStepBuilderDescriptorTest.java

  Log Message:
  ---
  Merge pull request #71 from jenkinsci/feat/credentials-on-folder-level

feat: credentials on folder level


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/b54aa6c164d4...86a36ecc7dd6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/b54aa6-86a36e%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 977e73: Use findCredentialById method by checking for api ...

2021-04-08 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/credentials-on-folder-level
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 977e73b6f7c7a8396219bf679bea5208280945a8
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/977e73b6f7c7a8396219bf679bea5208280945a8
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M Jenkinsfile
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java
M src/test/java/io/snyk/jenkins/SnykStepBuilderDescriptorTest.java

  Log Message:
  ---
  Use findCredentialById method by checking for api token

since we're working in the context of Run class, we can use findCredentialById
method. The same is for doCheck* methods by validation process.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/credentials-on-folder-level/6a1a7b-977e73%40github.com.


[jenkinsci/snyk-security-scanner-plugin] e9cba7: Upgrade jenkins version to 2.176.4

2021-04-08 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/feat/credentials-on-folder-level
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: e9cba787677fe8f87db0487d2de8d2234688ccc7
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/e9cba787677fe8f87db0487d2de8d2234688ccc7
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade jenkins version to 2.176.4


  Commit: 6a1a7b78ad5a41fb6e013b045d54ef242f6bca1d
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/6a1a7b78ad5a41fb6e013b045d54ef242f6bca1d
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java
M src/test/java/io/snyk/jenkins/SnykStepBuilderDescriptorTest.java

  Log Message:
  ---
  Use findCredentialById method by checking for api token

since we're working in the context of Run class, we can use findCredentialById
method. The same is for doCheck* methods by validation process.


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/e9cba787677f%5E...6a1a7b78ad5a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/feat/credentials-on-folder-level/00-6a1a7b%40github.com.


[jenkinsci/snyk-security-scanner-plugin] ad302f: docs: update readme for manual and auto installation

2020-11-26 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: ad302f6ec9b00249fd2d27857c9f54e5d768e0c3
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/ad302f6ec9b00249fd2d27857c9f54e5d768e0c3
  Author: Avishag Israeli 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M README.md
A docs/snyk_configuration_installation_auto-update_v2.png
A docs/snyk_configuration_installation_manual_v2.png
R docs/snyk_configuration_installation_v2.png

  Log Message:
  ---
  docs: update readme for manual and auto installation

docs: update readme for manual and auto installation

docs: update readme for manual and auto installation


  Commit: b54aa6c164d44caefe2a4bb398a15ff5a591ec24
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/b54aa6c164d44caefe2a4bb398a15ff5a591ec24
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
M README.md
A docs/snyk_configuration_installation_auto-update_v2.png
A docs/snyk_configuration_installation_manual_v2.png
R docs/snyk_configuration_installation_v2.png

  Log Message:
  ---
  Merge pull request #65 from 
jenkinsci/docs/update-readme-for-disabled-auto-install

docs: update readme for manual and auto installation


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/424ef3583f8c...b54aa6c164d4

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/424ef3-b54aa6%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2020-11-26 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/docs/update-readme-for-disabled-auto-install
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/docs/update-readme-for-disabled-auto-install/ad302f-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] ffefda: [maven-release-plugin] prepare release 2.12.1

2020-09-22 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: ffefdab549dd6d79d9b07adeba6fb9526cccab0d
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/ffefdab549dd6d79d9b07adeba6fb9526cccab0d
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 2.12.1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/5bf81b-ffefda%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 424ef3: [maven-release-plugin] prepare for next developmen...

2020-09-22 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 424ef3583f8c4cf418b7aa07595afd647f98d7a2
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/424ef3583f8c4cf418b7aa07595afd647f98d7a2
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/ffefda-424ef3%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2020-09-22 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/tags/2.12.1
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/tags/2.12.1/00-0b8678%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 67e89e: fix: pipe monitor debug output into stderr

2020-09-21 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 67e89eb059d06a745096a928010b5317adc360c8
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/67e89eb059d06a745096a928010b5317adc360c8
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java

  Log Message:
  ---
  fix: pipe monitor debug output into stderr


  Commit: 5bf81b81c74456c70642915d9915d6502d00a7e0
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/5bf81b81c74456c70642915d9915d6502d00a7e0
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java

  Log Message:
  ---
  Merge pull request #64 from jenkinsci/fix/use-stderr-by-monitor

fix: pipe monitor debug output into stderr


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/941d61a0302f...5bf81b81c744

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/941d61-5bf81b%40github.com.


[jenkinsci/snyk-security-scanner-plugin]

2020-09-21 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/use-stderr-by-monitor
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/use-stderr-by-monitor/67e89e-00%40github.com.


[jenkinsci/snyk-security-scanner-plugin] d019e8: chore: codeowners -> hammer

2020-09-21 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: d019e8de961a3c0ccde2a04970f0dd5d4859092a
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/d019e8de961a3c0ccde2a04970f0dd5d4859092a
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  chore: codeowners -> hammer


  Commit: 941d61a0302fb99b9b377c8279e4b170e264b075
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/941d61a0302fb99b9b377c8279e4b170e264b075
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
A .github/CODEOWNERS

  Log Message:
  ---
  Merge pull request #59 from pavel-snyk/chore/codeowners-hammer

chore: codeowners -> hammer


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/85941d161f63...941d61a0302f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/85941d-941d61%40github.com.


[jenkinsci/snyk-security-scanner-plugin] 67e89e: fix: pipe monitor debug output into stderr

2020-09-21 Thread 'Pavel Sorokin' via Jenkins Commits
  Branch: refs/heads/fix/use-stderr-by-monitor
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 67e89eb059d06a745096a928010b5317adc360c8
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/67e89eb059d06a745096a928010b5317adc360c8
  Author: Pavel Sorokin <60606414+pavel-s...@users.noreply.github.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java

  Log Message:
  ---
  fix: pipe monitor debug output into stderr


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/fix/use-stderr-by-monitor/00-67e89e%40github.com.