Skip to content

Commit

Permalink
output added #3481
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-dmlr committed Oct 28, 2024
1 parent 0acaac3 commit cbcfbda
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions github-actions/scan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ inputs:
default: true

outputs:
greeting:
description: 'temporary for analysis'
scan-trafficlight:
description: 'Color of the traffic light reported by SecHub'
scan-findings-count:
Expand All @@ -76,17 +78,6 @@ runs:
# Instead of using the 'node' image, we use the 'composite' strategy to cache artifacts before running the scan
using: composite
steps:
- name: Print action.yml
id: cat_action_yml
run: |
find . -type f | grep -v node_modules
echo "### cat $GITHUB_ACTION_PATH/action.yml"
cat "$GITHUB_ACTION_PATH"/action.yml
echo "###"
env:
GITHUB_ACTION_PATH: ${{ github.action_path }}
shell: bash

- name: Cache SecHub client
id: cache_sechub_client
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
Expand Down

0 comments on commit cbcfbda

Please sign in to comment.