Skip to content

Commit 917710d

Browse files
authored
Merge pull request #164 from puppetlabs/revert-mend-report
Revert "(maint) Add step to mend scan GHA to report any vulns found"
2 parents 280aab2 + 13c99de commit 917710d

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)