Skip to content

Commit

Permalink
added ollama,chatgpt and gemini request functions for the lua plugins…
Browse files Browse the repository at this point in the history
… to use
  • Loading branch information
terminaldweller committed Jun 4, 2024
1 parent 38e1f10 commit b7185d9
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 118 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
provenance: mode=max
# - name: Generate artifact attestation
# uses: actions/attest-build-provenance@v1
# - name: Docker Scout
# id: docker-scout
# if: ${{ github.event_name == 'pull_request' }}
# uses: docker/scout-action@v1
# with:
# subject-name: index.docker.io/milla
# subject-digest: ${{ steps.push.outputs.digest }}
# push-to-registry: true
# command: cves
# image: ${{ github.event.repository.name }}
# ignore-unchanged: true
# only-severities: critical,high,medium,low
# write-comment: true
# github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit b7185d9

Please sign in to comment.