This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 0d0176d07 chore: add header to file & refine reviewers (#1537)
0d0176d07 is described below
commit 0d0176d073ee265bfc9ed47a5d2a081f01b36794
Author: Tim <[email protected]>
AuthorDate: Tue May 2 07:46:23 2023 +0200
chore: add header to file & refine reviewers (#1537)
---
.github/workflows/osv-scanner.yml | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/osv-scanner.yml
b/.github/workflows/osv-scanner.yml
index abf5e3a15..8d4645b86 100644
--- a/.github/workflows/osv-scanner.yml
+++ b/.github/workflows/osv-scanner.yml
@@ -35,7 +35,8 @@ jobs:
- name: Scan for vulnerabilities
run: |
- docker run --rm -v $PWD:/repo -w /repo ghcr.io/google/osv-scanner
--format markdown -r . 2>&1 | grep -vE '^((Scanning|Scanned|Failed).*)$' >
VULNERABILITY.md
+ echo '<!--\n ~ Licensed to the Apache Software Foundation (ASF)
under one or more\n ~ contributor license agreements. See the NOTICE file
distributed with\n ~ this work for additional information regarding copyright
ownership.\n ~ The ASF licenses this file to You under the Apache License,
Version 2.0\n ~ (the "License"); you may not use this file except in
compliance with\n ~ the License. You may obtain a copy of the License at\n
~\n ~ http://www.apache.org/licens [...]
+ docker run --rm -v $PWD:/repo -w /repo ghcr.io/google/osv-scanner
--format markdown -r . 2>&1 | grep -vE '^((Scanning|Scanned|Failed).*)$' >>
VULNERABILITY.md
continue-on-error: true
- name: Create Pull Request
@@ -46,13 +47,9 @@ jobs:
committer: ${{ github.actor }} <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@github.com>
signoff: true
- title: Add vulnerability report
- commit-message: Added vulnerability report
+ title: Monthly update of vulnerability report
+ commit-message: monthly update of vulnerability report
body: |
Update *Vulnerablity* report
delete-branch: true
- labels: |
- documentation
- gh-action
- team-reviewers: apache/streampipes-committers
-
+ reviewers:
'dominikriemer,tenthe,svenO3,smlabt,grainier,RobertIndie,bossenti'