Skip to content

Commit 26603b5

Browse files
authored
Merge pull request #1607 from snyk/chore/change-aur-ssh-fingerprints
chore: change SSH key fingerprint for AUR publishing
2 parents 239f0bb + f84bafc commit 26603b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
# This key is bound to user snyk on AUR
135135
- add_ssh_keys:
136136
fingerprints:
137-
- "ba:05:09:d6:a6:2a:45:34:89:c4:5e:22:23:22:e8:9f"
137+
- "75:59:a3:1d:81:9a:0f:44:98:4c:78:33:db:e5:51:6a"
138138
- run:
139139
name: Bump package version
140140
command: |
@@ -200,7 +200,7 @@ jobs:
200200
steps:
201201
- checkout
202202
- snyk/scan:
203-
severity-threshold: medium
203+
severity-threshold: high
204204
monitor-on-build: true
205205
project: ${CIRCLE_PROJECT_REPONAME}
206206
organization: snyk-iac-group-seceng
@@ -211,7 +211,7 @@ jobs:
211211
- checkout
212212
- snyk/scan:
213213
command: code test
214-
severity-threshold: medium
214+
severity-threshold: high
215215
monitor-on-build: false
216216
project: ${CIRCLE_PROJECT_REPONAME}
217217
organization: snyk-iac-group-seceng

0 commit comments

Comments
 (0)