This is the CocoaPods Dependency Submission Action which parses CocoaPods Lock files and submits the dependencies to the Dependency Graph Submission API.
Warning
Sadly, GitHub's Security Advisory Database does not contain CocoaPods security alert information which means no security vulnerabilities in your dependencies will be reported. This project is mainly to keep your Software Bill of Materials up to date and complete.
- name: CocoaPods Dependency Submission Action
uses: advanced-security/[email protected]
- name: CocoaPods Dependency Submission Action
uses: advanced-security/[email protected]
with:
# [optonal] The path to the Podfile.lock file. Defaults to finding all
# Podfile.lock in the current working directory
cocoapods-lock: "./Podfile.lock"
# [optional] Token used to authenticate with the GitHub API. Defaults to the GITHUB_TOKEN secret.
token: ${{ secrets.ACTIONS_TOKEN }}
name: Brew Lockfile Dependency Submission Action
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: write # needed
jobs:
gradle-lock:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# ... generate CocoaPods Podfile.lock
- name: CocoaPods Dependency Submission Action
uses: advanced-security/[email protected]
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.
Maintained by @GeekMasher.
Please create GitHub issues for any feature requests, bugs, or documentation problems.
- @GeekMasher: Author and Maintainer