Skip to content

Commit 89a2188

Browse files
committed
fix yaml indenting
1 parent 9089dce commit 89a2188

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/mend.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- puppet8
8+
pull_request:
89

910
jobs:
1011
build:
@@ -40,11 +41,11 @@ jobs:
4041
WS_PRODUCTNAME: CD4PE
4142
WS_PROJECTNAME: ${{ github.event.repository.name }}
4243
- 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"
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

Comments
 (0)