Skip to content

Commit

Permalink
⭐️ use cnspec v10 (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Jan 24, 2024
1 parent c82fb45 commit efc06d5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ runs:
- run: echo "MONDOO_CONFIG_BASE64=${{ inputs.service-account-credentials }}" >> $GITHUB_ENV
if: env.MONDOO_CONFIG_BASE64 == ''
shell: bash
- uses: "docker://mondoo/cnspec:9"
- uses: "docker://mondoo/cnspec:10"
with:
args: ${{ inputs.args }} --log-level "${{ inputs.log-level }}"
2 changes: 1 addition & 1 deletion aws/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- aws
Expand Down
2 changes: 1 addition & 1 deletion cnspec-lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
default: "results.sarif"
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- bundle
- lint
Expand Down
2 changes: 1 addition & 1 deletion docker-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- docker
Expand Down
2 changes: 1 addition & 1 deletion github-org/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- github
Expand Down
2 changes: 1 addition & 1 deletion github-repo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- github
Expand Down
2 changes: 1 addition & 1 deletion k8s-manifest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- k8s
Expand Down
2 changes: 1 addition & 1 deletion k8s/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- k8s
Expand Down
2 changes: 1 addition & 1 deletion policy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- bundle
- upload
Expand Down
2 changes: 1 addition & 1 deletion terraform-hcl/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- terraform
Expand Down
2 changes: 1 addition & 1 deletion terraform-plan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- terraform
Expand Down
2 changes: 1 addition & 1 deletion terraform-state/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://mondoo/cnspec:9"
image: "docker://mondoo/cnspec:10"
args:
- scan
- terraform
Expand Down

0 comments on commit efc06d5

Please sign in to comment.