Skip to content

Commit

Permalink
add WAF workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
memehadi committed Jul 8, 2024
1 parent 1fb2ce4 commit 5cd92cf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/waf_test_ipSets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
uses: docker/[email protected]
- name: 🔥 Deploy Firewall to AWS
run: |
export STACK_NAME=WAFStack
task deploy config=ipSetsTests
- name: 🗑️ Remove Firewall from AWS
run: |
export STACK_NAME=WAFStack
task destroy config=ipSetsTests
2 changes: 2 additions & 0 deletions .github/workflows/waf_test_onlymanagedrulegroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
uses: docker/[email protected]
- name: 🔥 Deploy Firewall to AWS
run: |
export STACK_NAME=WAFStack
task deploy config=onlyManagedRuleGroupsTests
- name: 🗑️ Remove Firewall from AWS
run: |
export STACK_NAME=WAFStack
task destroy config=onlyManagedRuleGroupsTests
2 changes: 2 additions & 0 deletions .github/workflows/waf_test_rateBasedwithScopeDown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
uses: docker/[email protected]
- name: 🔥 Deploy Firewall to AWS
run: |
export STACK_NAME=WAFStack
task deploy config=rateBasedwithScopeDownTests
- name: 🗑️ Remove Firewall from AWS
run: |
export STACK_NAME=WAFStack
task destroy config=rateBasedwithScopeDownTests
2 changes: 2 additions & 0 deletions .github/workflows/waf_test_regexPatternSets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
uses: docker/[email protected]
- name: 🔥 Deploy Firewall to AWS
run: |
export STACK_NAME=WAFStack
task deploy config=regexPatternSetsTests
- name: 🗑️ Remove Firewall from AWS
run: |
export STACK_NAME=WAFStack
task destroy config=regexPatternSetsTests
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.js
!jest.config.js
*.d.ts
node_modules
*.DS_Store
*.tgz
# CDK asset staging directory
.cdk.staging
cdk.out
cdk.context.json

0 comments on commit 5cd92cf

Please sign in to comment.