Skip to content

Commit

Permalink
remove erroneous build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Aug 1, 2024
1 parent 4043e47 commit f827503
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/trivy_periodic_image_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,19 @@ on:

jobs:
trivy-matrix:
name: ${{ matrix.notebook_type }}
name: periodic scan
runs-on: ubuntu-latest
strategy:
matrix:
notebook_type:
- jupyter
- rstudio

steps:
- name: Ensure image name is lower case
id: image_name
uses: vishalmamidi/lowercase-action@v1
with:
string: ghcr.io/${{ github.repository
}}-${{ matrix.notebook_type }}:main
string: ghcr.io/${{ github.repository }}:main

- name: Run Trivy
uses: "./.github/workflows/trivy.yml"
with:
NOTEBOOK_TYPE: ${{ matrix.notebook_type }}
SOURCE_TYPE: image
IMAGE_NAME: ${{ steps.image_name.outputs.lowercase }}
...

0 comments on commit f827503

Please sign in to comment.