Skip to content

Commit

Permalink
Ls path
Browse files Browse the repository at this point in the history
  • Loading branch information
notarock committed Sep 13, 2023
1 parent 21e994b commit c2d548b
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
60866357-5959-4056-ab8b-60a0abd311e7
10 changes: 7 additions & 3 deletions .github/workflows/checkmarx_scan.yml
Original file line number Diff line number Diff line change
@@ -21,13 +21,17 @@ jobs:
cx_tenant: nfr_arctiq
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
additional_params: --output-path ./results.txt
additional_params: --output-path outputs

- name: Print output
run: cat ./results.txt

# - name: Save relevant summary to cx_result.md
# run: echo "${{ steps.scan.outputs.cxcli }}"
- name: Save relevant summary to cx_result.md
run: |
echo "ls here"
ls
echo "ls output path"
ls outputs
# - name: Extract SAST number
# id: sast_number
1 change: 1 addition & 0 deletions ignores.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"SNYK-CC-K8S-6":[{"[DocId: 0].input.spec.template.spec.containers[petclinic].securityContext.capabilities.drop":{"reason":"We will fix this some day","created":"2023-08-29T19:51:24.161Z","expires":"2023-10-28T19:51:24.008Z","ignoredBy":{"id":"e9924309-159f-480b-aded-5c064b3b9d32","name":"Roch D'Amour","email":"roch.damour@arctiq.ca"},"reasonType":"temporary-ignore","disregardIfFixable":false}}],"SNYK-CC-K8S-11":[{"[DocId: 0].input.spec.template.spec.containers[petclinic].securityContext.runAsUser":{"reason":"We will fix this some day","created":"2023-08-29T19:51:33.880Z","expires":"2023-10-28T19:51:33.745Z","ignoredBy":{"id":"e9924309-159f-480b-aded-5c064b3b9d32","name":"Roch D'Amour","email":"roch.damour@arctiq.ca"},"reasonType":"temporary-ignore","disregardIfFixable":false}}],"SNYK-CC-K8S-41":[{"[DocId: 0].spec.template.spec.containers[petclinic].livenessProbe":{"reason":"We will fix this some day","created":"2023-08-29T19:51:45.111Z","expires":"2023-10-28T19:51:44.729Z","ignoredBy":{"id":"e9924309-159f-480b-aded-5c064b3b9d32","name":"Roch D'Amour","email":"roch.damour@arctiq.ca"},"reasonType":"temporary-ignore","disregardIfFixable":false}}],"SNYK-CC-K8S-42":[{"[DocId: 0].spec.template.spec.containers[petclinic].imagePullPolicy":{"reason":"We will fix this some day","created":"2023-08-29T19:51:55.605Z","expires":"2023-10-28T19:51:55.458Z","ignoredBy":{"id":"e9924309-159f-480b-aded-5c064b3b9d32","name":"Roch D'Amour","email":"roch.damour@arctiq.ca"},"reasonType":"temporary-ignore","disregardIfFixable":false}}]}
1 change: 1 addition & 0 deletions token
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TOKEN="60866357-5959-4056-ab8b-60a0abd311e7"

0 comments on commit c2d548b

Please sign in to comment.