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.
2 parents 280aab2 + 13c99de commit 917710dCopy full SHA for 917710d
.github/workflows/mend.yml
@@ -4,8 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - puppet8
8
-
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -39,12 +37,3 @@ jobs:
39
37
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
40
38
WS_PRODUCTNAME: CD4PE
41
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