Added calling of the create_baseline_folder.py script.

This commit is contained in:
pyth0n1c
2021-08-16 16:22:35 -07:00
parent 87e1ef6dca
commit 7d5edec822
+5
View File
@@ -537,6 +537,11 @@ jobs:
with:
ref: 'develop'
- name: Create Baseline Folder
run: |
source venv/bin/activate
python3 bin/create_baseline_folder.py
#Official, Verified Amazon-AWS Github Account Provided Action
- uses: aws-actions/configure-aws-credentials@v1
with: