Skip to content

Commit

Permalink
CCM-6245: TFSec Scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesthompson26-nhs committed Aug 19, 2024
1 parent adb5bbf commit 83597d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage-1-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
name: "TFSec Scan"
runs-on: ubuntu-latest
timeout-minutes: 2
# needs: detect-terraform-changes
# if: needs.detect-terraform-changes.outputs.terraform_changed == 'true'
needs: detect-terraform-changes
if: needs.detect-terraform-changes.outputs.terraform_changed == 'true'
steps:
- name: "Checkout code"
uses: actions/checkout@v4
Expand Down
7 changes: 0 additions & 7 deletions scripts/setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ function main() {

function run-setup() {

# ASDF_VERSION=v0.14.0

# git clone https://github.com/asdf-vm/asdf.git $HOME/.asdf --branch $ASDF_VERSION -c advice.detachedHead=false
# echo ". $HOME/.asdf/asdf.sh" >> "$HOME/.profile"
# echo ". $HOME/.asdf/completions/asdf.bash" >> "$HOME/.profile"
# echo "installed asdf version 0.14.0"
# source $HOME/.profile
sudo apt install bundler -y
time make config

Expand Down

0 comments on commit 83597d0

Please sign in to comment.