Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:imperva/dsfkit into set_custom_base_…
Browse files Browse the repository at this point in the history
…directory
  • Loading branch information
assaf13 committed Oct 16, 2023
2 parents 1abfe5e + 3c1d42c commit 0da4cbd
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,19 +177,8 @@ jobs:
AWS_ACCESS_KEY_ID_STAGE: ${{ secrets.AWS_ACCESS_KEY_ID_STAGE }}
AWS_SECRET_ACCESS_KEY_STAGE: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGE }}

test_apply:
needs: test_plan
uses: ./.github/workflows/sonar_poc_cli.yml
with:
use_modules_from_terraform_registry: true
explicit_ref: master
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

release:
needs: [test_apply]
needs: [test_plan]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
Binary file modified examples/azure/dsf_deployment/dsf_deployment_1_5_6.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified examples/poc/dsf_deployment/dsf_deployment_1_5_6.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion examples/sonar_upgrade/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module "sonar_upgrader" {
source = "../../modules/aws/sonar-upgrader"
source = "imperva/dsf-sonar-upgrader/aws"
version = "1.5.6" # latest release tag

# Fill the details of the Agentless Gateways and DSF Hubs that you want to upgrade
agentless_gws = [
Expand Down
Binary file modified examples/sonar_upgrade/sonar_upgrade_1_5_6.zip
Binary file not shown.
Binary file modified modules/sonar_python_upgrader_1_5_6.zip
Binary file not shown.

0 comments on commit 0da4cbd

Please sign in to comment.