Skip to content

Commit c1e1df8

Browse files
committed
use the docker image directly
1 parent ddab6f9 commit c1e1df8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

action.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,13 @@ outputs:
4444
description: 'If a comment was posted, a link to this comment'
4545
value: ${{ steps.run-analysis.outputs.comment-posted }}
4646
runs:
47-
using: 'composite'
47+
using: 'docker'
48+
image: 'docker://lacework/codesec:stable'
4849
steps:
49-
- if: runner.os == 'Linux'
50+
- run: find . -type f -print
51+
- name: Set start time
5052
shell: bash
5153
run: echo "LACEWORK_START_TIME=$(date --rfc-3339=seconds)" >> $GITHUB_ENV
52-
- if: runner.os == 'macOS'
53-
shell: bash
54-
run: |
55-
brew install coreutils
56-
echo "LACEWORK_START_TIME=$(gdate --rfc-3339=seconds)" >> $GITHUB_ENV
5754
- id: init
5855
shell: bash
5956
env:

0 commit comments

Comments
 (0)