Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin07 committed Feb 12, 2024
1 parent 2f65f56 commit 425f056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang-terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Docker build
run: make build

- name: Run trivy scan (console)
- name: Run trivy scan (console output)
uses: aquasecurity/[email protected]
with:
image-ref: constantin07/golang-terratest:${{ needs.get-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/jenkins_master/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
tags: jenkins_master

- name: Install Jenkins plugins
shell: "{{ jenkins_home }}/install-plugins.sh < {{ jenkins_home }}/plugins.txt"
ansible.builtin.shell: "{{ jenkins_home }}/install-plugins.sh < {{ jenkins_home }}/plugins.txt"
environment:
REF_DIR: "{{ jenkins_home }}/plugins"
FAILED: "{{ jenkins_home }}/plugins/failed-plugins.txt"
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/jenkins_shared/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ debian_packages:
- unzip
- curl
- jq
- acl # required by ansible

0 comments on commit 425f056

Please sign in to comment.