aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-06-04 23:14:29 +0000
committerterminaldweller <devi@terminaldweller.com>2024-06-04 23:14:29 +0000
commitb7185d908c7637163b391e95bd958628c9b59798 (patch)
treefc5db32dbc61f4cca40b4033ccb68681bbe58637 /.github
parentupdated all images to alpine 3.20 (diff)
downloadmilla-b7185d908c7637163b391e95bd958628c9b59798.tar.gz
milla-b7185d908c7637163b391e95bd958628c9b59798.zip
added ollama,chatgpt and gemini request functions for the lua plugins to use
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yaml15
1 files changed, 10 insertions, 5 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index 33354ce..421f7d2 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -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 }}