Compare commits

..

3 Commits

Author SHA1 Message Date
c0b49046a0 Hardened Malloc 2025040400
Some checks failed
Build / Build & push new image (push) Successful in 11m28s
Build / Scan current image with Trivy (push) Failing after 49s
Build / Scan current image with Grype (push) Failing after 1m27s
2025-04-30 15:55:32 +02:00
89b49f5d7b try with github-pat variable to get the action working
Some checks failed
Build / Build & push new image (push) Successful in 11m23s
Build / Scan current image with Trivy (push) Failing after 51s
Build / Scan current image with Grype (push) Failing after 1m12s
2025-02-07 16:14:44 +01:00
50e6103818 setup custom token for trivy
Some checks failed
Build / Build & push new image (push) Successful in 11m20s
Build / Scan current image with Trivy (push) Failing after 39s
Build / Scan current image with Grype (push) Failing after 52s
2025-02-05 20:59:40 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ jobs:
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
vuln-type: os,library
cache: 'false'
github-pat: ${{ secrets.ACTIONS_TOKEN }}
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3

View File

@@ -1,4 +1,4 @@
ARG VERSION=2025020200
ARG VERSION=2025040400
FROM alpine:latest
LABEL maintainer="Lukas Raub titanz@pm.me"