Skip to content

Commit

Permalink
fix talm and lca dast jobs (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
obochan-rh authored Dec 1, 2024
1 parent d099603 commit 0acfba4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/dast/rapid-lca/03-rapidast-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ spec:
name: rapidast-configmap
name: config-volume
- name: results-volume
persistentVolumeClaim:
claimName: rapidast-pvc
persistentVolumeClaim:
claimName: rapidast-pvc
2 changes: 1 addition & 1 deletion tests/dast/rapid-lca/create_rapidast_configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data:
zap:
apiScan:
apis:
apiUrl: "https://kubernetes.default.svc/openapi/v3/apis/lca.openshift.io/v1alpha1"
apiUrl: "https://kubernetes.default.svc/openapi/v3/apis/lca.openshift.io/v1"
passiveScan:
disabledRules: "2,10015,10027,10096,10024,10054"
activeScan:
Expand Down
1 change: 0 additions & 1 deletion tests/dast/rapid-talm/03-rapidast-job.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
2 changes: 1 addition & 1 deletion tests/dast/rapid-talm/create_rapidast_configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data:
zap:
apiScan:
apis:
apiUrl: "https://kubernetes.default.svc/openapi/v3/apis/topologyawarelifecyclemanager.openshift.io/v1alpha1"
apiUrl: "https://kubernetes.default.svc/openapi/v3/apis/ran.openshift.io/v1alpha1"
passiveScan:
disabledRules: "2,10015,10027,10096,10024,10054"
activeScan:
Expand Down

0 comments on commit 0acfba4

Please sign in to comment.