Skip to content

Commit

Permalink
SEC-881: Excluded mender-test-containers from dependabot report
Browse files Browse the repository at this point in the history
See:
https://northerntech.atlassian.net/browse/SEC-881

Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Sep 12, 2023
1 parent 6fc1b0e commit cc2647d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tom/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def dump(self):
all.append(data)
if datetime.datetime.now() - pr.created < datetime.timedelta(days=30):
continue
if pr.author == "dependabot[bot]":
if pr.author == "dependabot[bot]" and not pr.url.startswith("https://github.com/mendersoftware/mender-test-containers/pull/"):
# TODO - see: https://northerntech.atlassian.net/browse/SEC-881
dependabot.append(data)
old.append(data)

Expand Down

0 comments on commit cc2647d

Please sign in to comment.