Make the daemon aware if ipv4 and/or ipv6 is available #2624
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: OSV-Scanner PR Scan | |
on: | |
pull_request: | |
workflow_dispatch: | |
permissions: {} | |
jobs: | |
scan-pr: | |
permissions: | |
# Require writing security events to upload SARIF file to security tab | |
security-events: write | |
# Only need to read contents | |
contents: read | |
actions: read | |
# yamllint disable rule:line-length | |
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@dfa8609a7da62968d73f63f279418e504c1f523f" # v1.8.1 |