chore(deps): update postgres package dependencies to v1.24.1 #5
This file contains hidden or 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
# 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. |