Skip to content

Commit

Permalink
feat: update tf modules
Browse files Browse the repository at this point in the history
Signed-off-by: Rudra Gupta <[email protected]>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent d61765b commit ae3f033
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
name: release-artifacts
path: privateer/privateer

build-gcs-object-storage:
build-azure-blob-storage:
runs-on: ubuntu-latest
steps:
- name: Checkout GCS Object Storage repository
- name: Checkout Azure Blob Storage repository
uses: actions/checkout@v3
with:
# repository: eddie-knight/raid-azure-blob-storage
Expand Down Expand Up @@ -84,9 +84,6 @@ jobs:
name: release-artifacts
path: raid-azure-blob-storage/ABS

- name: View release artifacts
run: |
ls

terraform:
if: github.repository == 'octo-org/octo-repo-prod'
Expand Down Expand Up @@ -149,3 +146,19 @@ jobs:
- name: Terraform Destroy
run: terraform destroy -auto-approve -input=false
working-directory: examples/basic

check-compliance:
needs: [build-privateer, build-azure-blob-storage]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
name: release-artifacts
path: raid-azure-blob-storage/ABS
- uses: actions/download-artifact@v3
with:
name: release-artifacts
path: privateer/privateer
- name: RUN ls
run: |
ls
10 changes: 10 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
loglevel: Debug
WriteDirectory: test_output
raids:
ABS:
endpoint: https://google.com
tactics:
- tlp_red
# - tlp_amber
# - tlp_green
# - tlp_clear

0 comments on commit ae3f033

Please sign in to comment.