We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526b758 commit 813bf0eCopy full SHA for 813bf0e
environments/.stackhpc/hooks/post.yml
@@ -0,0 +1,12 @@
1
+- hosts: openondemand
2
+ become: yes
3
+ gather_facts: false
4
+ tasks:
5
+ - name: Delete trivy vulnerable files
6
+ ansible.builtin.file:
7
+ path: "{{ item }}"
8
+ state: absent
9
+ with_items:
10
+ - /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.7-1/gems/bootstrap_form-2.7.0/test/dummy/Gemfile.lock
11
+ - /opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/3.1.7-1/gems/bootstrap_form-4.5.0/demo/yarn.lock
12
+ - /var/www/ood/apps/sys/dashboard/node_modules/data-confirm-modal/Gemfile.lock
0 commit comments