Skip to content

chore(deps): update postgres package dependencies to v1.24.1 #5

chore(deps): update postgres package dependencies to v1.24.1

chore(deps): update postgres package dependencies to v1.24.1 #5

Workflow file for this run

# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: Scan
on:
# This workflow is triggered on pull requests to the main branch.
pull_request:
paths:
- zarf.yaml
- releaser.yaml
- .release-please-manifest.json
jobs:
scan:
permissions:
contents: read # Allows reading the content of the repository.
packages: read # Allows reading the content of the repository's packages.
id-token: write # Allows authentication to Chainguard via OIDC.
pull-requests: write # Allows writing the scan results comment to the pull request.
uses: defenseunicorns/uds-common/.github/workflows/callable-scan.yaml@e84f5624ec53b7e126166ae4d9f1144ba8afeac6 # v1.14.1
secrets: inherit # Inherits all secrets from the parent workflow.