Skip to content

Commit 13c99de

Browse files
committed
Revert "(maint) Add step to mend scan GHA to report any vulns found"
This reverts commit 9089dce. The action used in this step isn't available from public repos, and running this job against the `puppet8` branch will require some additional work.
1 parent 280aab2 commit 13c99de

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/mend.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- puppet8
8-
97
jobs:
108
build:
119
runs-on: ubuntu-latest
@@ -39,12 +37,3 @@ jobs:
3937
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
4038
WS_PRODUCTNAME: CD4PE
4139
WS_PROJECTNAME: ${{ github.event.repository.name }}
42-
- name: "report vulnerabilities"
43-
id: vulnerabilities
44-
uses: puppetlabs/get-mend-vulnerabilities@v2
45-
with:
46-
product_token: ${{ secrets.MEND_PRODUCT_TOKEN }}
47-
product_display_name: "CD4PE"
48-
user_token: ${{ secrets.MEND_TOKEN }}
49-
fail_on_alert: "true"
50-
projects: "puppet-dev-tools"

0 commit comments

Comments
 (0)