Skip to content

Allow for sasl to be configured even if the CA cert is not explicitly set for the kafka connection #25

Allow for sasl to be configured even if the CA cert is not explicitly set for the kafka connection

Allow for sasl to be configured even if the CA cert is not explicitly set for the kafka connection #25

# 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