Skip to content

Commit

Permalink
remove build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-stepsecurity committed Nov 22, 2024
1 parent 9d9e4c3 commit 20be0c8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 89 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
os:
- windows-2019
- windows-2022
- macos-11
- macos-12
- ubuntu-20.04
- ubuntu-22.04
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/reusable-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-on-container-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
docker_image:
- alpine:3.10
- alpine:3.11
- alpine:3.12
- alpine:3.13
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/verify-on-container-centos.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/verify-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
uses: "./.github/workflows/reusable-verify.yml"
with:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/verify-on-windows.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ It is `known_hosts: unnecessary`.

The scripts and documentation in this project are released under the [MIT License](LICENSE)


[image-build]: https://github.com/step-security/ssh-key-action/workflows/Build/badge.svg?event=push&branch=v2
[link-build]: https://github.com/step-security/ssh-key-action/actions/workflows/build.yml
[image-verify-windows]: https://github.com/step-security/ssh-key-action/workflows/Windows/badge.svg?event=push&branch=v2
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Reporting a Vulnerability

Please report security vulnerabilities to [email protected]
Please report security vulnerabilities to [security@stepsecurity](security@stepsecurity.io)

0 comments on commit 20be0c8

Please sign in to comment.