Skip to content

Commit

Permalink
Update READMEs with released version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Nov 10, 2023
1 parent aca2175 commit c82fb45
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mondoohq/actions/k8s-manifest@v1.0.0
- uses: mondoohq/actions/k8s-manifest@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand All @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: mondoohq/actions/terraform-hcl@v1.0.0
- uses: mondoohq/actions/terraform-hcl@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
ghcr.io/${{github.repository_owner}}/${{env.APP}}:${{env.VERSION}}
secrets: GIT_AUTH_TOKEN=${{ secrets.GIT_AUTH_TOKEN }}
- name: Scan Docker Image with Mondoo
uses: mondoohq/actions/docker-image@v1.0.0
uses: mondoohq/actions/docker-image@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down
2 changes: 1 addition & 1 deletion aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
role-to-assume: arn:aws:iam::123456789100:role/my-github-actions-role
role-session-name: MySessionName

- uses: mondoohq/actions/aws@v1.0.0
- uses: mondoohq/actions/aws@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down
2 changes: 1 addition & 1 deletion docker-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
ghcr.io/${{github.repository_owner}}/${{env.APP}}:${{env.VERSION}}
secrets: GIT_AUTH_TOKEN=${{ secrets.GIT_AUTH_TOKEN }}
- name: Scan Docker Image
uses: mondoohq/actions/docker-image@v1.0.0
uses: mondoohq/actions/docker-image@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down
4 changes: 2 additions & 2 deletions github-org/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mondoohq/actions/github-org@v1.0.0
- uses: mondoohq/actions/github-org@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -84,7 +84,7 @@ To leverage an App Token:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: mondoohq/actions/github-org@v0.9.3
- uses: mondoohq/actions/github-org@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion github-repo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mondoohq/actions/k8s@v1.0.0
- uses: mondoohq/actions/k8s@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion k8s-manifest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mondoohq/actions/k8s-manifest@v1.0.0
- uses: mondoohq/actions/k8s-manifest@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down
2 changes: 1 addition & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mondoohq/actions/k8s@v1.0.0
- uses: mondoohq/actions/k8s@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
```
2 changes: 1 addition & 1 deletion policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mondoohq/actions/policy@v1.0.0
- uses: mondoohq/actions/policy@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down
2 changes: 1 addition & 1 deletion terraform-hcl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
scan-tf:
steps:
- uses: actions/checkout@v3
- uses: mondoohq/actions/terraform-hcl@v1.0.0
- uses: mondoohq/actions/terraform-hcl@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down
2 changes: 1 addition & 1 deletion terraform-plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: scan-tf-plan
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_CONFIG_BASE64 }}
- uses: mondoohq/actions/terraform-plan@v1.0.0
- uses: mondoohq/actions/terraform-plan@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down
2 changes: 1 addition & 1 deletion terraform-state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
scan-tf:
steps:
- uses: actions/checkout@v3
- uses: mondoohq/actions/terraform-state@v1.0.0
- uses: mondoohq/actions/terraform-state@v2.0.0
env:
MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }}
with:
Expand Down

0 comments on commit c82fb45

Please sign in to comment.