Skip to content

Commit

Permalink
⭐️ Update the actions to v9 (#73)
Browse files Browse the repository at this point in the history
* Update the actions to v9

Signed-off-by: Tim Smith <[email protected]>
Co-authored-by: Christoph Hartmann <[email protected]>
  • Loading branch information
tas50 and chris-rock authored Nov 6, 2023
1 parent 7f7d8d3 commit aca2175
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/test_files/cnspec-lint/lint.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ policies:
another-key: another-value
specs:
- asset_filter:
query: platform.family.contains(_ == 'unix')
query: asset.family.contains('unix')
scoring_queries:
query1:
query2:
Expand Down
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:8"
- uses: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
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:8"
image: "docker://mondoo/cnspec:9"
args:
- scan
- terraform
Expand Down

0 comments on commit aca2175

Please sign in to comment.