Skip to content

Releases: puppetlabs/security-snyk-vanagon-action

v3.0.1

22 Apr 14:52
49439f1
Compare
Choose a tag to compare

Fixes snyk monitor issue mismatching group-name and project-name.
The projects will now be organized as:

<repo-name>:
  <branch_project>:
    <platform>

v3.0.0

29 Mar 17:18
Compare
Choose a tag to compare

Removes URL rewriting in favor of external VPN.

v2.4.0

23 Feb 20:27
22adbf2
Compare
Choose a tag to compare

This release addressed #14 where repos with no gems failed to scan to the snyk console. It also fixes a race condition where it was possible for a project+platform permutation to not be scanned.

v2.3.0

15 Feb 21:44
adbca22
Compare
Choose a tag to compare

Fixes:

Improved testing.

v2.2.0

18 Nov 21:36
fd7150d
Compare
Choose a tag to compare
Branch name snyk (#5)

* add branch name support

* remove debug logs

* remove underscore from branch

v2.1.4

18 Nov 18:22
d6ed286
Compare
Choose a tag to compare
Fix known hosts error (#4)

* add test code

* more debug

* change known hosts to static

* add ssh config and chmod

* add git ssh command

* remove extra comments

* remove test code