Skip to content

Commit

Permalink
Merge pull request #42 from Financial-Times/fix/update-snyk-orb
Browse files Browse the repository at this point in the history
Update the version of snyk orb and Go version in scan executor
  • Loading branch information
epavlova authored Apr 15, 2024
2 parents d70b49d + 73a6cb0 commit 81ab7cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ display:
source_url: "https://github.com/Financial-Times/golang-ci-orb"

orbs:
snyk: snyk/snyk@1.1.1
snyk: snyk/snyk@2.1.0
2 changes: 1 addition & 1 deletion src/executors/scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
parameters:
circleci-golang-image-version:
type: string
default: "1.21.1"
default: "1.22"
docker:
- image: cimg/go:<<parameters.circleci-golang-image-version>>
auth:
Expand Down
1 change: 1 addition & 0 deletions src/jobs/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ steps:
project: << parameters.project >>
severity-threshold: << parameters.severity-threshold >>
fail-on-issues: << parameters.fail-on-issues >>
token-variable: SNYK_TOKEN

0 comments on commit 81ab7cb

Please sign in to comment.