Skip to content

Commit

Permalink
Merge pull request #1607 from snyk/chore/change-aur-ssh-fingerprints
Browse files Browse the repository at this point in the history
chore: change SSH key fingerprint for AUR publishing
  • Loading branch information
wbeuil authored Jan 9, 2023
2 parents 239f0bb + f84bafc commit 26603b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# This key is bound to user snyk on AUR
- add_ssh_keys:
fingerprints:
- "ba:05:09:d6:a6:2a:45:34:89:c4:5e:22:23:22:e8:9f"
- "75:59:a3:1d:81:9a:0f:44:98:4c:78:33:db:e5:51:6a"
- run:
name: Bump package version
command: |
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
steps:
- checkout
- snyk/scan:
severity-threshold: medium
severity-threshold: high
monitor-on-build: true
project: ${CIRCLE_PROJECT_REPONAME}
organization: snyk-iac-group-seceng
Expand All @@ -211,7 +211,7 @@ jobs:
- checkout
- snyk/scan:
command: code test
severity-threshold: medium
severity-threshold: high
monitor-on-build: false
project: ${CIRCLE_PROJECT_REPONAME}
organization: snyk-iac-group-seceng
Expand Down

0 comments on commit 26603b5

Please sign in to comment.