Bump golang.org/x/net from 0.17.0 to 0.23.0 #28
Workflow file for this run
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
# 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. | |
# This workflow checks out code, builds an image, performs a container image | |
# vulnerability scan with Anchore's Grype tool, and generates an | |
# SBOM via Anchore's Syft tool | |
# For more information on Anchore's container image scanning tool Grype, see | |
# https://github.com/anchore/grype | |
# For more information about the Anchore SBOM tool, Syft, see | |
# https://github.com/anchore/syft | |
name: ConsoleDot Platform Security Scan | |
on: | |
push: | |
branches: [ "main", "master", "security-compliance" ] | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [ "main", "master", "security-compliance" ] | |
jobs: | |
PlatSec-Security-Workflow: | |
uses: RedHatInsights/platform-security-gh-workflow/.github/workflows/platsec-security-scan-reusable-workflow.yml@master |