Skip to content

feat (detectExecuteScan) include side car conditions and use CPE from build steps to run docker scans #22663

feat (detectExecuteScan) include side car conditions and use CPE from build steps to run docker scans

feat (detectExecuteScan) include side car conditions and use CPE from build steps to run docker scans #22663

Workflow file for this run

name: Groovy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: zulu
- name: Cache Maven Packages
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: unit-test
run: mvn --batch-mode clean verify -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn