Skip to content

Commit

Permalink
Add PBI creation (#287)
Browse files Browse the repository at this point in the history
* Add PBI creation

* Update suppressions
  • Loading branch information
HugoBurgess authored Sep 18, 2024
1 parent 68b9e45 commit 66ef36d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependabot-work-item.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: dependabot-work-item

on:
pull_request:
branches:
- main

jobs:
create-work-item:
if: ${{ github.actor == 'dependabot[bot]' }}
uses: UKHO/repo-auto-patch/.github/workflows/create-pr-work-item.yml@v1
with:
pr-url: ${{ github.event.pull_request.html_url }}
work-item-title: "FSS UI - Dependabot update"
work-item-description: "Please review PR. Created by the dependabot-work-item action."
work-item-tags: "File Share Service; TD2; Technical Debt"
secrets:
ado-pat: ${{ secrets.ADO_TOKEN }}
14 changes: 4 additions & 10 deletions NVDSuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
<notes>
<![CDATA[
file name: vite:4.5.2. To fix we would need to update to @angular-devkit/build-angular@17.3.3 which is a breaking change.
PBI https://dev.azure.com/ukhydro/Abzu/_workitems/edit/159873
]]>
</notes>
<packageUrl regex="true">^pkg:npm/vite@.*$</packageUrl>
<vulnerabilityName>GHSA-8jhw-289h-jh2g</vulnerabilityName>
<vulnerabilityName>CVE-2024-31207</vulnerabilityName>
<vulnerabilityName>GHSA-64vr-g452-qvp3</vulnerabilityName>
<vulnerabilityName>GHSA-9cwx-2883-4wfx</vulnerabilityName>
</suppress>
<suppress>
<notes>
Expand All @@ -29,16 +33,6 @@
<vulnerabilityName>CVE-2024-28863</vulnerabilityName>
<cpe>cpe:/a:tar_project:tar</cpe>
</suppress>
<suppress>
<notes>
<![CDATA[
file name: vite:4.5.2
PBI https://dev.azure.com/ukhydro/Abzu/_workitems/edit/159873
]]>
</notes>
<packageUrl regex="true">^pkg:npm/vite@.*$</packageUrl>
<vulnerabilityName>CVE-2024-31207</vulnerabilityName>
</suppress>
<suppress>
<notes>
<![CDATA[
Expand Down

0 comments on commit 66ef36d

Please sign in to comment.