Skip to content

Commit

Permalink
Restore the old name + update description (#25)
Browse files Browse the repository at this point in the history
The base level action exists only to populate the marketplace

Signed-off-by: Tim Smith <[email protected]>

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Aug 31, 2022
1 parent 6aa10d1 commit 45be07f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Setup Mondoo Action
description: Installs Mondoo Client into a workflow
name: Mondoo Action
description: Mondoo Actions to scan IaC configs, containers, servers, clouds, and Kubernetes
branding:
icon: 'shield'
color: 'purple'
Expand Down Expand Up @@ -30,9 +30,6 @@ runs:
echo ${{ inputs.service-account-credentials }} | base64 -d > mondoo.json
curl -sSL https://mondoo.com/install.sh | bash
shell: bash
- name: Mondoo status
run: mondoo status --config mondoo.json
shell: bash
- name: Run Mondoo
shell: bash
run: >
Expand Down

0 comments on commit 45be07f

Please sign in to comment.