Steven Ramdas

Results 9 comments of Steven Ramdas

+1 Same issue here, seems to be related to cocoa pods changes/updates though. @kvkvkvk @carruis The problem seems to be introduced and related to the `cocoapods v0.39.0`: See: [https://github.com/jgh-/VideoCore/issues/209](https://github.com/jgh-/VideoCore/issues/209) and:...

@maxcampolo At the moment the issue is fixed for me. Actually, i'm not using the Videocore pod as a Framework but as a static lib. Will try to use it...

👍 @MikeDonahue Donahue

@ashishbrana #224 See [here](https://github.com/jgh-/VideoCore/issues/224#issuecomment-230529361) for fix

@m4rk4l Just encountered the same issue

Yeah, I saw it, thinking about to fork it to create a version of my own with updated support of Azure Storage packages

We are also encountering the deprecation warning. Version : 1.4.1 Build output for trivy task: `2023-06-27T09:52:30.316Z WARN '--security-checks' is deprecated. Use '--scanners' instead.`

By leveraging trivy.yaml [config file](https://aquasecurity.github.io/trivy/v0.42/docs/references/configuration/config-file/), setting _scanners_ instead of _[security-checks](https://github.com/aquasecurity/trivy/blob/v0.33.0/examples/trivy-conf/trivy.yaml)_ the deprecation warning goes away: `trivy ... --config trivy.yaml ` trivy.yaml: ```yaml ... scan: ... scanners: - config - vuln...