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 2f23b7fCopy full SHA for 2f23b7f
.github/workflows/mend.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ - puppet8
8
+ pull_request:
9
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest
@@ -37,3 +40,12 @@ jobs:
37
40
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
38
41
WS_PRODUCTNAME: CD4PE
39
42
WS_PROJECTNAME: ${{ github.event.repository.name }}
43
+ - name: "report vulnerabilities"
44
+ id: vulnerabilities
45
+ uses: puppetlabs/get-mend-vulnerabilities@v2
46
+ with:
47
+ product_token: ${{ secrets.MEND_PRODUCT_TOKEN }}
48
+ product_display_name: "CD4PE"
49
+ user_token: ${{ secrets.MEND_TOKEN }}
50
+ fail_on_alert: "true"
51
+ projects: "puppet-dev-tools"
0 commit comments