forked from ansible-lockdown/RHEL9-CIS
workflows updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
d2b371432e
commit
ed5942f494
2 changed files with 229 additions and 236 deletions
12
.github/workflows/devel_pipeline_validation.yml
vendored
12
.github/workflows/devel_pipeline_validation.yml
vendored
|
|
@ -33,8 +33,11 @@
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/first-interaction@main
|
- uses: actions/first-interaction@main
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pr-message: |-
|
issue_message: |-
|
||||||
|
Congrats on opening your first issue and thank you for taking the time to help improve Ansible-Lockdown!
|
||||||
|
Please join in the conversation happening on the [Discord Server](https://www.lockdownenterprise.com/discord) as well.
|
||||||
|
pr_message: |-
|
||||||
Congrats on opening your first pull request and thank you for taking the time to help improve Ansible-Lockdown!
|
Congrats on opening your first pull request and thank you for taking the time to help improve Ansible-Lockdown!
|
||||||
Please join in the conversation happening on the [Discord Server](https://www.lockdownenterprise.com/discord) as well.
|
Please join in the conversation happening on the [Discord Server](https://www.lockdownenterprise.com/discord) as well.
|
||||||
|
|
||||||
|
|
@ -93,16 +96,11 @@
|
||||||
run: |
|
run: |
|
||||||
echo "OSVAR = $OSVAR"
|
echo "OSVAR = $OSVAR"
|
||||||
echo "benchmark_type = $benchmark_type"
|
echo "benchmark_type = $benchmark_type"
|
||||||
echo "PRIVSUBNET_ID = $AWS_PRIVSUBNET_ID"
|
|
||||||
echo "VPC_ID" = $AWS_VPC_SECGRP_ID"
|
|
||||||
pwd
|
pwd
|
||||||
ls
|
|
||||||
env:
|
env:
|
||||||
# Imported from GitHub variables this is used to load the relevant OS.tfvars file
|
# Imported from GitHub variables this is used to load the relevant OS.tfvars file
|
||||||
OSVAR: ${{ vars.OSVAR }}
|
OSVAR: ${{ vars.OSVAR }}
|
||||||
benchmark_type: ${{ vars.BENCHMARK_TYPE }}
|
benchmark_type: ${{ vars.BENCHMARK_TYPE }}
|
||||||
PRIVSUBNET_ID: ${{ secrets.AWS_PRIVSUBNET_ID }}
|
|
||||||
VPC_ID: ${{ secrets.AWS_VPC_SECGRP_ID }}
|
|
||||||
|
|
||||||
- name: Tofu init
|
- name: Tofu init
|
||||||
id: init
|
id: init
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
# A workflow run is made up of one or more jobs
|
# A workflow run is made up of one or more jobs
|
||||||
# that can run sequentially or in parallel
|
# that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
# This workflow contains a single job that tests the playbook
|
# This workflow contains a single job that tests the playbook
|
||||||
playbook-test:
|
playbook-test:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
|
|
@ -80,16 +79,12 @@
|
||||||
run: |
|
run: |
|
||||||
echo "OSVAR = $OSVAR"
|
echo "OSVAR = $OSVAR"
|
||||||
echo "benchmark_type = $benchmark_type"
|
echo "benchmark_type = $benchmark_type"
|
||||||
echo "PRIVSUBNET_ID = $AWS_PRIVSUBNET_ID"
|
|
||||||
echo "VPC_ID" = $AWS_VPC_SECGRP_ID"
|
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
env:
|
env:
|
||||||
# Imported from GitHub variables this is used to load the relevant OS.tfvars file
|
# Imported from GitHub variables this is used to load the relevant OS.tfvars file
|
||||||
OSVAR: ${{ vars.OSVAR }}
|
OSVAR: ${{ vars.OSVAR }}
|
||||||
benchmark_type: ${{ vars.BENCHMARK_TYPE }}
|
benchmark_type: ${{ vars.BENCHMARK_TYPE }}
|
||||||
PRIVSUBNET_ID: ${{ secrets.AWS_PRIVSUBNET_ID }}
|
|
||||||
VPC_ID: ${{ secrets.AWS_VPC_SECGRP_ID }}
|
|
||||||
|
|
||||||
- name: Tofu init
|
- name: Tofu init
|
||||||
id: init
|
id: init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue