Skip to content

chore(deps-dev): Bump @semantic-release/github from 10.1.7 to 10.3.0 #39

chore(deps-dev): Bump @semantic-release/github from 10.1.7 to 10.3.0

chore(deps-dev): Bump @semantic-release/github from 10.1.7 to 10.3.0 #39

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# A sample workflow which sets up periodic OSV-Scanner scanning for vulnerabilities,
# in addition to a PR check which fails if new vulnerabilities are introduced.
#
# For more examples and options, including how to ignore specific vulnerabilities,
# see https://google.github.io/osv-scanner/github-action/
name: OSV-Scanner
on:
pull_request:
branches: ["main", "develop"]
paths:
- '**/*.go'
- 'Dockerfile'
- 'go.mod'
- 'go.sum'
- 'Makefile'
- 'package.json'
merge_group:
branches: ["main", "develop"]
schedule:
- cron: '00 20 * * 1'
push:
branches: ["main", "develop"]
paths:
- '**/*.go'
- 'Dockerfile'
- 'go.mod'
- 'go.sum'
- 'Makefile'
- 'package.json'
workflow_dispatch:
permissions:
# Require writing security events to upload SARIF file to security tab
security-events: write
# Read commit contents
contents: read
jobs:
scan-scheduled:

Check failure on line 43 in .github/workflows/osv_scanner.yaml

View workflow run for this annotation

GitHub Actions / OSV-Scanner

Invalid workflow file

The workflow is not valid. .github/workflows/osv_scanner.yaml (Line: 43, Col: 3): Error calling workflow 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@678a866dcba398c8ed0124a09928d250f187b52a'. The workflow is requesting 'actions: read', but is only allowed 'actions: none'.
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@678a866dcba398c8ed0124a09928d250f187b52a" # v1.8.4
with:
# Example of specifying custom arguments
scan-args: |-
-r
--skip-git
./
scan-pr:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@678a866dcba398c8ed0124a09928d250f187b52a" # v1.8.4
with:
# Example of specifying custom arguments
scan-args: |-
-r
--skip-git
./