chore: fix cd
This commit is contained in:
@@ -15,6 +15,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install Gpg
|
- name: Install Gpg
|
||||||
run: apt-get update && apt-get install -y gnupg curl
|
run: apt-get update && apt-get install -y gnupg curl
|
||||||
|
|
||||||
|
- name: Import GPG key
|
||||||
|
if: secrets.GPG_PRIVATE_KEY != null
|
||||||
|
run: |
|
||||||
|
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
|
||||||
|
echo "${{ secrets.GPG_FINGERPRINT }}" | gpg --import-ownertrust
|
||||||
- name: Install syft
|
- name: Install syft
|
||||||
run: curl -sSfL https://get.anchore.io/syft | sudo sh -s -- -b /usr/local/bin
|
run: curl -sSfL https://get.anchore.io/syft | sudo sh -s -- -b /usr/local/bin
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user