Skip to content

Commit

Permalink
Merge pull request #23 from ansible-lockdown/workflow_galaxy
Browse files Browse the repository at this point in the history
Workflow galaxy tidy up
  • Loading branch information
uk-bolly authored Nov 1, 2023
2 parents cca429c + f0b71ae commit fc40fbe
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 253 deletions.
1 change: 0 additions & 1 deletion .config/.gitleaks-report.json

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/OS.tfvars

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/devel_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
- name: Sleep for 60 seconds
run: sleep ${{ vars.BUILD_SLEEPTIME }}

# Run the Ansibleplaybook
# Run the Ansible playbook
- name: Run_Ansible_Playbook
uses: arillso/action.playbook@master
with:
Expand Down
53 changes: 0 additions & 53 deletions .github/workflows/github_networks.tf

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/github_vars.tfvars

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/main.tf

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
- name: Sleep for 60 seconds
run: sleep ${{ vars.BUILD_SLEEPTIME }}

# Run the Ansibleplaybook
# Run the Ansible playbook
- name: Run_Ansible_Playbook
uses: arillso/action.playbook@master
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/terraform.tfvars

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/variables.tf

This file was deleted.

7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.0
hooks:
# Safety
- id: detect-aws-credentials
Expand All @@ -34,16 +34,15 @@ repos:
hooks:
- id: detect-secrets
args: [ '--baseline', '.config/.secrets.baseline' ]
exclude: .config/.gitleaks-report.json

- repo: https://github.com/gitleaks/gitleaks
rev: v8.17.0
rev: v8.18.0
hooks:
- id: gitleaks
args: ['--baseline-path', '.config/.gitleaks-report.json']

- repo: https://github.com/ansible-community/ansible-lint
rev: v6.17.2
rev: v6.21.1
hooks:
- id: ansible-lint
name: Ansible-lint
Expand Down

0 comments on commit fc40fbe

Please sign in to comment.