Skip to content

Add trust-plugins input#112

Merged
mxcl merged 2 commits intomxcl:masterfrom
tweakdeveloper:master
Sep 16, 2024
Merged

Add trust-plugins input#112
mxcl merged 2 commits intomxcl:masterfrom
tweakdeveloper:master

Conversation

@tweakdeveloper
Copy link
Copy Markdown
Contributor

one of my projects, mrkdown, fails to build with this action. this is due to the use of the SwiftLint Swift Package Manager build plugin for Xcode.

this pull request adds the trust-plugins boolean input. this is opt-in as untrusted build plugins could constitute a security risk to repositories using this action.

the new action has been tested with one of mrkdown's workflows, which now runs successfully after the trust-plugins input is set to true.

xcodebuild -skipPackagePluginValidation argument does not take a YES/NO modifier, which i wasn't aware of. this commit fixes that.
@mxcl mxcl merged commit e1b8e29 into mxcl:master Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants