Skip to content

fix(container): update image linuxserver/nextcloud to v30.0.2 #777

fix(container): update image linuxserver/nextcloud to v30.0.2

fix(container): update image linuxserver/nextcloud to v30.0.2 #777

Workflow file for this run

---
name: KICS
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- master
jobs:
build:
name: KICS
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Mkdir myResults
run: mkdir -p myResults
- name: run kics Scan
uses: Checkmarx/kics-github-action@94469746ec2c43de89a42fb9d2a80070f5d25b16 # v2.1.3
with:
path: cluster
output_path: myResults/
output_formats: 'json,sarif'
ignore_on_exit: results
token: ${{ github.token }}
enable_comments: true
- name: Show results
run: |
cat myResults/results.sarif
cat myResults/results.json
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3
with:
sarif_file: myResults/results.sarif