Skip to content

feat: update templating to allow passing additional postgresql parame… #145

feat: update templating to allow passing additional postgresql parame…

feat: update templating to allow passing additional postgresql parame… #145

Workflow file for this run

# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: Scorecards supply-chain security
on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
- cron: '30 1 * * 6'
push:
branches: ["main"]
# Declare default permissions as read only.
permissions: read-all
jobs:
validate:

Check failure on line 17 in .github/workflows/scorecard.yaml

View workflow run for this annotation

GitHub Actions / Scorecards supply-chain security

Invalid workflow file

The workflow is not valid. .github/workflows/scorecard.yaml (Line: 17, Col: 3): Error calling workflow 'defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@e84f5624ec53b7e126166ae4d9f1144ba8afeac6'. The workflow is requesting 'models: read', but is only allowed 'models: none'.
permissions:
actions: read
attestations: read
checks: read
contents: read
deployments: read
discussions: read
issues: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
# Needed to upload the results to code-scanning dashboard.
security-events: write
# Used to receive a badge.
id-token: write
uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@e84f5624ec53b7e126166ae4d9f1144ba8afeac6 # v1.14.1
secrets: inherit