-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d9e4c3
commit 5242343
Showing
8 changed files
with
1 addition
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ jobs: | |
os: | ||
- windows-2019 | ||
- windows-2022 | ||
- macos-11 | ||
- macos-12 | ||
- ubuntu-20.04 | ||
- ubuntu-22.04 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,12 +22,6 @@ on: | |
SSH_KEY_PEM: | ||
required: true | ||
description: SSH private key (PEM format) | ||
SSH_KEY_PKCS8: | ||
required: true | ||
description: SSH private key (PKCS8 format) | ||
SSH_KEY_RFC4716: | ||
required: true | ||
description: SSH private key (RFC4716 format) | ||
|
||
jobs: | ||
ssh-pem: | ||
|
@@ -48,42 +42,6 @@ jobs: | |
- name: git clone through SSH | ||
run: git clone [email protected]:step-security/ssh-key-action.git tmp | ||
|
||
ssh-pkcs8: | ||
name: Connect to github.com (PKCS8 format) | ||
runs-on: ${{ inputs.os }} | ||
container: ${{ inputs.docker_image }} | ||
steps: | ||
- name: Install packages | ||
run: ${{ inputs.package_installation_command }} | ||
if: ${{ inputs.package_installation_command != '' }} | ||
- name: Checkout source codes | ||
uses: actions/checkout@v3 | ||
- name: Install SSH key | ||
uses: ./. | ||
with: | ||
key: ${{ secrets.SSH_KEY_PKCS8 }} | ||
known_hosts: unnecessary | ||
- name: git clone through SSH | ||
run: git clone [email protected]:step-security/ssh-key-action.git tmp | ||
|
||
ssh-rfc4716: | ||
name: Connect to github.com (RFC4716 format) | ||
runs-on: ${{ inputs.os }} | ||
container: ${{ inputs.docker_image }} | ||
steps: | ||
- name: Install packages | ||
run: ${{ inputs.package_installation_command }} | ||
if: ${{ inputs.package_installation_command != '' }} | ||
- name: Checkout source codes | ||
uses: actions/checkout@v3 | ||
- name: Install SSH key | ||
uses: ./. | ||
with: | ||
key: ${{ secrets.SSH_KEY_RFC4716 }} | ||
known_hosts: unnecessary | ||
- name: git clone through SSH | ||
run: git clone [email protected]:step-security/ssh-key-action.git tmp | ||
|
||
key_if_exists_replace-key_exists: | ||
name: if_key_exists=replace / key exists | ||
runs-on: ${{ inputs.os }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
## Reporting a Vulnerability | ||
|
||
Please report security vulnerabilities to [email protected] | ||
Please report security vulnerabilities to [security@stepsecurity](security@stepsecurity.io) |