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 0e59014 commit 9089dceCopy full SHA for 9089dce
.github/workflows/mend.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ - puppet8
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -37,3 +39,12 @@ jobs:
37
39
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
38
40
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