andrewmusselman opened a new issue, #706:
URL: https://github.com/apache/tooling-trusted-releases/issues/706

   **ASVS:** 15.1.1 · Finding 3, 15.2.1 · Finding 2.1
   **Severity:** MEDIUM
   **CWE:** CWE-1395 (Dependency on Vulnerable Third-Party Component)
   
   ### Description
   
   Dependabot in `.github/dependabot.yml` is configured only for the 
`github-actions` ecosystem. Python (`pip`) and Docker base image ecosystems are 
not monitored for automated update PRs.
   
   While `pip-audit` provides vulnerability scanning and the custom freshness 
script checks dependency age, Dependabot would provide automated PRs for 
updates and broader ecosystem coverage.
   
   ### Recommendation
   
   ```yaml
   version: 2
   updates:
     - package-ecosystem: "github-actions"
       directory: "/"
       schedule:
         interval: "weekly"
     - package-ecosystem: "pip"
       directory: "/"
       schedule:
         interval: "weekly"
       allow:
         - dependency-type: "direct"
     - package-ecosystem: "docker"
       directory: "/"
       schedule:
         interval: "weekly"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to