Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Do not recommend using pull_request event for triggering vulnerabilit…
Browse files Browse the repository at this point in the history
…y scan as it causes duplicate scans
  • Loading branch information
sweoggy authored Jan 12, 2023
1 parent 1f6a32e commit 131f563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debricked.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Debricked scan

on: [push, pull_request]
on: [push]

jobs:
debricked-scan:
Expand Down

0 comments on commit 131f563

Please sign in to comment.