Skip to content

Commit

Permalink
Merge pull request #93 from olehermanse/test-containers
Browse files Browse the repository at this point in the history
SEC-881: Excluded mender-test-containers from dependabot report
  • Loading branch information
olehermanse authored Sep 12, 2023
2 parents 4906ac8 + eb20529 commit c82ff1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tom/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ 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 c82ff1c

Please sign in to comment.