Skip to content

Commit

Permalink
Merge pull request #608 from kubescape/rego-v2
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
YiscahLevySilas1 authored Mar 21, 2024
2 parents efb0b66 + 9ac7af8 commit f47888e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
build-and-rego-test:
needs: [test_pr_checks]
runs-on: ubuntu-latest
outputs:
REGO_ARTIFACT_KEY_NAME: ${{ steps.set_outputs.outputs.REGO_ARTIFACT_KEY_NAME }}
REGO_ARTIFACT_PATH: ${{ steps.set_outputs.outputs.REGO_ARTIFACT_PATH }}
steps:
- uses: actions/checkout@v2
name: Checkout repo content
Expand Down Expand Up @@ -105,7 +108,7 @@ jobs:
"scan_local_list_of_files",
"scan_compliance_score"
]'
DOWNLOAD_ARTIFACT_PATH: ${{ env.REGO_ARTIFACT_PATH }}
DOWNLOAD_ARTIFACT_PATH: ${{ needs.build-and-rego-test.outputs.REGO_ARTIFACT_PATH }}
secrets: inherit

# start release process
Expand Down

0 comments on commit f47888e

Please sign in to comment.