Skip to content

Commit

Permalink
updates Okta workflow to v9 (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Ford <[email protected]>
  • Loading branch information
scottford-io authored Oct 20, 2023
1 parent fd193dd commit a68b4bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/okta-provisioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Okta Provisioning
on:
push:
paths:
- .github/workflows/okta-provisioning.yaml
- okta/okta-provisioning/**
workflow_dispatch:

Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
cnspec-scan-terraform-hcl:
name: "Scan Terraform (pre-plan)"
runs-on: ubuntu-latest
container: mondoo/cnspec:8
container: mondoo/cnspec:9
needs: terraform-pre-plan-validation
permissions:
pull-requests: write
Expand Down Expand Up @@ -104,7 +105,7 @@ jobs:
name: Scan Terraform (post-plan)
needs: terraform-plan
runs-on: ubuntu-latest
container: mondoo/cnspec:latest
container: mondoo/cnspec:9

steps:
- name: Check out repository code
Expand Down Expand Up @@ -152,7 +153,7 @@ jobs:
name: Scan Okta Org (Post-Apply)
needs: terraform-apply
runs-on: ubuntu-latest
container: mondoo/cnspec:latest
container: mondoo/cnspec:9

steps:
- name: Check out repository code
Expand Down

0 comments on commit a68b4bc

Please sign in to comment.