Commit ae45d88
authored
(MAINT) update mend workflow to use shared tooling (#472)
* (MAINT) update mend workflow to use shared tooling
- Removed specific steps for setting up Ruby, Java, and running the scan
- Integrated shared tooling workflow from puppetlabs/cat-github-actions
- Inherited secrets and set environment variable for PRODUCT_NAME
* fix(workflow): correct environment variable syntax in mend.yml
Changed the syntax from `env` to `with` for setting the `product_name` in the GitHub Actions workflow file to ensure proper configuration.
* Run action on PR for testing purposes
* fix(workflow): trigger mend job on closed pull requests
- Added 'closed' type to pull_request trigger to ensure mend job runs when PRs are closed.
- Uncommented the conditional statement for the mend job to enable it.1 parent 561faf2 commit ae45d88
1 file changed
+4
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments