Skip to content

Commit

Permalink
Update gosec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored May 1, 2024
1 parent 459ed7b commit 5b86a13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
dir_names: true
dir_names_max_depth: '1'
dir_names_exclude_current_dir: true

- name: Output matrix content
env:
ABC: ${{ toJson(steps.changed-files.outputs.matrix) }}
run: echo "Matrix content $ABC"
gosec-scan:
runs-on: ubuntu-latest
needs: detect-changes
Expand Down

0 comments on commit 5b86a13

Please sign in to comment.