Skip to content

AquaSec Night Scan

AquaSec Night Scan #65

#
# Copyright 2026 ABSA Group Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: AquaSec Night Scan
on:
schedule:
- cron: '23 2 * * *'
workflow_dispatch:
inputs:
dry-run:
description: Enable Dry Run mode
required: false
type: boolean
default: false
concurrency:
group: aquasec-night-scan-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
actions: read
issues: write
jobs:
aquasec-night-scan:
uses: AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml@de09728a7f56967ec013c5ab988190231ece3b71
with:
dry-run: ${{ inputs.dry-run || false }}
severity-priority-map: 'Critical=P0,High=P1,Medium=P2,Low=P3'
project-number: 203
project-org: 'absa-group'
secrets:
AQUA_KEY: ${{ secrets.AQUA_KEY }}
AQUA_SECRET: ${{ secrets.AQUA_SECRET }}
AQUA_GROUP_ID: ${{ secrets.AQUA_GROUP_ID }}
AQUA_REPOSITORY_ID: ${{ secrets.AQUA_REPOSITORY_ID }}
TEAMS_WEBHOOK_URL: ${{ secrets.TEAMS_WEBHOOK_URL }}