Skip to content

Commit

Permalink
Merge pull request #23 from lasp/feature/remove-scan-action
Browse files Browse the repository at this point in the history
Remove scan action
  • Loading branch information
patkenneally authored Feb 22, 2024
2 parents 33042f2 + a56bd03 commit e5897d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,6 @@ jobs:
load: true
tags: ${{ env.REGISTRY }}/lasp/basilisk-jupyterlabs:${{ github.sha }}

- name: Scan basilisk-jupyterlabs Docker image
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ env.REGISTRY }}/lasp/basilisk-jupyterlabs:${{ github.sha }}
format: 'table'
exit-code: '0'
ignore-unfixed: true
severity: 'CRITICAL'
timeout: 10m0s

- name: Push basilisk-jupyterlabs Docker image
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ fonttools==4.43.0
fqdn==1.5.1
idna==3.4
iniconfig==2.0.0
ipympl==0.9.3
ipdb==0.13.13
ipykernel==6.20.2
ipython==8.10.0
ipython-genutils==0.2.0
Expand Down

0 comments on commit e5897d3

Please sign in to comment.